mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-21 09:07:22 +00:00
feat(claude): register dotbot-validate and config-warn hooks
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user