Files
oh-my-opencode/dist/hooks/delegate-task-retry/index.d.ts
T
2026-03-14 04:56:50 +00:00

5 lines
262 B
TypeScript

export type { DelegateTaskErrorPattern, DetectedError } from "./patterns";
export { DELEGATE_TASK_ERROR_PATTERNS, detectDelegateTaskError } from "./patterns";
export { buildRetryGuidance } from "./guidance";
export { createDelegateTaskRetryHook } from "./hook";