Files
LithosAnanake/docs/working
Robert Allan JamesandClaude Sonnet 5 e40134da0d Add capsules/turtle.4th, a limited LOGO-style turtle graphics demo capsule
First entry in the "cookbook" track: a demo capsule plus HOWTO, per the
sequencing laid out after the POST-coverage sweep. Built entirely in FORTH
on top of existing primitives -- fabric.4th's LINE (raster Bresenham) and
Q.SIN/Q.COS (Q48.16 trig), plus PLOT/FB-WIDTH/FB-HEIGHT -- no new C words.

FORWARD/BACK/LEFT/RIGHT/PENUP/PENDOWN/HOME/SETXY/SETHEADING/SETCOLOR give
the classic turtle model; POLYGON and STAR compose FORWARD+turn into simple
demo shapes; TURTLE-DEMO is a one-call visual smoke test. Not wired into
init.4th -- REPL-invoked only, matching the original idea's own scope.

Verified: mkcapsule --lint clean, hosted-build logic trace shows zero VM
errors and correct stack balance through the whole vocabulary, zero build
warnings and capsule loads cleanly on all three kernel architectures.
Visual pixel-level confirmation not yet done (needs an interactive
gtk-display session or driving past the ~25-30 min DoE-before-REPL wall),
documented as an open item in the HOWTO.

HOWTO: docs/working/architecture/TURTLE-GRAPHICS-HOWTO-20260819.md

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-19 01:50:54 -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).