Skip to content

Commit bae4739

Browse files
osamaclaude
andcommitted
docs: add secret-block hook demo illustration to README
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 0ca2319 commit bae4739

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ Most plugin stacks quietly tax every session and every invocation. This one does
1717

1818
How: agents/skills state *when and why*, not re-teach *how* (Claude already knows the syntax); commands are thin pointers to agents instead of duplicating them; execution agents run on Sonnet with Opus reserved for architecture, planning, and security; and all enforcement lives in zero-token hooks. Full change log in `OPTIMIZATION.md` and `CHANGELOG.md`.
1919

20+
### The secret-leak hook in action
21+
22+
![The pre-write hook denying a Write that contains an Anthropic API key, before it reaches disk](docs/demo-secret-block.svg)
23+
24+
*Rendered from a real session exchange — same text the hook produces live.*
25+
2026
## What's Inside
2127

2228
```

docs/demo-secret-block.svg

Lines changed: 30 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)