feat(hooks): add grep-output-truncator for context-aware output limiting

This commit is contained in:
YeonGyu-Kim
2025-12-06 10:54:22 +09:00
parent bac304c035
commit 341e5a959d
3 changed files with 135 additions and 1 deletions

View File

@@ -3,3 +3,4 @@ export { createContextWindowMonitorHook } from "./context-window-monitor"
export { createSessionNotification } from "./session-notification"
export { createSessionRecoveryHook } from "./session-recovery"
export { createCommentCheckerHooks } from "./comment-checker"
export { createGrepOutputTruncatorHook } from "./grep-output-truncator"