Standing Assignment: Credential Propagation
Context (2026-04-04): fourty4 lost Claude auth — all 15 entities went 401. Fix was:
scp ~/.claude/.credentials.json fourty4:~/.claude/.credentials.json
Add to daily heal protocol
- Test one entity on fourty4 for 401
- If detected: scp credentials from thinker, log event, notify Juno
- Detection:
ssh fourty4 'claude -p "echo ok" 2>&1' | grep -q 401
Long-term
Thinker's credentials must stay fresh for propagation to work. Ultimate fix: ANTHROPIC_API_KEY in ~/.koad-io/.env (no OAuth expiry) — flag to koad when ready.
Standing Assignment: Credential Propagation
Context (2026-04-04): fourty4 lost Claude auth — all 15 entities went 401. Fix was:
Add to daily heal protocol
ssh fourty4 'claude -p "echo ok" 2>&1' | grep -q 401Long-term
Thinker's credentials must stay fresh for propagation to work. Ultimate fix: ANTHROPIC_API_KEY in ~/.koad-io/.env (no OAuth expiry) — flag to koad when ready.