From ed3eeb01991a6bee2845ced3a0f5b21e9c619ad0 Mon Sep 17 00:00:00 2001 From: sjat Date: Sat, 30 May 2026 22:19:22 +0200 Subject: [PATCH] Log the mid-session hook-activation gotcha in FRICTION.md Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/FRICTION.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/FRICTION.md b/docs/FRICTION.md index b8d58ca..76e74f9 100644 --- a/docs/FRICTION.md +++ b/docs/FRICTION.md @@ -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.