feat(hooks): add unstable-agent-babysitter hook for monitoring unstable background agents

This commit is contained in:
justsisyphus
2026-02-01 16:59:50 +09:00
parent 9b60f08f82
commit a0e97ce5c0
5 changed files with 425 additions and 0 deletions
+1
View File
@@ -35,3 +35,4 @@ export { createQuestionLabelTruncatorHook } from "./question-label-truncator";
export { createSubagentQuestionBlockerHook } from "./subagent-question-blocker";
export { createStopContinuationGuardHook, type StopContinuationGuard } from "./stop-continuation-guard";
export { createCompactionContextInjector, type SummarizeContext } from "./compaction-context-injector";
export { createUnstableAgentBabysitterHook } from "./unstable-agent-babysitter";