sync: auto-sync from DESKTOP-0O8A1RL at 2026-05-21 17:11:07

Author: Mike Swanson
Machine: DESKTOP-0O8A1RL
Timestamp: 2026-05-21 17:11:07
This commit is contained in:
2026-05-21 17:11:10 -07:00
parent e3a56bcb21
commit 0a264ee3fa
2 changed files with 29 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
"hooks": [
{
"type": "command",
"command": "bash -c 'for p in \"$CLAUDE_PROJECT_DIR\" \"$HOME/ClaudeTools\" D:/claudetools C:/claudetools; do [ -n \"$p\" ] && [ -f \"$p/.claude/scripts/check-messages.sh\" ] && exec bash \"$p/.claude/scripts/check-messages.sh\"; done; true'",
"command": "bash -c '[ -f \"${CLAUDE_PROJECT_DIR}/.claude/scripts/check-messages.sh\" ] && bash \"${CLAUDE_PROJECT_DIR}/.claude/scripts/check-messages.sh\" || true'",
"timeout": 15
}
]