Log the mid-session hook-activation gotcha in FRICTION.md

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
sjat 2026-05-30 22:19:22 +02:00
parent 80bf9afea9
commit ed3eeb0199

View file

@ -35,3 +35,7 @@ earning its keep.
- `[friction]` Long sessions: I make a batch of edits but can't commit until you
`rbw unlock`. The 5h timeout + pre-flight check address the symptom; watch whether
it still bites.
- `[gotcha]` Hooks (or any new `.claude/settings.json`) added mid-session don't
activate until a Claude Code **restart** — the settings watcher only tracks settings
files that existed at session start. Opening `/hooks` and dismissing did *not* load
them. → Fresh sessions load them normally; restart after adding hooks.