Files
claudetools/.claude/settings.json

23 lines
396 B
JSON

{
"permissions": {
"defaultMode": "bypassPermissions"
},
"preferences": {
"autoCompact": true,
"verbose": false
},
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "bash \"D:/claudetools/.claude/scripts/check-messages.sh\"",
"timeout": 15
}
]
}
]
}
}