@@ -46,6 +46,48 @@ toc::[]
4646 affine mode.
4747|===
4848
49+ == Who is this for?
50+
51+ echo-types serves three audiences. Find your lane, then follow the reading order.
52+
53+ [cols="1,3", options="header"]
54+ |===
55+ | You are… | Start here, in order
56+
57+ | *A developer* +
58+ (writing or extending proofs)
59+ | 1. <<Working-Rules.adoc#,Working-Rules>> — the non-negotiable discipline
60+ (`--safe --without-K`, zero postulates, Smoke pins, `All.agda` wiring). +
61+ 2. `CLAUDE.md` — current rung-state + the per-arc *DO NOT reopen* lists. +
62+ 3. <<Architecture.adoc#,Architecture>> + `docs/echo-types/MAP.adoc` — the
63+ module map and where a new theorem belongs. +
64+ 4. *Build:* `bash scripts/provision-agda.sh`, then
65+ `agda -i proofs/agda proofs/agda/All.agda` (and `Smoke.agda`) must exit 0.
66+
67+ | *A maintainer* +
68+ (gates, releases, governance)
69+ | 1. <<Roadmap.adoc#,Roadmap>> + `roadmap-gates.adoc` — the three identity
70+ gates and their *failure actions* (gates are reassessed every tagged
71+ release). +
72+ 2. `docs/retractions.adoc` — how a failed gate is recorded (never silently
73+ revised). +
74+ 3. `scripts/kernel-guard.sh` + `.github/workflows/agda.yml` — the CI cone
75+ that must stay green. +
76+ 4. `.machine_readable/6a2/STATE.a2ml` (EI-2 record + current state) and
77+ `docs/bridges/cross-repo-bridge-status.md` (downstream ledger).
78+
79+ | *An end user* +
80+ (wiring Echo into another language)
81+ | 1. `FOUNDATION_CONTRACT.md` — the stable `Echo.*` interface and the boundary
82+ invariant *Echo IS-NOT a resource instance*. Read this first. +
83+ 2. <<Overview.adoc#,Overview>> — what Echo adds and, crucially, what it does
84+ *not* add (honest scope). +
85+ 3. *EchoTypes.jl* — the executable Julia shadow; falsifies-by-counterexample
86+ on concrete finite data. +
87+ 4. <<Deniability.adoc#,Deniability>> — a worked first-class echo property to
88+ see the shape of a consumer-facing result.
89+ |===
90+
4991== Canonical sources of truth
5092
5193This wiki is a *distillation*. The authoritative records are:
@@ -61,11 +103,27 @@ This wiki is a *distillation*. The authoritative records are:
61103* `.machine_readable/6a2/STATE.a2ml` — EI-2 record (permanent) + current-state block.
62104* `docs/bridges/cross-repo-bridge-status.md` — cross-repo bridge ledger.
63105
64- == One-line status (as of 2026-06-13)
65-
66- * *Composition track* — landed (Echo-comp-iso, cancel-iso, pentagon).
67- * *Ordinal track* — partial (Buchholz; Slice 3+4 Route A; target Bachmann–Howard ψ₀(Ω_ω)).
68- * *Establishment track* — Pillars A–D + Pillar F (F1–F4) closed; Pillar E paper open.
106+ == One-line status (as of 2026-06-21)
107+
108+ * *Composition track* — landed (Echo-comp-iso, cancel-iso, pentagon). No open
109+ headline items.
110+ * *Establishment track* — Pillars A–D and F (F1–F4) closed; the in-repo half of
111+ Pillar E is complete at the bounded-claim level. One named *OPEN external*
112+ problem remains: *order-type fidelity* to ψ₀(Ω_ω) (decision-log
113+ `D-2026-06-14`).
114+ * *Variance* — resolved (`EchoVariance.agda`, #243): an echo is a graded
115+ *monad of accumulation* with a section/retraction adjunction exact on the
116+ grade-0 fibre — *not* a graded comonad (that reading is the lossless
117+ complement-storing writer).
118+ * *Aggregation* — `EchoAggregation.agda` generalised to the monoid/group form
119+ (`aggregation-as-fold`; #175), with `no-canonical-disaggregation` (the
120+ Sonnenschein–Mantel–Debreu / representative-agent critique, stated
121+ type-theoretically).
122+ * *Ordinal track* — *RETIRED from echo-types* (owner decision `D-2026-06-21`):
123+ the transfinite Buchholz/Veblen ladder outgrew the project. The landed
124+ artifact is correct and stays; the disposition is *extraction to its own
125+ ordinal-notation repo* (the physical cut is the owner's; tracking: #263).
126+ See <<Roadmap.adoc#ordinal,Roadmap § Ordinal>>.
69127* *Deniability track* — `EchoDeniability.agda` landed: perfect/partial duality,
70128 `IsConstantOpener` boundary, no-section / section duality as a checked theorem pair.
71129
0 commit comments