export(hooks): add directory-agents-injector hook to public API
- Export createDirectoryAgentsInjectorHook from hooks index - Fix: Formatting (add semicolons to match code style)
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
export { createTodoContinuationEnforcer } from "./todo-continuation-enforcer"
|
export { createTodoContinuationEnforcer } from "./todo-continuation-enforcer";
|
||||||
export { createContextWindowMonitorHook } from "./context-window-monitor"
|
export { createContextWindowMonitorHook } from "./context-window-monitor";
|
||||||
export { createSessionNotification } from "./session-notification"
|
export { createSessionNotification } from "./session-notification";
|
||||||
export { createSessionRecoveryHook } from "./session-recovery"
|
export { createSessionRecoveryHook } from "./session-recovery";
|
||||||
export { createCommentCheckerHooks } from "./comment-checker"
|
export { createCommentCheckerHooks } from "./comment-checker";
|
||||||
export { createGrepOutputTruncatorHook } from "./grep-output-truncator"
|
export { createGrepOutputTruncatorHook } from "./grep-output-truncator";
|
||||||
export { createPulseMonitorHook } from "./pulse-monitor"
|
export { createPulseMonitorHook } from "./pulse-monitor";
|
||||||
|
export { createDirectoryAgentsInjectorHook } from "./directory-agents-injector";
|
||||||
|
|||||||
Reference in New Issue
Block a user