From f2609d9f9ad33486bef43211d753ba53e1e24181 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 25 Jul 2026 15:35:14 -0500 Subject: feat: enforce clean wraps and inbox-safe sync Centralize repository-state checks, bind teardown to a certified clean HEAD, and allow inbox-only refreshes. Guard installed symlinks from cross-project writes and add regression coverage. --- hooks/settings-snippet.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hooks/settings-snippet.json') diff --git a/hooks/settings-snippet.json b/hooks/settings-snippet.json index 26cbc18..50e3d31 100644 --- a/hooks/settings-snippet.json +++ b/hooks/settings-snippet.json @@ -22,6 +22,12 @@ } ], "PreToolUse": [ + { + "matcher": "Edit|Write", + "hooks": [ + { "type": "command", "command": "~/.claude/hooks/rulesets-write-boundary.py" } + ] + }, { "matcher": "Bash", "hooks": [ -- cgit v1.2.3