sync: auto-sync from GURU-5070 at 2026-06-02 20:40:54

Author: Mike Swanson
Machine: GURU-5070
Timestamp: 2026-06-02 20:40:54
This commit is contained in:
2026-06-02 20:40:57 -07:00
parent 0b854bc737
commit 480f97ed3e
39 changed files with 1101 additions and 7 deletions

View File

@@ -8,6 +8,8 @@ MODE_FILE="${SCRIPT_DIR}/current-mode"
# Coord API endpoint — per-machine override in identity.json (same lookup as sync.sh).
# Falls back to the on-LAN default so existing machines keep working unchanged.
# This script is invoked by both Claude Code (via .claude/settings.json UserPromptSubmit)
# and Grok (via .grok/hooks/ UserPromptSubmit) for cross-driver coexistence.
IDENTITY_PATH=""
for candidate in "$HOME/.claude/identity.json" "${SCRIPT_DIR}/identity.json"; do
if [ -f "$candidate" ]; then