diff --git a/.claude/settings.json b/.claude/settings.json index d96c5c8..a1b6ca1 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -31,6 +31,15 @@ "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/post-edit-format.sh", "statusMessage": "Formatting..." }, + { + "type": "command", + "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/post-edit-dotbot-validate.sh", + "statusMessage": "Validating Dotbot config..." + }, + { + "type": "command", + "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/post-edit-config-warn.sh" + }, { "type": "command", "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/async-bats.sh",