You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closing the documentation arc on the N-dim corpus push. Files:
* `docs/CORPUS.md` — user-facing guide for the corpus subsystem:
CLI surface, query DSL, octad shape, cross-prover semantics,
limitations, end-to-end verified fixtures.
* `docs/decisions/2026-04-28-corpus-and-design-search.md` — ADR-style
record covering D1–D7: design problems vs tactic problems, SA →
swarm progression, the honest-energy lesson, capability-first
ordering, the 6-step N-dim plan, hashing-trick → GNN trade-off,
Bennettian/Landauer caveat with the cross-reference to echo-types'
own thermo work.
* `.machine_readable/6a2/STATE.a2ml` — appended
`[session-2026-04-28-corpus-and-design-search]` block recording
commits, modules, CLI verbs, design-problems, recommendations,
fixtures, test posture, remaining-open. The full proof-direction
log lives there + in the ADR.
* `.machine_readable/6a2/META.a2ml` — version 2.1.1 → 2.2.0,
last-updated → 2026-04-28, completion 92% → 94%, phase line
reflects the new corpus + design-search + swarm.
* `.machine_readable/6a2/ECOSYSTEM.a2ml` — version 0.2.0 → 0.3.0;
`verisimdb` upgraded from `planned-integration` to
`active-integration` (octad emit verified); added `echo-types` as
`active-consumer`, `januskey/reversible-core` as
`planned-integration`, `jtv` and `eclexia` as `indexed`.
* `.machine_readable/contractiles/intend/Intentfile.a2ml` — Purpose
block extended with the corpus + 8-modality octad + design-search
+ swarm declaration so `intend` reflects current scope.
* `.gitignore` — added `data/corpus/*.octads.jsonl` (regenerable from
the JSON index via `corpus export-octads`).
* `Justfile` — added `corpus-ingest-{agda,coq,lean,idris}`,
`corpus-impact`, `corpus-near`, `corpus-cross`, `corpus-octads`,
`design-search`, `design-swarm` recipes.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
{ name = "neural-foundations", relationship = "monorepo-satellite", notes = "echidna is mirrored as a submodule/satellite inside neural-foundations." },
31
31
{ name = "maa-framework", relationship = "sibling", notes = "Absolute-zero and related MA/ML tools in same neurosymbolic tier." },
32
+
{ name = "echo-types", relationship = "active-consumer", notes = "Echidna's design-search drove the Phase 1.3 _≤_ redesign + unbudgeted wf-<ᵇʳᶠ rank-function recommendations. Handoff document at echo-types/docs/echidna-design-search-2026-04-28.adoc. 640 entries indexed." },
33
+
{ name = "januskey/reversible-core", relationship = "planned-integration", notes = "Bennettian reversibility substrate for the SA annealer trace ledger. Not yet wired." },
34
+
{ name = "jtv (Lean 4)", relationship = "indexed", notes = "147 entries verified during Lean adapter rollout." },
0 commit comments