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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user