FABRIC-2.md: update stale MSGMIGRATE tracking node

Console→user-VM command relay is already real messaging (repl.c:971,
a genuine CONSOLE-CMD-EVENT/MSG-SEND), not hardwired -- this predates
today but the tracking graph still marked the whole node unstarted.
Updated to PARTIAL, with the real remaining gap (attach detection/
verify/birth is still 100% hardwired) and the documented fallback
(relay skips a line containing a double-quote character, repl.c:962-965)
both called out explicitly. Found via a research pass auditing
messaging.4th and the current hardwired-vs-messaged boundary, prompted
by Captain Bob's "get Hermes nailed down" -- Hermes/Artemis themselves
are already equally wired and session-less, not the actual gap.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014Ec88YKxxhZGG1RNnune78
This commit is contained in:
Robert Allan James
2026-09-07 19:51:25 -04:00
co-authored by Claude Sonnet 5
parent f4ded3e1a8
commit c4f94c409f
+1 -1
View File
@@ -1601,7 +1601,7 @@ graph TD
MINT["❌ Ongoing MINT word (Phase 8 + D.3)<br/>SCOPED 2026-08-27 (§F.8) — GPT dropped, single-device confirmed OK"] MINT["❌ Ongoing MINT word (Phase 8 + D.3)<br/>SCOPED 2026-08-27 (§F.8) — GPT dropped, single-device confirmed OK"]
PENTAGON["📍 Pentagon: Hera/Hermes/Artemis/<br/>User-VM/Console, K5 (D.2b)"] PENTAGON["📍 Pentagon: Hera/Hermes/Artemis/<br/>User-VM/Console, K5 (D.2b)"]
MSGSHAPE["✅ Hermes message shape known<br/>(MSG-CELLS, MSG-ALLOC/DELIVER)"] MSGSHAPE["✅ Hermes message shape known<br/>(MSG-CELLS, MSG-ALLOC/DELIVER)"]
MSGMIGRATE[" Message-bus migration of<br/>attach/verify/bind (D.4) — SCOPED 2026-08-27 (§F.15)"] MSGMIGRATE["🔶 Message-bus migration of<br/>attach/verify/bind (D.4) — SCOPED 2026-08-27 (§F.15).<br/>PARTIAL as of 2026-09-07: Console→user-VM command<br/>relay now real MSG-SEND (repl.c:971, CONSOLE-CMD-EVENT)<br/>-- falls back to hardwired direct interpret when input<br/>contains a double-quote character (repl.c:962-965,<br/>not yet safe to relay). Attach detection/verify/birth<br/>(hotplug→sig-check→capsule_wirebind's birth calls)<br/>still 100% hardwired, unchanged from 2026-08-28 baseline."]
SSDSCOPE["✅ SSD identity-store scope<br/>for regular users — CLOSED 2026-08-27 (§F.16)"] SSDSCOPE["✅ SSD identity-store scope<br/>for regular users — CLOSED 2026-08-27 (§F.16)"]
ROUNDTRIP["✅ Session state round-trip<br/>across attaches — CLOSED 2026-08-27 (§F.16)"] ROUNDTRIP["✅ Session state round-trip<br/>across attaches — CLOSED 2026-08-27 (§F.16)"]