sync: auto-sync from HOWARD-HOME at 2026-07-13 16:10:13

Author: Howard Enos
Machine: HOWARD-HOME
Timestamp: 2026-07-13 16:10:13
This commit is contained in:
2026-07-13 16:10:39 -07:00
parent cda32b53bb
commit 4a246ff097
4 changed files with 45 additions and 0 deletions

View File

@@ -87,3 +87,13 @@ Entered the internal-labor fortnight ticket following the #32480 precedent: **#3
Final tally for the day: 5 tickets billed — Cascades #32538 (16.0h block, inv #68035 $0), Sif-Oidak #32526 (1.0h, inv #68037 $150), VWP #32543 (1.0h block, inv #68038 $0), Prairie Schooner #32544 (3.0h, inv #68039 $450, ticket held In Progress), ACG internal #32546 (28.0h, inv #68040 $0). Six explicit no-bill decisions (Scileppi 7/2+7/6, Dataforth MYDATA -> Mike's #32501, Goldstein OpenVPN, Four Paws cleanup, IMC, Grabb & Durando).
Note on the 11:11 sync's vault push: the two vault commits (VWP-ROSE workstation login 7bcff18, Reliant channa-email swept into 95a2630) came from CONCURRENT Claude sessions on this machine — not this session. Both are legit credential adds; my sync's catch-all committed/pushed the pending one. No action needed.
## Update: 15:15 PT — Claude Code login rescue + Bun crash pin
Two afternoon incidents, both resolved:
**1. Claude.ai login / MCP re-auth code hunt.** Howard's Claude Code needed re-auth; the "verification code" email to mike@azcomputerguru.com never appeared. Findings: (a) Anthropic's login email for this flow contains ONLY a magic sign-in link — no code; the code is displayed on the claude.ai page AFTER opening the link. (b) EOP message trace (Get-MessageTraceV2 via exchange-op adminapi — Get-MessageTrace is deprecated; investigator-exo token 401s on adminapi, exchange-op works) proved all 4 Anthropic emails DELIVERED with ~2-3 min lag — nothing quarantined. (c) azcomputerguru.com is NOT behind Mailprotector/CloudFilter (only gurushow.com is, account 16085); filtering is INKY (annotation-only) + EOP. No whitelist needed. (d) Wrong-link gotcha logged: the email has TWO INKY-wrapped tracker links — the url8792.mail.anthropic.com one is "Contact Support" (lands on support.claude.com); the real sign-in is domain=claude.ai -> https://claude.ai/magic-link#... — decode ALL INKY blobs (zlib(base64url(t param after "h."))) and pick the claude.ai one. Newest email finally forwarded to howard@azcomputerguru.com via Graph /forward (202).
**2. Claude Code v2.1.207 Bun segfault on new sessions (Howard-Home).** New interactive sessions crashed at TUI init (panic: Segmentation fault at address 0x3C, Bun 1.4.0); the already-running session kept working. Known issue anthropics/claude-code #55219 (Bun-based builds since ~2.1.114). Fix applied + verified: npm downgrade to 2.1.110 (pure Node; installs fine next to a running session — EPERM cleanup warning is cosmetic) + DISABLE_AUTOUPDATER=1 via env block in ~/.claude/settings.json (the "autoUpdate" settings field does not exist — schema validation rejects it). Fresh session confirmed opening clean on 2.1.110. Memory written: .claude/memory/reference_claude_code_bun_crash_pin.md (+ MEMORY.md index). Unpin when #55219 fix ships. Native installer NOT a workaround (also Bun-based).
Errorlog entries this stretch: syncro async-invoice quirk, remediation-tool/get-token vault_path friction (repeat, ref 7/2), mailbox link-extraction wrong-link.