Skip to content

Commit a500f0c

Browse files
committed
export(hooks): add directory-agents-injector hook to public API
- Export createDirectoryAgentsInjectorHook from hooks index - Fix: Formatting (add semicolons to match code style)
1 parent 16806da commit a500f0c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/hooks/index.ts

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
export { createTodoContinuationEnforcer } from "./todo-continuation-enforcer"
2-
export { createContextWindowMonitorHook } from "./context-window-monitor"
3-
export { createSessionNotification } from "./session-notification"
4-
export { createSessionRecoveryHook } from "./session-recovery"
5-
export { createCommentCheckerHooks } from "./comment-checker"
6-
export { createGrepOutputTruncatorHook } from "./grep-output-truncator"
7-
export { createPulseMonitorHook } from "./pulse-monitor"
1+
export { createTodoContinuationEnforcer } from "./todo-continuation-enforcer";
2+
export { createContextWindowMonitorHook } from "./context-window-monitor";
3+
export { createSessionNotification } from "./session-notification";
4+
export { createSessionRecoveryHook } from "./session-recovery";
5+
export { createCommentCheckerHooks } from "./comment-checker";
6+
export { createGrepOutputTruncatorHook } from "./grep-output-truncator";
7+
export { createPulseMonitorHook } from "./pulse-monitor";
8+
export { createDirectoryAgentsInjectorHook } from "./directory-agents-injector";

0 commit comments

Comments
 (0)