Extends the previously verify-only ed25519.c with ed25519_keygen() and ed25519_sign() per RFC 8032 5.1.5/5.1.6, reusing every point-arithmetic primitive verify already had -- only seed expansion/clamping and per-message nonce derivation are new. Signing is deterministic; only keygen ever touches entropy, via a caller-supplied seed (virtio_rng, Phase A) -- keygen still generates nothing itself. New scalar_muladd() (scalar25519.c) for signing's S = (k*a + r) mod L, the one scalar op verify never needed. Schoolbook multiply into a u128 wide accumulator with one final carry pass -- deliberately the same shape as fe25519.c's existing multiply, which has a documented history of a real bug from carrying mid-accumulation instead of in one pass. Verified against an independent implementation, not self-consistency: a throwaway host harness against Python's cryptography library (OpenSSL- backed) across 6 trials (5 random seed/message pairs + the empty-message case) produced byte-for-byte identical pubkeys and signatures every time. Clean compile on all three architectures and a full 3-arch QEMU acceptance boot, conservation intact, no panics or guest errors. Nothing calls the new functions from the live kernel path yet -- that's Phase C (the MINT word itself), still open, documented in FABRIC-3.md. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01U14ET9CWAtbQMbYqomKgXd
58 KiB
FABRIC-3.md — the Stadium, continued again
Status: Living working document, opened 2026-08-25 as the successor to FABRIC-2.md
(now closed/archival — see its own header). This document does not repeat FABRIC-2.md's
design argument or history; it restates only outcomes, with pointers back to the section
that derived them. Read FABRIC.md for the original "why," FABRIC-2.md for everything
derived through 2026-08-25, this document for what's left as of that date onward.
Provenance. Everything in Section A below is a full, non-sampled carry-forward of every
open (- [ ]) item in FABRIC-2.md as of 2026-08-25 — 51 items, confirmed by
grep -c '^- \[ \]' FABRIC-2.md, none dropped (Section A itself holds 49: the other 2,
FABRIC-2.md §F.3's own two checkbox lines, were pure summaries cross-referencing items
already listed individually elsewhere — 4.4s/1.11/4.3/§17.4 and 5.1/ACL-RWT re-measurement,
both of which are carried forward as their own individual items above — not distinct content,
confirmed by diffing item text programmatically before writing this document, not assumed).
Extracted mechanically (a script pulling each checkbox item's own text, stopping at the first
blank line rather than the next checkbox, to avoid pulling in unrelated already-resolved
narrative that happened to sit between two open items in the source document) and spot-checked
against the original. Item numbers/labels are
carried forward unchanged, for traceability — this is not a renumbering or a re-prioritization.
Section groupings match FABRIC-2.md's own (documentation debt, xHCI WRITE(10), Milestone
3–9 punch lists, etc.) — items are relocated, not reorganized.
How to use this document going forward. New findings, new punch-list items, and new
decisions get added here, not to FABRIC-2.md. Follow the same discipline FABRIC-2.md
§(intro) established for how work gets picked up, closed, and recorded.
A. Carried forward from FABRIC-2.md (51 items, all still open as of 2026-08-25)
From FABRIC-2.md §A — Blocked or scoped, not started
-
1.11 — Dirty-event granularity. Leaning region-based. Blocked on item 4.3 — settled as part of the console migration, not speculatively before it. Refs (FABRIC.md): §17.5, §23.2, §23.4 #1.
-
4.3 — Console. Umbrella item; settles 1.11 as part of the work. Nearly everything under it (4.3.1–4.3.7f, 4.4–4.4ac) is done — the parent stays open only because 4.4s below is still blocked and nothing has formally closed the umbrella. Refs (FABRIC.md): §17.5, §27.
-
4.4s —
(user)prompt segment. Scoped, blocked, not started. Extends 4.4's prompt format. Refs (FABRIC.md): §27.8, 4.4. -
5.1 — Re-run the DoE on the new substrate. A green POST suite is not evidence that determinism holds under the Stadium migration — needs its own campaign. Not started.
From FABRIC-2.md §D — Design questions still genuinely open
- §17.4 — the framebuffer utility's internal heat/decay dynamics are undesigned.
Explicitly "Open, deferred": not a Stadium patron, but what physics (if any) governs it
internally was never designed. Not blocking anything. Blocked on item 1.11 specifically
(dirty-event granularity), not "the framebuffer work" in general — see
FABRIC-2.md§D's own 2026-08-13 refinement of this item before assuming it's ripe.
From FABRIC-2.md §E — Documentation debt
- Already done — stale carry-forward, closed 2026-08-26. This item was never marked
complete when the actual work concluded.
FABRIC-2.mdSections M through T (2026-08-19 to 2026-08-21) already re-ran this measurement — and in the process found the original "ACL-RWT" name itself was wrong: the Rolling-Window-of-Truth mechanism it was named after was dead code, removed 2026-07-08 (ACL-RECHECK-RWwas never reachable —acl_recheck()only ever looks up the 11-charACL-RECHECK, never the 14-char-RWvariant). What the original campaign actually measured was the liveACL-TTLmechanism under a misleading name. Final, accepted result (FABRIC-2.md§T): +0.0603% ACL-TTL enforcement overhead, architecture-independent (identical across amd64/aarch64/riscv64), fully deterministic (CV=0.000%) — see also memoryproject_acl_ttl_overhead_final.md. No new campaign run here; this entry corrects the bookkeeping, not the measurement.
From FABRIC-2.md §J — Maintainability sweep (2026-08-18)
-
docs/lithosananke/ROADMAP.mdandM7.1.md— staleBranch: lithosananke(no such branch exists post-split),M7.1.md's "Status: Design Complete" (shipped and live, not just designed),ROADMAP.md's self-contradiction (M8 marked OBSOLETE in one place, still a live success criterion in another), and its stale "AHCI driver" claim for M9 (real implementation isvirtio_blk.c) — not fixed, flagged. -
Top-level
ROADMAP.md(StarForth-era, "Phase 0 Complete... Phase 1 Starting," dated 2025-12-14) — badly stale, no historical/superseded banner to warn a reader. Not fixed. -
docs/03-architecture/word-acl/DESIGN.mdsays ACL Phase 7 (LithosAnanke kernel parity) is still "remaining" — direct contradiction with.claude/CLAUDE.md, which states Phase 7 is independently verified complete. Not fixed. -
Confirmed accurate, not stale (2026-08-26):
VM-FLEET-ATTRACTOR-DESIGN-20260705.md's claim thatdoe-campaign.4this "broken and being superseded." Live-ranSMOKE-CAMPAIGNfrom the current capsule (amd64) — it completes without error and correctly conserves fleet heat (VM-PHYSICS: conserved=CONSERVED,fleet_heat_sum=65536). Initially read that as contradicting the doc's claim; Captain Bob corrected this directly — it's broken. "Doesn't crash" and "runs" are not the same claim: the doc's actual argument is that the capsule has no real controlled-experimental-factor mechanism (no manual heat-injection point under the current design, so it cannot drive the fleet through controlled scenarios the way a DoE campaign needs to), a methodological gap a clean execution trace doesn't surface or disprove. Doc's claim stands; not touched. -
Tracked (2026-08-26) — real proof-modeling gap, not just stale prose, so not fixed here. Confirmed by reading
StarForth_Loop4_Pipeline.thy's own comment (lines 127–137):pipeline_metrics_state'spm_last_accuracy_num/pm_last_accuracy_denfraction pair doesn't correspond to anything in the real C struct —include/vm.h'sPipelineGlobalMetricshas a singledouble last_checked_accuracyfield, no num/den pair anywhere. The.thyfile's own comment already scopes the real fix correctly: "a full field-level pass overpipeline_metrics_stateis its own separate task" — matches this project's standing caution that each remaining Isabelle gap needs its own subsystem model, not a documentation-sprint patch. The punch-list ask was tracking this outside the buried.thycomment, which it now has here — the actual re-model stays unattempted, on purpose.
From FABRIC-2.md §X, Milestone 2 — USB hardware stack
-
Decide and implement where the hotplug event surfaces to the rest of the kernel — likely a callback registered by whatever owns the home-blocks logic, not xHCI code calling into
block_subsystem.cdirectly (matching the existing "kernel/Artemis decoupling boundary" pattern already documented inblock_subsystem.c). Partially addressed by Milestone 2h'sblkio_usb.c/connect-time attach wiring (FABRIC-2.md, 2026-08-25) — worth re-checking whether that closes this item outright before treating it as still fully open. -
Implement CBW/data/CSW for SCSI WRITE(10) — this is where the earlier "read/write, unquestionable" requirement actually gets satisfied. Still the single biggest functional gap in the xHCI driver — blocks writing to a real USB thumb drive at all (
blkio_usb.cis read-only today specifically because of this). -
Implement basic error/stall recovery (CSW failure status, endpoint stall clear) — at minimum enough to not wedge the controller on a single bad transfer.
From FABRIC-2.md §X, Milestone 3 — Block subsystem extensions
-
Implement the CA-signed-cert verification path (Milestone 6 dependency — the cert chain validator doesn't exist yet either).
-
Implement the first-touch allocation function: given a verified identity pubkey and a requested block count, either read an existing range from the drive's map or claim a new one at
g.total_user_lbnand write it back. (Single-block relocation itself — the mechanism this would allocate ranges for — is done:blk_subsys_relocate_block()/RELOCATE-BLOCK,FABRIC-2.md, commit36d832f. This item is about the identity→range allocation that decides what to relocate blocks into*, still unbuilt.)* -
Design the on-drive block-map format (Section U item 4) — what it records (block ranges claimed? individual block liveness? something else), how it's serialized.
-
Implement writing the block-map to a drive.
-
Implement reading/validating the block-map from a drive on insertion.
-
Design the migration state machine (Section U item 5) — states, transition triggers. Session direction, 2026-08-25: ACL manages when to relocate (capacity pressure, or a compudynamics heat/cold signal); migration itself is expected to be rare, not routine. The
physics_hotwords_cache.c-reuse question is settled differently than originally framed — see this document's new §B below (Stadium unification), which reframes block/word placement as acompudynamics.c-driven decision generically, not aphysics_hotwords_cache.c(DictEntry*-hardcoded) reuse question specifically. -
Decide and implement unclean-removal handling (Section U's explicitly flagged open question — never answered) — at minimum, detect a mid-flush disconnect via Milestone 2e's disconnect signal and decide what state that leaves affected blocks in.
From FABRIC-2.md §X, Milestone 4 — Drive/credential security
-
Designed (2026-08-26), not yet implemented — Phase 8 kickoff. Mirrors two existing precedents exactly:
CAPSULE_MAGIC_PACK's bit-packed magic (include/starkernel/capsule.h) andblk_volume_meta_t's magic+version+fields+pad-to-4096 structural convention (include/block_subsystem.h). Lives at the first 4KiB devblock of the GPT metadata partition (the ~1GB partition decided 2026-08-22) — the header format doesn't depend on the still-missing GPT parser; it's just what gets written starting at that partition's first devblock once something can locate it. Deliberately narrow: identifies/authenticates the drive only, does not invent the block-map or credential/cert formats (both separate, still-open items below) — reserves offset/size pointers to where they'll live instead of embedding them.#define HOMEBLOCKS_SIG_MAGIC 0x4248414CULL /* 'LAHB' -- LithosAnanke Home Blocks, * same little-endian ASCII packing as * CAPSULE_DESC_MAGIC's 'CAPS' */ #define HOMEBLOCKS_SIG_VERSION_0 0 #define HOMEBLOCKS_SIG_PACK(ver) \ (HOMEBLOCKS_SIG_MAGIC | ((uint64_t)(ver) << 32)) #define HOMEBLOCKS_SIG_GET_MAGIC(m) ((uint32_t)((m) & 0xFFFFFFFFULL)) #define HOMEBLOCKS_SIG_GET_VERSION(m) ((uint8_t)(((m) >> 32) & 0xFF)) typedef struct { uint64_t magic; /* HOMEBLOCKS_SIG_PACK(...) */ uint8_t drive_uuid[16]; /* unique per-mint instance id -- Phase 8 mints multiple * distinct drives, needs something to tell them apart */ uint64_t minted_time_ns; uint64_t metadata_devblocks; /* size of this GPT metadata partition, in 4KiB devblocks * -- sanity/bounds check against the GPT entry once a * parser exists */ uint32_t cert_offset; /* devblock offset within this partition where the * CA-signed cert blob starts; 0 = not yet minted */ uint32_t cert_devblocks; uint32_t blockmap_offset; /* devblock offset where the block-map (Milestone 3, * format still undesigned) starts */ uint32_t blockmap_devblocks; uint64_t hdr_crc; /* REAL from day one, not a placeholder like * blk_volume_meta_t's "unused yet" hdr_crc -- this * header's whole job is gating a warn-and-refuse * security check below, so the crc has to actually work */ uint8_t _pad[4096 - 64]; /* pad to one devblock; 64 = sum of the fields above */ } homeblocks_sig_t;cert_offset/cert_devblocksare 0 on first design pass — the real CA hasn't been generated yet (Milestone 6), so this reserves the shape of where a cert will attach without committing to a cert format that doesn't exist. Same reasoning forblockmap_offset/blockmap_devblocksagainst Milestone 3's still-open block-map design. Implemented (2026-08-26):include/starkernel/homeblocks_sig.h—homeblocks_sig_t+HOMEBLOCKS_SIG_PACK/_GET_MAGIC/_GET_VERSIONmacros, a C99 compile-time size assertion (same disciplinestadium.h's own header-size checks use), and the identical field layout shown above. Verified standalone:sizeof(homeblocks_sig_t) == 4096, compiles clean under-std=c99 -Wall -Wextra -Werror. Not yet consumed by any code — nothing in the block subsystem or xHCI driver reads or writes it yet, so no functional kernel change and no 3-arch acceptance boot needed for this step; that starts with the signature-check implementation, the next punch-list item below. -
Implemented (2026-08-26): the check function itself, real and complete — not yet wired to any write path.
include/starkernel/homeblocks_sig.h+src/starkernel/homeblocks_sig.c:homeblocks_sig_check(dev, sig_start_fblock, out_sig)reads the 4 consecutive 1KBblkioforth-blocks the 4KB header spans, verifies magic → version → CRC-64 in order, returns one ofHOMEBLOCKS_SIG_OK/_BLANK/_BAD_VERSION/_BAD_CRC/_READ_ERROR. Reusesblock_subsystem.c's existing CRC-64/ISO (compute_crc64, previouslystatic/file-local, now exposed) rather than a second CRC implementation — same algorithm already proven via per-block checksums. Takes the header's starting block as a plain parameter rather than resolving it internally: this function verifies a signature given a location; finding that location (GPT-partition-relative, once a parser exists) stays the caller's job, not invented here.Verified against the actual shipped code, not a reimplementation: a standalone host test links the real
homeblocks_sig.cagainst a fake in-memoryblkio_devand exercises all four outcomes — blank media →BLANK, a correctly-minted header →OK(round-tripsdrive_uuid/minted_time_nscorrectly), a flipped CRC →BAD_CRC, an unrecognized version →BAD_VERSION. All four pass. A full QEMU-hotplug live test isn't proportionate yet — nothing calls this function from the live kernel path (deliberately; wiring it into the attach path is the next item below), so a live boot check has nothing to exercise. Clean zero-warning compile and clean boot on all three architectures confirms no build/link regression from exposingcompute_crc64and adding the new source file to every kernel build. -
Implemented (2026-08-26): the "warn" half, live and wired. Wired into
sk_repl_idle()'s USB hotplug attach handler (repl.c), right betweenblkio_usb_open_msc()succeeding andblk_subsys_attach_device()— callshomeblocks_sig_check(&usb_blk_dev, 0, &sig)and logs a distinct message per outcome (recognized / blank-or-foreign / bad-version / bad-crc / read-error).The "refuse" half is deliberately not implemented — there is nothing real to gate yet.
blkio_usb.chas no SCSIWRITE(10)support at all (Milestone 2's biggest open item), so there is no write path today to refuse; the only thing attach currently enables is read-only access, which is also the general-purpose USB block I/O path this repo already relies on for unrelated testing, not exclusively a home-blocks identity workflow. Refusing attach on blank media would have broken that legitimate use without protecting anything real — building that gate now would be enforcement with no live consumer, the same "don't build ahead of a real caller" reasoningEXPIRE's deferral used. Refuse belongs on the write path onceWRITE(10)exists to give it something to gate against.sig_start_fblockis hardcoded to0at the call site — correct for today's unpartitioned raw test/real media (no GPT parser exists yet), explicitly flagged in the code comment as the one place that will need to change to a real GPT-partition-relative lookup once that parser lands, isolated fromhomeblocks_sig.c's own location-agnostic check logic.Verified live, not just compiled: hot-attached
disk/usb-thumbdrive-test.img(blank media, noLAHBmagic) through a running amd64 instance's QMP socket (blockdev-add+device_add usb-storage,bus=xhci0.0) — captured exactly 4 real TUR+READ10 BOT cycles (matching the header's 4 forth-block span) followed byxhci: USB drive not recognized (blank or foreign media) -- read-only general use only, then normal attach completing successfully afterward (no regression — noMSC block-subsystem attach failed). Conservation intact, no panic. Clean zero-warning compile and clean boot on all three architectures. -
Resolved (2026-08-26): reuse
acl_pinneddirectly, no new flag needed. The open question assumed credential data "isn't a dictionary word" — but the design already chosen for it (ZUSE-CERT-LO/HI,ACL-CA-KEY-LO/HI) areCONSTANTwords, i.e. realDictEntrys.acl_pinned's enforcement is more general than assumed:vm_create_word()(dictionary_management.c:394-404) — the single choke point every word-defining construct goes through — unconditionally refuses to let anything shadow a pinned name ("Pin is permanent: no word may shadow a pinned entry — ever, by anyone"), a real general redefinition guard, not just an ACL-mode-change lock.zuse.4th'sACL-ZUSE-BOOTalready pins both cert constants today — the mechanism is already wired for this.Real gap surfaced along the way, not yet fixed:
ACL-ZUSE-BOOTself-activates and pinsZUSE-CERT-LO/HIunconditionally on every boot — before any legitimate minting step could ever run, permanently locking in the0placeholder on the very first boot. The boot sequence needs to distinguish "already minted, pin it" from "not yet minted, don't pin yet" before minting can work at all.This directly shaped the next design pass (2026-08-26, Captain Bob): a dedicated
disk/zuse.imgQEMU test thumbdrive, "bleachable" back to pristine/unminted state for repeated first-boot testing; a one-time first-boot mint-Zuse flow (mint → write real cert → blow the fuse → then pin, resolving the gap above); a separate, ongoingS" name" MINTword for an authenticated Zuse session to mint additional regular users; and a Zuse recovery path, explicitly flagged as unresolved and risky if rushed — not to be designed casually, since the earlier "no software recovery, mint a new one" rule existed specifically to close a hole a careless recovery path could reopen.First piece implemented (2026-08-26): the
zuse.imgbleach mechanism.disk/zuse.img(64MB, blank, matching the existing USB-fixture convention exactly — seedisk/README.md) +scripts/bleach_zuse_img.sh(idempotent reset back to blank). Verified live: hot-attached via QMP (same method as the warn-and-refuse verification above) — reads back asHOMEBLOCKS_SIG_BLANK(xhci: USB drive not recognized (blank or foreign media)), correctly simulating a genuine first boot. Deliberately flat/raw, not GPT-partitioned, matchinghomeblocks_sig_check()'s currentsig_start_fblock=0call site — both move to a real GPT-partition-relative offset together once a parser exists, not attempted here. No kernel code touched this step (host-side test tooling only), so no 3-arch acceptance boot needed — single live amd64 QMP-hotplug confirmation is the right verification tier.Correction (Captain Bob, 2026-08-26): drives are not bound to any particular size. 64MB was only ever this fixture's arbitrary test-convenience size, matching
usb-thumbdrive-test.img's existing BOT-driver-testing precedent — never a real-world constraint. Audited for anywhere this might have implied otherwise: the actual format (homeblocks_sig_t) already carries its ownmetadata_devblocksfield and hardcodes no size anywhere, confirmed clean.scripts/bleach_zuse_img.shgained a--size-mboverride so this was never a hidden assumption baked into the tooling either. The earlierproject_usb_thumbdrive_gpt_layout.mdmemory's "16GB reference size" phrasing (already hedged as tentative, but risked reading as a target) corrected to state the point explicitly — the GPT layout's design point is the proportions (small metadata partition, everything else block storage), not any absolute size.Still open, not attempted: the mint-then-pin boot-sequence fix itself, the
MINTword, and the Zuse recovery path.Correction, supersedes the "reuse
acl_pinned" resolution above (2026-08-26): a pinnedCONSTANTis not actually tamper-proof.ACL-PIN/acl_pinnedonly guards against redefinition —vm_create_word()'s pin check blocks a second: ZUSE-CERT-LO ... ;, but nothing stops' ZUSE-CERT-LO >BODY !from overwriting the same word's data field in place. ACONSTANT's value lives in its data field, so the earlier design left the cert mutable from FORTH despite being "pinned." Found while starting the mint-then-pin boot-sequence fix itself; fixing that gap came first since building a real mint flow on top of a tamperable store would just re-open the hole later.Fixed (2026-08-26): moved cert storage out of the dictionary entirely. New
VMstruct fields (include/vm.h):zuse_cert_lo/zuse_cert_hi(the cert value) +zuse_cert_installed(one-time fuse bit). Newvm_zuse_cert_install(vm, lo, hi)(src/vm.c) — C-only, no FORTH word wraps it, returns-1on a second call rather than silently re-installing (a second call is a caller bug, not a runtime condition to recover from). No FORTH store word exists or should exist for these fields, closing the>BODYpath structurally rather than by convention. Three new read-only C primitives (src/word_source/starforth_words.c, same shape as the existingHEARTBEAT-TICKS@):ZUSE-CERT-LO@,ZUSE-CERT-HI@,ZUSE-CERT-INSTALLED?.capsules/zuse.4th's oldZUSE-CERT-LO/HICONSTANTwords (andACL-ZUSE-BOOT's two now-pointlessACL-PINcalls on them) deleted outright rather than left as dead/insecure scaffolding —mkcapsule --lintclean (31/31) after the edit.vm_zuse_cert_install()has no caller yet: the real mint flow still doesn't exist (Milestone 6 CA + theMINTword are both still open), and calling it with a placeholder value would just be a stub wearing the shape of a fix — so this stays an honest, complete slice (storage + read accessors) with the actual mint-then- pin sequence still explicitly open, not faked. Verified: hostedmakebuild clean, zero warnings; clean boot took>on all three architectures (amd64/aarch64/riscv64), Stadium conservation intact (43691/21845/65536) on all three, no panics or guest errors. ACL is opt-in (init.4th'sS" ACL.4th" EXECcommented out by default) so the new words weren't exercised live from the REPL this pass — compile/lint/boot verification only.MINT word design, picked up 2026-08-26. Before scoping
MINTitself, found a real conflict with an existing, deliberate decision:include/starkernel/ed25519.his verify- only by design — "this kernel never signs or generates keys (no entropy source to do so safely anyway); signing happens in the host-side build tool" (FABRIC-2.md, Milestone 6, 2026-08-22). But the vision forMINT(§D below) is an interactive, on-deviceS" name" MINTword — an authenticated Zuse session signing a new user's cert live, at runtime. A kernel that structurally never signs can't do that as envisioned. Raised directly; decided (Captain Bob, 2026-08-26): give the kernel a real signing capability rather than reshapeMINTaround verify-only. This reopens the prior "no entropy source" constraint deliberately, not by accident.Phase A —
virtio-rng, done 2026-08-26. Checked what entropy is actually available before choosing a design:include/starkernel/vm_uuid.halready found, for VM UUIDs, that amd64 has RDRAND and riscv64 has the Zkr extension, but QEMU's aarch64 CPU models (includingmax) expose neither RNDR nor any RNG property at all — confirmed directly against QEMU 10.2.1. That's why VM UUIDs use a deterministic PRNG uniformly instead of a per-arch split; that same choice is not safe for Ed25519 keygen — a seed drawn from a known value makes the private key predictable. Decided: add avirtio-rngdevice instead of a per-arch RDRAND/Zkr split with a weaker aarch64 fallback — QEMU supplies real host entropy identically on all three arches, closing the aarch64 gap directly (QEMU-only; real hardware at Milestone 8 needs a real per-arch RNG driver, a separate later problem).New
include/starkernel/virtio_rng.h+src/starkernel/virtio/virtio_rng.c, transport plumbing (PCI capability walk, common-cfg feature negotiation, split virtqueue) mirroring the existingvirtio_blk.cexactly — same device family, same quirks. Simpler shape than block: one virtqueue, one device-writable descriptor, no request header or status byte (the entropy device has none);virtio_rng_get_bytes()loops internally since the device may return fewer bytes than requested per round.-object rng-random,id=rng0,filename=/dev/urandom-device virtio-rng-pciadded to all three arches' QEMU invocations (Makefile.starkernel). Wired into boot (kernel_main.c, right after the existingvirtio_blk_find_artemis()call site, same graceful-noop-on-absence precedent).
Verified live, not just compiled: a temporary probe (written, run once, captured, reverted — per this project's standing probe convention) pulled 16 real bytes through the full request/notify/poll/used-ring round trip on all three architectures and printed them: amd64
be9223909b86a8ccbfff705ccae2caa6, aarch64861487df65a6d7a26b2c9c34f5ff96ee, riscv64fec51d80e8c169a35aad9d908eab2f39— three different values, confirming real entropy, not a stale or repeated buffer. Probe reverted; permanent code is just the driver + init call. A second, final 3-arch acceptance boot ran against that reverted code (not the probe build) to confirm the shipped state itself is clean. Clean zero-warning compile and clean boot took>on all three architectures, Stadium conservation intact (43691/21845/65536), no panics or guest errors on either pass.Still open: Phase B (real Ed25519 keygen/signing, seeded from this entropy) and Phase C (the
MINTword itself, cert format, and whether Zuse's own keypair needs to chain to the Milestone 6 offline root CA or is a self-sovereign instance-local root of trust).Phase B — real Ed25519 keygen/signing, done 2026-08-26. Extended
include/starkernel/ed25519.h/src/starkernel/crypto/ed25519.c(previously verify-only) withed25519_keygen(seed, pubkey_out)anded25519_sign(seed, msg, msg_len, sig_out), per RFC 8032 §5.1.5/5.1.6, reusing every point-arithmetic primitive verify already had (scalar_mult,point_compress, the base-point constants) — no new curve code, only the seed-expansion/clamping and per-message nonce derivation verify never needed. Signing is deterministic (nonce derived from seed+message, not fresh randomness): only keygen ever touches entropy, via a caller-supplied seed (virtio_rng_get_bytes(), Phase A) — keygen itself still generates nothing and trusts the caller for randomness quality, matching this file's original design philosophy exactly.New
scalar_muladd()(scalar25519.c/.h) for signing'sS = (k*a + r) mod Lstep, the one piece of scalar arithmetic verify never needed (verify only ever reduced or compared, never multiplied scalars). Schoolbook 256×256-bit multiply into au128wide accumulator with exactly one final carry-propagation pass — deliberately the same shape asfe25519.c's existing field multiply, because that file's own history records a real bug from trying to carry mid-accumulation instead of in one final pass; structurally can't repeat that mistake this way. Reduces the result via the existing, already-provenscalar_reduce512()rather than writing new modular-reduction logic.Verified against an independent implementation, not self-consistency — this project's own standing lesson (two real, invisible-by-inspection bugs in the original from-scratch field arithmetic, an off-by-one-hex-digit hand-transcribed SHA-512 vector) means a passing self-check proves nothing on its own. Built a throwaway host test harness (compiled, run, discarded — the crypto files have no
__STARKERNEL__gate, so they link as an ordinary Linux binary) against Python'scryptographylibrary (OpenSSL-backed). Six trials — five random seed/message pairs (message lengths 1, 32, 255, 1000 bytes) plus the empty-message case — every one produced a byte-for-byte identical public key and signature to the independent implementation, not just a signature this codebase's own verify accepted. Verified on-target too: clean zero-warning compile of the crypto files on all three architectures, and a full 3-arch QEMU acceptance boot (amd64/aarch64/riscv64) — all clean took>, Stadium conservation intact, no panics or guest errors. Nothing callsed25519_keygen()/ed25519_sign()from the live kernel path yet (Phase C's job); this pass is compile/link/boot-regression verification for the crypto library itself.Still open: Phase C — the
MINTword itself, cert format, and whether Zuse's own keypair needs to chain to the Milestone 6 offline root CA or is a self-sovereign instance-local root of trust.
From FABRIC-2.md §X, Milestone 5 — Console/VM key-match binding
-
Settle the still-open question: reuse
ACL-PIN/acl_allowdirectly, or build a separate key-matching primitive —ACL-PINgates word execution specifically and nothing today gates console-session-to-VM ownership, so this decision needs to happen before any code gets written here. -
Design the key/lock data shape (what the console presents, what the VM carries, how they're compared).
-
Wire drive insertion (Milestone 2e's hotplug signal, post-identity-authentication) to a call into
capsule_birth_baby()(confirmed a real, callable, on-demand birth path already) to spin up or re-attach that identity's VM. -
Implement the actual attach/bind step — extending
sk_repl_set_active_vm()(confirmed to exist, currently an unguarded raw pointer-set) with the key-match check from above, so a console can only bind to the one VM whose lock matches its key. -
Implement detach behavior on console disconnect or VM teardown.
From FABRIC-2.md §X, Milestone 6 — Kernel/capsule PKI signing chain
-
Generate (offline, outside the kernel/repo entirely) the real root CA keypair — "stays unrevocable," never embedded, never loaded by any kernel code.
-
Generate the "snakeoil" intermediate certificate, signed by that real root CA (this is a real CA-signed intermediate, not a self-signed/untrusted cert despite the name — "snakeoil" names its informal/private-project status).
-
Embed the already-CA-signed snakeoil intermediate as a capsule blob at build time (mechanically proven already via the font-capsule precedent — no new embedding infrastructure needed, just a new payload). Bootstrapping resolved: no kernel-boot-time verification of a hardcoded CA public key is needed at all — trust is established once, at build time, by whoever holds the real root CA and produces the build.
-
Add a signing step to the
mkcapsulebuild tool (or a separate signing tool) that produces a signature alongside each capsule's existing xxHash64. -
Extend
MANIFEST_AUTO.md's generation to add a signature-status column, matching the existing xxHash64 column's generation pattern. -
Implement magic-number-based content-type detection (Section U item 14) — a shared primitive, also usable for Milestone 4's foreign-drive check.
From FABRIC-2.md §X, Milestone 7 — Contributor capsules / trust tiers
-
Create the
capsules/contrib/directory (mechanically trivial, matches existing subdirectory convention — the directory itself is not the work). -
Add a
FLAG_CONTRIBbit tomkcapsule.c's flag system, assigned by path match (contrib/prefix), same pattern as howinit.4thalready getsFLAG_MAMA_INIT. -
Decide and implement one of the four spitballed trust-tier directions (signature- authority tiers / block-namespace sandboxing / QEMU-vs-real-hardware conditional enforcement) — none chosen yet, this is a real decision point, not just an implementation task.
-
If block-namespace sandboxing is chosen: extend
mkcapsule's existing conflict- detection logic to also reject acontrib/-path capsule claiming blocks outside its reserved range.
From FABRIC-2.md §X, Milestone 8 — Bare-metal boot from physical USB
- Build a fresh
starkernel.isoviamake -f Makefile.starkernel ARCH=amd64 clean+ the ISO-build step. - Identify the exact block device path for the target USB drive on the host doing the
flashing (
lsblk/dmesgafter insertion — care needed, wrong device = data loss). dd if=build/amd64/kernel/starkernel.iso of=/dev/sdX bs=4M status=progress(or equivalent) — confirmddis the right tool for an El Torito ISO vs. needingisohybridfirst (open question, not yet verified).- Physically boot the real machine from the flashed drive (BIOS/UEFI boot-order menu, Secure Boot may need disabling — unknown until tried).
- Capture what happens with no serial-socket log available (real hardware has no
qemu-serial-*.socktosocatinto) — decide the observation method. - Confirm POST reaches the same 1012/0/0 result on real hardware as every QEMU acceptance run.
- Confirm
ok>prompt is reachable and a basic command (e.g.HEARTBEAT-TICKS@ .) works identically to QEMU. - Document the result (pass/fail, and if fail, what diverged from QEMU) — first real external validation this project has ever had outside QEMU TCG emulation.
From FABRIC-2.md §X, Milestone 9 — Networking / capsule distribution server
- (Deferred) Revisit and punch-list this milestone once Milestone 7 closes, not before.
B. Stadium unification — words/VMs/blocks/messages on the same engine
Raised 2026-08-25: "words are stadium patrons, VMs are patrons, blocks are patrons, messages
are stadium patrons, all should be operated on by THE SAME ENGINE." Investigated before
designing anything — the real state is more nuanced than "everything's a stub," verified via
direct reads and git log, not assumed:
FABRIC.md §18.3 already decided the mapping (not invented here): blocks → MIGRATE,
messages → DELIVER, ACLs → EXPIRE, words and VMs both → COOL. stadium_evict()
(src/starkernel/vm/stadium.c) — real, tested infrastructure: bitmap tracking, pin/contains
refusal, the Hera-patron-zero panic guard, heat-conservation back to the owner's reservoir on
every reap — calls stadium_dispatch() for the actual payload action when a patron departs.
Per-behaviour status, as of 2026-08-25:
MIGRATE(blocks) — zero consumer, genuinely stub (stadium_dispatch()'s case prints"MIGRATE (stub)"and returns). This session already built the real mechanical primitive it needs:blk_subsys_relocate_block()/RELOCATE-BLOCK(FABRIC-2.md, commit36d832f), live-verified (redirect + content survive an abrupt kill and reboot) but never wired tostadium_dispatch()— it's a separate, parallel, already-working mechanism today, not routed through Stadium at all.COOL(words and VMs, same tag) — half real. Words are fully live, but via a separate, bespoke mechanism,stadium_word_dispatch()(stadium_words.c, item 4.1), wired directly into the real VM word-execution hot path (vm_core.c:690,885,896) — it does not go through the genericstadium_dispatch()switch at all.ONTOLOGY.md§IX claiming words are "not yet migrated" is itself stale documentation drift (same class of bug as the "glibc" misattribution corrected earlier this session — flagged as a small, separate fix below, not blocking). VM cooling has no evidence of ever being wired anywhere — still genuinely stub.DELIVER(Hermes messages) —FABRIC.md(~line 3452) records this explicitly as "Open, surfaced not resolved": Hermes's message/channel heat already integrates with Stadium's reservoir accounting (STADIUM-HEAT@,STADIUM-RES-PULL/PUSH), but which Hermes lifecycle event maps toDELIVERvs.EXPIREwas never decided, let alone wired. Real, substantial, Hermes-specific integration work.EXPIRE(ACL TTL expiry) — no evidence of any wiring anywhere;ACL.4th/acl_recheck()has zero Stadium involvement today. Also substantial, separate work.
Why DELIVER/EXPIRE aren't being resolved in the same pass as MIGRATE: each is a
full subsystem integration (Hermes lifecycle mapping; ACL-to-Stadium wiring where none has
ever existed) in its own right — attempting all four stubs at once risks exactly the rushed,
shipped-but-incomplete outcome the no-stubs rule (below) exists to prevent. MIGRATE gets
resolved for real because this session already has a tested primitive underneath it; the
other three become honest, explicit punch-list items instead of being touched speculatively.
Punch list:
-
Investigated (2026-08-25): block-patron admission does not exist yet, but is architecturally straightforward, not blocked. Confirmed via
stadium_admit()'s own doc (stadium.h) that it REFUSES any candidate withmass != 1, and that amass > 1multi-cell patron would need a continuation chain nothing has ever designed — this looked at first like a hard blocker for a 1024-byte block. It isn't: confirmed viastadium_word_dispatch()'s real candidate construction (stadium_words.c:245-252) that Stadium cells carry pure identity/heat/bookkeeping only —candidate.identity = word_id,payload[32]unused — the actual word content stays in the dictionary; Stadium never holds it. By the same pattern, a block patron's cell would carryidentity = LBN,mass = 1,payloadunused — the actual 1024 bytes of block content stays exactly where it already lives (block cache / disk viablock_subsystem.c), unmoved. Somass != 1is a non-issue; the real gap is just that nothing has ever built the LBN→cell_index residency map (the block-patron analogue ofstadium_word_dispatch()'sresolve_resident_cell()) or the touch-on-access hook (the analogue ofvm_core.c's threestadium_word_dispatch()call sites). Not yet built — this is real, scoped, buildable work, not a stub-around candidate. Still open, plan to be presented before implementation per the no-stubs/no-early-coding conventions. -
Resolved (2026-08-25): real block-patron admission + real
MIGRATEdispatch, both live. Newstadium_blocks.h/stadium_blocks.cmirrorstadium_words.c's shape (Option B starter-grant admission, redirected Loop #3 cooling, self-healing stale-entry detection) but key residency by(quota_slot, lbn)in a fixed-capacity open-addressing hash table sized offstadium_cell_count()(tombstone-based deletion, since LBN space isn't densely bounded likeword_id), not a dense array. Wired intoblock_word_block()/block_word_buffer()/block_word_update()(block_words.c),#ifdef __STARKERNEL__-guarded.stadium_dispatch()'sMIGRATEcase now callsblk_flush(lbn)for real (confirmedblk_flush(), notblk_subsys_relocate_block(), is the right primitive — the latter is for compudynamics-driven relocation to a different LBN mid-residency, not ordinary reap write-back). Three new Kconfig tuning constants (STADIUM_BLOCK_HEAT_QUANTUM/STADIUM_BLOCK_COOL_RATE_Q48/STADIUM_BLOCK_TRACK_CAP_MULT) mirror the word-patron ones exactly, same three-layer wiring. Verified: clean compile, zero warnings, on all three architectures; clean boot tozuse)ok>/ok>REPL on all three, conservation (resident_sum + reservoir == Q48_ONE) intact identically across all three;BLOCK/BUFFERtouches exercised live from the REPL on amd64 and riscv64 with no crash; a 22,000-distinct-block flood loop (amd64, artificially shrunk to a 20,971-cell Stadium via a one-off smaller-mto make quota pressure reachable) ran clean under heavy admission-path load with no corruption. LiveMIGRATEfire confirmed (2026-08-26): interactive flooding alone never triggered it — Hera's reservoir was already sitting exactly at theQ48_ONE / 3floor from the boot-time self-tests, so every block-touch candidate pulled 0 heat, and a 0-heat candidate can never be strictly denser than an existing resident, sostadium_admit()'s eviction fallback correctly refuses rather than evicts once the free list is exhausted (a pre-existing reservoir-floor/density-eviction interaction, applies equally to word patrons, not introduced by this pass). Closed deterministically instead with a temporary boot probe (kernel_main.c, inserted into the existing Artemis 4.6 self-test block, reverted immediately after capture — no code left behind):100 65536 0 STADIUM-ADMIT ... STADIUM-EVICTagainst the live Artemis VM. Captured live:Stadium: dispatch cell=63257 behaviour=MIGRATE lbn=100, followed byDBG err after MIGRATE probe=0—blk_flush(100)fired for real, with the correct LBN threaded through from the departing patron'sidentityfield exactly as designed. (Artemis's own reservoir went briefly out of Q48_ONE-balance during the probe — rawSTADIUM-ADMITdoesn't debit the reservoir on its own, by its own doc, so a heat value handed to it directly is invented, not pulled; harmless here since Artemis is killed and her whole economy discarded immediately after, and Hera's own conservation was independently confirmed back at the normal 43691/21845/65536 baseline afterward.) -
Bug found, reported, then fixed on request (2026-08-25/26):
capsules/lib.4th:13-14shadowed the C primitivesUSE/RUN. While chasing the live-MIGRATE test above,S" Artemis" USE(meant to redirect the REPL into Artemis's own vocabulary,mama_word_use()) instead printedEXEC: failed: Artemis. Root cause:capsules/lib.4th:13defined: USE ( addr u -- ) EXEC ;— a FORTH word with the same name but a completely different meaning ("load/exec a capsule"), which shadowed the C-registeredUSEin dictionary search order sincelib.4thloads after primitive registration.lib.4th:14did the identical thing toRUN, which CLAUDE.md also names as an untouchable C primitive ("BIRTH, RUN, USE are primitives — registered in C exactly like DUP, BYE, EXEC"). Same bug class as the K-PUSH dictionary-shadowing issue (docs/working/architecture/K-PUSH-DICTIONARY-SHADOWING-BUG-20260704.md). Reported first per CLAUDE.md's rule against unrequested fixes; Captain Bob then explicitly asked for the fix. Fix: traced every real caller before touching anything —RUN's alias was dead (never called anywhere as bareRUN);USE's alias had exactly one real caller,capsules/hermes/init.4th:397(S" common:msg.4th" USE, intentionally exploiting the shadow to load that capsule right afterlib.4thitself loaded). Both aliases were pureEXECwrappers with zero added behavior, so the fix deleted both definitions fromlib.4thoutright and changed the one real call site plus its matching doc comment (capsules/common/msg.4th:4) to callEXECdirectly — no new names invented, the C primitives untouched,mkcapsule --lintclean (31/31 pass). Verified live: rebuilt and booted amd64 — Hermes still births and herCOMMON-CH-eviction self-test (which depends oncommon:msg.4thhaving loaded) still passes exactly as before; interactively,S" Artemis" USEnow correctly printsUSE: now using Artemisand switches the REPL's console-name coloring, confirming the C primitive runs unshadowed. Clean compile and clean boot with conservation intact on all three architectures (amd64/aarch64/riscv64). -
Resolved (2026-08-26): real VM-patron admission + real explicit-KILL eviction, both live. Re-scoped on request: confirmed
capsule_vm_kill()had zero Stadium involvement (vm_cleanup()/sf_free()only) and child-VM birth only ever calledstadium_grant_quota()(a resource pool for the VM's own future word/block patrons) — neverstadium_admit()for the VM itself. The only precedent,stadium_birth_hera(), admits Hera into her own quota as a permanently pinned cell 0, which can never reachstadium_evict()— not a working example ofCOOLfiring for a VM. On closer look this turned out NOT to be entangled with the still-iterating Tripod/Zuse/messaging vision after all (§D) — birth and kill already funnel through two single choke points, so the earlier 2026-08-25 deferral was overcautious. Design: addedsize_t stadium_patron_celltoVMRegistryEntry(capsule_run.h). At birth, right after the existingstadium_grant_quota()call (capsule_birth.c), admit a candidate into the new VM's own quota mirroringstadium_birth_hera()'s shape (identity=0,mass=1,behaviour=COOL) but deliberately unpinned — pinning would need a new "unpin" primitive (none exists) to ever evict it later, and adding a pin-bypass tostadium_evict()'s refusal logic isn't something to do casually; unpinned costs nothing since nothing wiresCOOL's dispatch body to actually kill anything, so the worst case of an unrelated natural eviction isstadium_patron_cellgoing stale, which is tolerated the same waystadium_word_forget()already tolerates staleness. Atcapsule_vm_kill()andcapsule_vm_kill_all_nonmama():stadium_evict()the tracked cell if still resident, silently tolerating refusal (already gone).stadium_dispatch()'sCOOLcase needed no new payload body — same as it already is for words, whereCOOLhas no defined extra action beyondstadium_evict()'s own universal reservoir credit; the missing piece was admission and a genuine trigger, not dispatch-body logic. Verified live: a second, newStadium: dispatch cell=... behaviour=COOLnow fires immediately before everyPARITY:KILLline, for both Hermes and Artemis, confirmed on amd64 (distinct from the pre-existingCOMMON-CHword-eviction self-test's own COOL print). Conservation (resident_sum + reservoir == Q48_ONE) intact throughout. Clean zero-warning compile and clean boot on all three architectures (amd64/aarch64/riscv64). -
**Re-scoped and resolved (2026-08-26):
DELIVER(Hermes) was never actually a gap — the earlier "zero consumer, needs substantial Hermes lifecycle mapping" framing above was wrong, carried over unverified fromFABRIC.md's old "open, not resolved" note about which Hermes event maps toDELIVERvs.EXPIRE. Item 4.2 already answered that in code (messages →DELIVER, channels →COOL) without the prose ever catching up — same documentation-drift class as the staleONTOLOGY.mdwords note and the earlier glibc misattribution. Confirmed live:capsules/hermes/init.4th'sMSG-ALLOCalready admits every message withSB-DELIVER, andMSG-FREE-NODE(called from bothMSG-ACK-LASTand heat-drivenMSG-REAP) already evicts it —behaviour=DELIVER (stub)has been printing on boot logs since at least 2026-08-05. Checked whether the dispatch body needed a real payload action the wayMIGRATEdid:MSG-DELIVER(the FORTH word) already runs the actual delivery (VM-EXECof the payload) before eviction, decoupled from Stadium reap — so by dispatch time delivery is already done, same shape asCOOL, which needs no extra action beyondstadium_evict()'s own universal reservoir credit. Fix:stadium_dispatch()'sDELIVERcase now prints the departing message's real identity (DELIVER msg_idx=N, same shape asMIGRATE'slbn=print) instead of a misleading(stub)label — confirmed live via a forcedMSG-SEND/MSG-DELIVER-ALL/MSG-ACK-LASTsequence from Hermes's own REPL context (Stadium: dispatch cell=73653 behaviour=DELIVER msg_idx=1).COOL's case was in the identical situation (real for both words and VMs, no extra action needed) and, on request, got the same fix (2026-08-26): now printsCOOL identity=N(word_id for a word, 0 — the patron-zero convention — for a VM) instead of(stub). Confirmed live: both shapes fired correctly on the same boot —COOL identity=0at Hermes's/Artemis's own explicit channel-eviction self-test and again at their VM-patron eviction atPARITY:KILL,COOL identity=1at a second channel eviction — conservation intact throughout. Clean zero-warning compile and clean boot on all three architectures for both fixes. -
EXPIRE(ACL) — confirmed genuinely unscoped (2026-08-26), not a case of stale documentation likeDELIVERturned out to be. Two findings below, then four open questions — decided directly on request (2026-08-26), decision recorded after the questions, no code written (a decision isn't a green light to build, per this session's own convention):Finding 1 —
acl_ttland Stadium'sttlare different things wearing the same name.DictEntry.acl_ttl(vm_core.c:756) is a per-word countdown that batches how oftenACL-RECHECKruns — when it hits 0,acl_recheck()calls the FORTH wordACL-RECHECK(ACL.4th:50), which always renews: STRICT mode setsallow=1, ttl=0(recheck every time); TTL mode computes a fresh heat-based TTL and setsallow=1. Denial isn't a live path anywhere in current policy. This is a renewal cycle, not a residency-ending event — nothing about it resembles "leaving the Stadium floor."Finding 2 —
StadiumPatronHeader.ttlis completely inert. Every candidate constructor across the whole codebase (stadium.c,stadium_words.c,stadium_blocks.c, Hermes'sMSG-ALLOC/CH-ALLOC) setscandidate.ttl = 0, and nothing anywhere ever reads, decrements, or reaps on it. The generic TTL-expiry mechanismEXPIREwould need to fire from doesn't exist in Stadium's own engine at all — a gap one level deeper than "ACL isn't wired to Stadium."Open questions:
- Is "ACL patron" even the right model, or was
FABRIC.md's original "ACLs → EXPIRE" mapping a category mismatch from the start — conflatingacl_ttl's recheck-amortization counter with Stadium's residencyttl? - If it is the right model: what gets admitted as a patron? One per ACL-guarded word would
be redundant with the word's own patron cell item 4.1 already tracks. A different unit
(e.g. per zuse session) might fit better once PKI/session auth lands (Phase 8, still
open per
.claude/CLAUDE.md's ACL section). - Building this for real means building Stadium's generic ttl-decrement/reap-on-zero
mechanism first — nothing to hook
EXPIREinto today. Is that in scope here, or its own separate item? - What should the reap action actually do, given current ACL policy never revokes — would
EXPIREforce anACL-RECHECK, or something else entirely?
Decision:
- Not at the per-word level.
acl_ttl-hits-zero always renews, never revokes — forcingEXPIRE's residency-ending tag onto it would misuse the tag. But "ACLs → EXPIRE" isn't wrong in spirit, just aimed at the wrong unit: the one place in this system where something ACL-related genuinely has a lifetime and should be revoked is a zuse superuser session (Phase 8, not yet built) — authenticate, hold elevated privilege for a bounded time, then actually drop back to non-zuse. That's a real residency-ending event; per-word recheck isn't. - A zuse session, not a per-word ACL entry — a session is the thing with a genuine start/lifetime/end. A word already has its own patron via item 4.1; a second one for ACL purposes would be redundant bookkeeping, not a new concept.
- Not in scope now. This is the decision that actually resolves the item: Phase 8 doesn't exist yet, so there is no session to admit as a patron regardless of any other choice made here. Building the generic ttl-decrement/reap mechanism now, with nothing real to feed it, would be speculative infrastructure ahead of its only consumer — close in spirit to what the no-stubs standard exists to prevent, just inverted (a real mechanism with no real caller, instead of a fake mechanism with a real caller).
- Revoke the session's elevated privilege and drop the console back to its non-zuse state —
a real action, unlike
DELIVER/COOL, which needed none.
EXPIREstays explicitly deferred until Phase 8 (PKI/zuse session minting) lands — not abandoned, not left ambiguous: revisit it as part of that work, admitting the session itself (not a word) as the patron, once there is something real for it to represent. - Is "ACL patron" even the right model, or was
-
Fixed (2026-08-26):
ONTOLOGY.md§IX's "words (dictionary, warehouse-resident today, not yet migrated)" line was stale — corrected to state words are fully migrated and live viastadium_word_dispatch(). Doc-only, no build/boot verification needed.
C. Standing rule: no stubs or TODOs, ever
Stated directly, 2026-08-25, after the stadium_dispatch() stub investigation above:
"I've never allowed stubs before." Saved as a persistent memory
(feedback_no_stubs_or_todos.md) so this applies across sessions, not just this one. Full
statement: no stub function that prints a placeholder and returns, no TODO-and-move-on
comment in place of real logic, in any language, ever committed as if it were finished work.
Small, honest increments are still fine and encouraged — each increment just has to be a
complete, real implementation of whatever slice it covers, never a placeholder for a later
slice. A pre-existing stub found while working nearby (as here) gets flagged and resolved,
not built on top of or left in place.
D. Tripod final shape — minting, one-time Zuse fuse, messaging-only (vision, not yet scoped)
Stated directly by Captain Bob, 2026-08-25: "we're going to have to iterate because I know
what the final shape of the tripod will be." Recorded here as a forward-looking vision, not
yet broken into implementable items — captured so near-term Stadium/VM work (§B above) is
made against the right end-state rather than in ignorance of it. Full detail also saved as
memory project_tripod_final_shape_vision.md.
- Thumbdrive presentation → legality check → mint. A newly presented thumbdrive is
checked for legality (against the CA-root-derived identity/certificate scheme already
decided earlier this session,
FABRIC-2.md). If not legal, it is "minted" — formatted for system use — which (1) spins a new user VM and (2) attaches the console VM to it. - One-time Zuse mint + fuse-blow on first install. A brand-new system instance ("Install"/"Try It") mints exactly one Zuse superuser, then irreversibly "blows a fuse": direct quote, "we mint one and only one Zuse user and blow a fuse. The only way around is a new system." Post-fuse, no further Zuse can ever be minted on that instance — but the system is NOT bricked: the existing Zuse superuser keeps working, and ordinary users can still "thumb in" via regular thumbdrives.
- Messaging-only once Tripod is fully live. All inter-VM interaction becomes Hermes messaging, not direct calls/shared state — a stated end-state, not the current implementation.
- Polymorphic block-boundary behavior for user VMs. Stated in one sentence, not yet elaborated: a user VM needs to behave polymorphically when crossing block boundaries. Needs a dedicated follow-up conversation before this is actionable.
ClaudeEXPORT/(repo root, new as of 2026-08-25) — a prior Claude data export the user pointed at for "concepts and thoughts as guidelines" on this vision, explicitly flagged as possibly containing superseded/conflicting ideas, not authoritative.conversations.jsonis ~66MB; mine selectively (grep or a subagent) rather than reading wholesale. See memoryproject_claude_export_archive.md.
Why this affects §B: VM-COOL (and any inter-VM Stadium wiring) sits close to this
still-iterating design. Building it now risks conflicting with or being thrown away by the
Zuse/messaging shape once that gets its own pass — hence §B's punch list defers VM-COOL
explicitly rather than resolving it in this pass. Block-patron MIGRATE work does not
obviously depend on this vision and is not deferred for this reason.
Next step: no implementation here yet. When this gets its own design pass, start by clarifying "polymorphic block-boundary behavior" and the exact legality-check mechanism (presumably the CA-root certificate scheme), then scope minting as its own capsule-birth-style protocol (mirroring the existing capsule birth writeup's rigor) before writing any code.