fix(hooks): remove context window monitor

This commit is contained in:
YeonGyu-Kim
2026-05-31 05:31:23 +09:00
parent 8705bacd05
commit 1432a1141c
18 changed files with 35 additions and 843 deletions
-1
View File
@@ -785,7 +785,6 @@ Current composition counts:
| **directory-readme-injector** | PreToolUse + PostToolUse | Auto-injects README.md for directory context. |
| **rules-injector** | PreToolUse + PostToolUse | Injects rules from `.claude/rules/` when conditions match. Supports globs and alwaysApply. |
| **compaction-context-injector** | Event | Preserves critical context during session compaction. |
| **context-window-monitor** | Event | Monitors context window usage and tracks token consumption. |
| **preemptive-compaction** | Event | Proactively compacts sessions before hitting token limits. |
#### Productivity & Control