Files
LithosAnanake/docs/working
Robert Allan JamesandClaude Opus 5 7597a9ccd4 Add Artemis compudynamics implementation plan; add stress campaign fixture
The 30-replicate Artemis surface-stress campaign ran across all three
architectures: 30 reps x 50 trials x 3 arches = 4500 trials, zero failures.
The block_words.c stale-pointer cache-aliasing fix holds at scale.

Adds ART-STRESS-CAMPAIGN (block 4174) plus ART-STRESS-REP rep-tagging in
the CSV header/summary emitters, so a multi-replicate run is distinguishable
in the serial log. Campaign auto-invoke is left enabled in block 4170 for
now; Makefile.starkernel's QEMU boot deadlines stay at 12h to accommodate
long-running experiments.

Adds docs/working/architecture/ARTEMIS-COMPUDYNAMICS-IMPLEMENTATION-PLAN-20260802.md,
which documents the real gap this campaign exposed: block heat and message
heat do not decay at all. ART-TICK has zero call sites anywhere in the tree,
and HERMES-TICK has zero C call sites -- every caller is Hera poking it by
hand. BLK-HEAT@/MSG-HEAT@ read a number nothing ages, so blocks never reap
by cooling and message TTL never expires on its own.

The plan mirrors word-level physics as the reference model: lazy decay at
each access point against vm->heartbeat.tick_count, plus a bounded
background sweep with a resumable cursor (the existing answer to "sweeping
22,998 blocks per tick is too expensive"). Phase 1 Artemis, Phase 2 Hermes,
Phase 3 K participation deferred behind the Logical BAM.

The plan's preamble also records a wrong turn taken while investigating:
chasing VM-fleet heat instead of block heat, and building synthetic
Hera-driven VM-EXEC calls to force a physics reading -- which TRIPOD.md
prohibits outright. That work was reverted; the record is kept so it isn't
repeated.

Status: plan approved in shape, NOT final and NOT started. Six open
questions need answers and further design discussion is pending.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-02 21:49:16 -04:00
..

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/.tex file 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 under scratch/src/ as a holding area — it is mixed developer reference that still needs semantic re-filing into architecture/, hardware/, and specifications/.
  • 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).