Update settings.json

This commit is contained in:
Jordan
2026-03-24 11:38:41 +00:00
parent 6f1a7c1344
commit 77ab56fb7f

View File

@@ -1,15 +1,5 @@
{
"permissions": {
"allow": ["Bash(docker exec:*)", "mcp__acai-code__*", "Write", "Edit", "Read"]
},
"hooks": {
"PostToolUse": [
{
"type": "command",
"matcher": "Write|Edit",
"command": "bash ${CLAUDE_PROJECT_DIR}/.claude/scripts/compile-on-save.sh",
"timeout": 30
}
]
}
}