Disabled capsules/artemis/init.4th block 4170's ART-STRESS-CAMPAIGN -- its own comment already said to revert to disabled once the K-invariant/ heartbeat verification run (item 4.6, closed earlier this session) was done. This was the actual ~25-30 minute wall blocking interactive REPL access, unrelated to any DoE mechanism. Verified capsules/turtle.4th and capsules/sdk.4th live in a gtk-display QEMU session: a red hexagon (6 100 POLYGON) and a green self-intersecting star (100 STAR) both render with correct geometry and color. Screenshot in evidence/amd64/. Two real obstacles found and worked around along the way: CS's full- framebuffer PLOT loop is far slower under TCG than previously documented (closer to 20+ minutes than "slow"), and the kernel's heartbeat CSV logging draws to the same console surface PLOT writes pixels to, overwriting drawings within a fraction of a second unless silenced first with the existing HB-OFF word. Both HOWTOs updated to record this. Re-verified full three-arch acceptance boot (POST, DoE, parity) with the ART-STRESS-CAMPAIGN change: 1012/0/0 and matching dict_hash on all three, identical to the pre-change baseline. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
docs/working/ — Living Documentation
Source material for the formal documentation tier. Design notes, DoE logs,
architecture decisions, experiment reports, draft specs — everything not yet
promoted to docs/formal/. See docs/CLAUDE.md for the two-tier model.
Layout
| Directory | Contents |
|---|---|
architecture/ |
System design: physics engine, HAL, heartbeat, pipelining, word-ACL, adaptive systems, getting-started, plus dated design/finding notes for Artemis, Hermes, and the K-PUSH dictionary-shadowing bug. (03-architecture/, getting-started/, heartbeat_csv_export.md) |
experiments/ |
DoE designs and run data. (02-experiments/, campaigns/ = former top-level experiments/, including the l8_attractor_map, l8_validation, doe_2x7, shape_validation, and window_scaling campaigns) |
specifications/ |
Protocol/format specs — currently HOLA_PROTOCOL.adoc. |
hardware/ |
Board bring-up, platform/perf notes — PGO_GUIDE.adoc, PLATFORM_BUILD_GUIDE.adoc, plus performance-profiling/ and platform-integration/ subtrees. |
legal/ |
Patent-adjacent material — HOLD. See legal/README.md. Nothing moved here without Bob's instruction. |
papers/ |
Academic / citable writing: claim tables, anti-claims, null hypothesis, reproducibility, ontology (markdown), SSRN companion (SSRN_companion/), FINAL_REPORT/, published SSRN PDF (published/). |
scratch/ |
Uncategorized working material: governance/meta docs (governance/, ci-cd/, testing-quality/), the full docs/src/ developer-reference tree (src/), asset holding area (assets/). |
archive/ |
Historical / superseded / obsolete records: quality audits, operations, research drafts, session logs, the former docs/archive/ tree (legacy/), artifacts. |
Phase 2 reorganization notes (2026-06-16)
- Moves used
git mv(history preserved). Each moved.md/.adoc/.texfile carries a one-line provenance header noting its original path. - Reorg used directory-level consolidation rather than splitting every
mixed-tag directory file-by-file, to keep companion data (logs, CSVs,
randomization matrices) with the reports they belong to. Per-file status tags
remain authoritative in
docs/INDEX.md. docs/src/landed underscratch/src/as a holding area — it is mixed developer reference that still needs semantic re-filing intoarchitecture/,hardware/, andspecifications/.- Repo-root convention files (
README.md,ROADMAP.md,ONTOLOGY.md,CONTRIBUTING.md,CODE_OF_CONDUCT.md,NOTICE.md) and the docs landing files (docs/CLAUDE.md,docs/INDEX.md,docs/README.md) were left in place. - DELETE candidates: see
docs/DELETE-CANDIDATES.md(nothing deleted).