coding-delegation
- Source file: src/coding-delegation.ts
- Lines: 71
- Responsibility: Parses explicit delegation triggers for coder execution/plan modes.
Exported API
export type CodingHint =
export type DelegationTrigger =
export function normalizeDelegationAlias(text: string): string {
export function parseDelegationTrigger(text: string): DelegationParseResult {
Environment Variables Referenced
None in this module.
Notable Internal Symbols
interface DelegationParseResult {