From 89f0ff0f3268ce0a0454f82b82dc8257e0ec9c61 Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Wed, 17 Jun 2026 12:29:54 +0700 Subject: [PATCH] a --- .claude/settings.json | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .claude/settings.json 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 - } - ] - } - ] - } -}