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
@@ -2,7 +2,6 @@ import { z } from "zod"
export const HookNameSchema = z.enum([
"todo-continuation-enforcer",
"context-window-monitor",
"session-recovery",
"session-notification",
"comment-checker",