diff --git a/.claude/settings.json b/.claude/settings.json deleted file mode 100644 index 655c47b..0000000 --- a/.claude/settings.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "hooks": { - "PostToolUse": [ - { - "matcher": "Edit|Write|Bash", - "hooks": [ - { - "type": "command", - "command": "code-review-graph update --skip-flows", - "timeout": 30 - } - ] - } - ], - "SessionStart": [ - { - "matcher": "", - "hooks": [ - { - "type": "command", - "command": "code-review-graph status", - "timeout": 10 - } - ] - } - ] - } -}