sync: auto-sync from DESKTOP-0O8A1RL at 2026-05-13 07:41:31

Author: Mike Swanson
Machine: DESKTOP-0O8A1RL
Timestamp: 2026-05-13 07:41:31
This commit is contained in:
2026-05-13 07:41:31 -07:00
parent 9c1e0cfb3c
commit 86d101914d
3 changed files with 48 additions and 10 deletions

View File

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