Merge pull request #4082 from PeterPonyu/fix/3685-notepad-no-write-fallback

fix(notepad-guard): refuse Write tool for .sisyphus/notepads files (#3685)
This commit is contained in:
YeonGyu-Kim
2026-05-21 00:37:27 +09:00
committed by GitHub
5 changed files with 138 additions and 0 deletions
+1
View File
@@ -49,6 +49,7 @@ export const HookNameSchema = z.enum([
"tasks-todowrite-disabler",
"runtime-fallback",
"write-existing-file-guard",
"notepad-write-guard",
"bash-file-read-guard",
"anthropic-effort",
"hashline-read-enhancer",