Per-domain status.md grids + ledger show --matrix [--domain X]
Goal
Render ONE grid per domain into the human read surface (status.md) and a ledger show --matrix [--domain X] CLI, both consuming read_matrix (no per-surface re-derivation).
Implementation Sketch
render.py emits one labeled grid PER DOMAIN (rows=shape, cols=mechanism_class, cell=folded state + facet) into status.md; python -m scripts.plan_corpus.ledger show <plan> --matrix [--domain X] renders all domain grids (or one) + each domain’s ranked frontier. Both call read_matrix (a surface computing its own projection is a LEAK:algorithmic-duplication).
Spec References
Design v6 D6 + D7. learning-ledger.md §13.2 (single read API; no per-surface ranking).
Work Items
-
render.pywrites one matrix grid per domain into status.md via read_matrix. -
ledger show --matrix [--domain X]CLI renders per-domain grids + each domain’s ranked frontier. - Both surfaces consume read_matrix; no duplicated projection logic.
Fresh intel (regenerated)
{ “schema_version”: 1, “target”: { “kind”: “plan-section”, “ref”: “ledger-matrix/s-5a4c78c8” }, “generated_at”: “2026-06-29T17:21:08.228388+00:00”, “graph_state”: { “head_sha”: “6b4f84d0”, “last_code_import_at”: “2026-06-29T17:20:55.304Z”, “embedding_stale”: true, “insights_stale”: false, “cpg_stale”: false }, “surfaces”: {}, “summary”: “intel-package[plan-section:ledger-matrix/s-5a4c78c8] agent-authored dossier”, “degraded”: false, “dossier”: { “objective_symbols”: [], “tiers”: {}, “agent_authored”: true, “constrained_symbols”: [ “read_matrix”, “read_ranked”, “_render_ledger”, “render_skeleton”, “assemble_corpus”, “_FORBIDDEN_REFERENCES”, “validate_ledger_append_only” ], “difficulty”: { “class”: “routine”, “research_online”: false, “research_mode”: “auto”, “signals”: [], “plan_dir”: “/home/eric/projects/ori_lang/plans/ledger-matrix” } } }
(full dossier: render-cli—s-5a4c78c8.intel.json)