Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude/agents/os-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ binary: zero matches, no signal, and the rule you just wrote becomes
invisible to every agent that greps for it. Run
`node scripts/check-nul-bytes.mjs` before pushing, and when your change so
much as *mentions* control characters, self-scan beyond the gate
(`grep -naP '[\x00-\x08\x0b\x0c\x0e-\x1f]' <files>`) — the gate's blind
(`grep -naP '[\x00-\x08\x0b\x0c\x0e-\x1f\x7f]' <files>`) — the gate's blind
spots are exactly where these bytes hide.

The GitHub body sanitizer is the same discipline's other half: it strips `<`
Expand Down
Loading