From c4f94c409f23de2721b6f9113816e1c3552c75fa Mon Sep 17 00:00:00 2001 From: Robert Allan James Date: Mon, 7 Sep 2026 19:51:25 -0400 Subject: [PATCH] FABRIC-2.md: update stale MSGMIGRATE tracking node MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Claude-Session: https://claude.ai/code/session_014Ec88YKxxhZGG1RNnune78 --- FABRIC-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FABRIC-2.md b/FABRIC-2.md index fdbac7b7..96dee3e0 100644 --- a/FABRIC-2.md +++ b/FABRIC-2.md @@ -1601,7 +1601,7 @@ graph TD MINT["❌ Ongoing MINT word (Phase 8 + D.3)
SCOPED 2026-08-27 (§F.8) — GPT dropped, single-device confirmed OK"] PENTAGON["📍 Pentagon: Hera/Hermes/Artemis/
User-VM/Console, K5 (D.2b)"] MSGSHAPE["✅ Hermes message shape known
(MSG-CELLS, MSG-ALLOC/DELIVER)"] - MSGMIGRATE["❌ Message-bus migration of
attach/verify/bind (D.4) — SCOPED 2026-08-27 (§F.15)"] + MSGMIGRATE["🔶 Message-bus migration of
attach/verify/bind (D.4) — SCOPED 2026-08-27 (§F.15).
PARTIAL as of 2026-09-07: Console→user-VM command
relay now real MSG-SEND (repl.c:971, CONSOLE-CMD-EVENT)
-- falls back to hardwired direct interpret when input
contains a double-quote character (repl.c:962-965,
not yet safe to relay). Attach detection/verify/birth
(hotplug→sig-check→capsule_wirebind's birth calls)
still 100% hardwired, unchanged from 2026-08-28 baseline."] SSDSCOPE["✅ SSD identity-store scope
for regular users — CLOSED 2026-08-27 (§F.16)"] ROUNDTRIP["✅ Session state round-trip
across attaches — CLOSED 2026-08-27 (§F.16)"]