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. --- .claude/settings.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.claude/settings.json') diff --git a/.claude/settings.json b/.claude/settings.json index a486e89..3585af4 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -10,6 +10,15 @@ "model": "opus", "hooks": { "PreToolUse": [ + { + "matcher": "Edit|Write", + "hooks": [ + { + "type": "command", + "command": "~/.claude/hooks/rulesets-write-boundary.py" + } + ] + }, { "matcher": "AskUserQuestion", "hooks": [ -- cgit v1.2.3