You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: hooks/SIMPLIFY-IGNORE.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,9 @@ Backups are in `.claude/.simplify-ignore-cache/` within your project directory.
81
81
-**Suffix detection covers `*/` and `-->` only.** Non-standard template comment closers (ERB, Blade) may not work; use `#` or `//` instead.
82
82
-**Fuzzy fallback on altered placeholders.** If the model changes a placeholder's reason text, the hook tries a hash-only match which may leave cosmetic debris.
83
83
-**File renaming leaves placeholders.** Renamed files retain placeholders; originals are saved as `.recovered` on stop.
84
+
-**Annotation must be in a comment.** Only lines with `//`, `/*`, `#`, or `<!--` before `simplify-ignore-start` are recognized. String literals or docs won't accidentally trigger.
85
+
-**Disk state during session.** While active, protected files on disk contain placeholders between Read and Edit/Write events. External tools may see broken source during this window.
86
+
-**Missing placeholder safety.** If a whole-file Write drops a `BLOCK_<hash>` placeholder, the hook restores from backup to prevent data loss.
0 commit comments