feat(hooks): integrate directory-agents-injector hook into plugin pipeline

- Add directoryAgentsInjector to plugin event handlers
- Wire up tool.execute.after hook for directory agents injection
- Fix: Format src/index.ts with consistent semicolon style
This commit is contained in:
YeonGyu-Kim
2025-12-08 15:01:38 +09:00
parent a500f0c9ad
commit 4e328a937c
2 changed files with 98 additions and 78 deletions

View File

@@ -6,3 +6,4 @@ export { createCommentCheckerHooks } from "./comment-checker";
export { createGrepOutputTruncatorHook } from "./grep-output-truncator";
export { createPulseMonitorHook } from "./pulse-monitor";
export { createDirectoryAgentsInjectorHook } from "./directory-agents-injector";
export { createEmptyTaskResponseDetectorHook } from "./empty-task-response-detector";