@@ -76,19 +76,29 @@ kernel** — the boundary is real and lives outside this core.
7676 `EchoEpistemicResidue`, `EchoExamples`, `EchoGraded`,
7777 `EchoLinear`, `EchoPullback`, `EchoRelModel`, `EchoScope`,
7878 `EchoStabilityTests`, `EchoThermodynamics`, `EchoCNOBridge`,
79- `EchoThermodynamicsFinite`, `EchoIntegration`
79+ `EchoThermodynamicsFinite`, `EchoIntegration`, `EchoAccess`,
80+ `EchoCost`, `EchoCostInstance`, `EchoSearch`, `EchoSearchInstance`,
81+ `EchoExampleAbsInt`, `EchoExampleParser`, `EchoExampleProvenance`,
82+ `EchoExampleSignAnalysis`, `EchoExampleTruncation`,
83+ `EchoSearchExample`, `EchoThermodynamicsArbitrary`,
84+ `EchoThermoCollapseImpossible`
8085| Multi-hop. `EchoThermodynamics` reaches the kernel via
8186 `EchoFiberCount` (no direct `Echo` import);
8287 `EchoThermodynamicsFinite` is its Bishop-finite transport layer.
88+ `EchoSearch` / `EchoCost` / `EchoAccess` are Axis 8 witness-search
89+ and cost-model extensions. `EchoExample*` are derived domain
90+ applications.
8391
8492| *Earn-back gate modules* +
8593(derived / scoped; not kernel)
8694| `EchoGradedComonadF1`, `EchoPullbackUnivF4`,
87- `EchoStepNDModelF2`
95+ `EchoStepNDModelF2`, `EchoGradedComonadInterface`,
96+ `EchoGradedComonadInstance1`, `EchoGradedComonadInstance2`
8897| Falsifiable earn-back work tracked by
8998 `docs/echo-types/earn-back-plan.adoc` and `docs/retractions.adoc`.
9099 F4 and F2 are passed at their scoped strength; F1 is a feasibility
91- spike / open gate as recorded in the ledger. None are kernel.
100+ spike / open gate as recorded in the ledger. F3 (Interface +
101+ Instances) is the abstract comonad record. None are kernel.
92102
93103| *Retracted framing* +
94104(typecheck; prose withdrawn)
@@ -99,7 +109,7 @@ kernel** — the boundary is real and lives outside this core.
99109 (R-2026-05-18), under a falsifiable earn-back gate. Not kernel.
100110
101111| *Sibling (not kernel-derived)*
102- | `EchoApprox`
112+ | `EchoApprox`, `EchoApproxInstance`
103113| Does **not** `import Echo`; a parallel stdlib-only approximation
104114 module. Listed so the DAG audit is complete.
105115|===
0 commit comments