sync: auto-sync from GURU-BEAST-ROG at 2026-05-15 17:29:38

Author: Mike Swanson
Machine: GURU-BEAST-ROG
Timestamp: 2026-05-15 17:29:38
This commit is contained in:
2026-05-15 17:29:39 -07:00
parent de8d2decdb
commit c20acb29dc

View File

@@ -1,9 +1,22 @@
{ {
"permissions": { "permissions": {
"defaultMode": "bypassPermissions" "defaultMode": "bypassPermissions"
}, },
"preferences": { "preferences": {
"autoCompact": true, "autoCompact": true,
"verbose": false "verbose": false
} },
} "hooks": {
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "bash .claude/scripts/check-messages.sh",
"timeout": 15
}
]
}
]
}
}