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
docs: weave visible-decomposition narrative into spec, curriculum, examples, manifests
Second pass after the survey — extend the Echo "decomposition must be visible"
narrative consistently across the remaining human and bot documentation, and
add a runnable example. Kept strictly Error-Lang-specific.
Human docs:
- docs/Error-Lang.adoc: new "Structured Loss Is Visible (Echo)" design
principle beside Jenga Semantics; Echo/EchoR keywords; Echo statement +
annotation syntax.
- docs/Curriculum.adoc: new "Lesson 11: Structured Loss (Echo)".
- docs/Educational-Framework.adoc: Echo decomposition bullet in Week 5-6.
- docs/Error-Categories.adoc: Echo-erasure stability debit under Stability
Score Impact (noted as a deliberate cost, not an error category).
Example:
- examples/11-echo-decomposition.err: runnable demo — echo, projection,
echo_to_residue with a visible stability drop, residue_strictly_loses, and
echo_input-on-residue rejected in a gutter zone.
Bot manifests:
- ECOSYSTEM.a2ml: fill purpose/role/category; record the Echo lineage
(echo-types, EchoTypes.jl) under related-projects.
- AGENTIC.a2ml: agent constraint preserving visible decomposition.
Copy file name to clipboardExpand all lines: docs/Educational-Framework.adoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -437,6 +437,7 @@ Students can see and modify aspects interactively!
437
437
- AST visualization
438
438
- How code becomes data structures
439
439
- Tree traversal and transformation
440
+
- Structured loss with Echo: `echo_to_residue` as a visible, irreversible decomposition step (`Echo<A,B>` → `EchoR<A,B>`), and why the witness cannot be recovered — see `docs/Echo-Decomposition.adoc`
0 commit comments