sync: auto-sync from ACG-TECH03L at 2026-06-02 11:30:41

Author: unknown
Machine: ACG-TECH03L
Timestamp: 2026-06-02 11:30:41
This commit is contained in:
2026-06-02 11:34:45 -07:00
parent 9b82bce361
commit 0f6c05ace6

View File

@@ -35,8 +35,8 @@
"hooks": [ "hooks": [
{ {
"type": "command", "type": "command",
"command": "bash -c '[ -f \"${CLAUDE_PROJECT_DIR}/.claude/scripts/sync-memory.sh\" ] && bash \"${CLAUDE_PROJECT_DIR}/.claude/scripts/sync-memory.sh\" || true'", "command": "bash -c 'if [ -f \"${CLAUDE_PROJECT_DIR}/.claude/scripts/sync-memory.sh\" ]; then nohup bash \"${CLAUDE_PROJECT_DIR}/.claude/scripts/sync-memory.sh\" >/dev/null 2>&1 & fi; exit 0'",
"timeout": 30 "timeout": 10
} }
] ]
} }