coding-delegation

Rendered from Markdown into styled HTML. Code blocks, tables, and links stay readable and theme-consistent.

On This Page

Exported APIEnvironment Variables ReferencedNotable Internal Symbols

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 {