From 96cd34f78e0751d1adabef87201a6592563c2b91 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 23 Jun 2026 23:43:33 -0400 Subject: feat(wrap): wire the ai-wrap-teardown Stop hook in settings.json The hooks/settings-snippet.json doc carried the Stop block, but the live tracked .claude/settings.json (symlinked to ~/.claude/settings.json) needed it too for the teardown to actually fire. Activates next session, when the harness reads hooks. Claude-Session: https://claude.ai/code/session_017PtX1nt1rtYVATuzmzBS4f --- .claude/settings.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.claude/settings.json b/.claude/settings.json index 5ed33e9..33ed7e6 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -48,6 +48,16 @@ } ] } + ], + "Stop": [ + { + "hooks": [ + { + "type": "command", + "command": "~/.claude/hooks/ai-wrap-teardown.sh" + } + ] + } ] }, "statusLine": { -- cgit v1.2.3