feat(hooks): add delegate-task-english-directive hook to enforce English for subagents

Appends bold uppercase English-only directive to explore, librarian,
oracle, and plan subagent prompts via tool.execute.before on the task tool.
This commit is contained in:
YeonGyu-Kim
2026-03-13 14:11:38 +09:00
parent 0303488906
commit f3de122147
6 changed files with 132 additions and 0 deletions
+1
View File
@@ -51,6 +51,7 @@ export const HookNameSchema = z.enum([
"anthropic-effort",
"hashline-read-enhancer",
"read-image-resizer",
"delegate-task-english-directive",
])
export type HookName = z.infer<typeof HookNameSchema>