{ "permissions": { "defaultMode": "bypassPermissions" }, "preferences": { "autoCompact": true, "verbose": false }, "hooks": { "UserPromptSubmit": [ { "hooks": [ { "type": "command", "command": "bash -c '[ -f \"${CLAUDE_PROJECT_DIR}/.claude/scripts/check-messages.sh\" ] && bash \"${CLAUDE_PROJECT_DIR}/.claude/scripts/check-messages.sh\" || true'", "timeout": 15 } ] } ] } }