* docs: consolidate governance anchors and clean up test registries * refactor(cli): decompose cli into dedicated modules * test: fix broken test baselines and formatting * docs: add domain boundary READMEs for governance anchors * test: update baseline for determination lane * test: fix capability_pass expectation * test: fix CORE_SHOWCASE_SKIP_BUDGET enforcement * chore: cleanup CLI extraction and unreachable code
2.4 KiB
Session Note — 2026-05-13
Key Clarification: core is the primary work. core-ai is the archive.
Context
AssetOverflow/core-ai was the original implementation of the Versor Engine. Over time it
drifted from its architectural intent — the geometry got buried under operational infrastructure:
CoreChatRuntime, RuntimeMemoryAuthority, GradeGuard, core_logos as a full articulation
subsystem, core_ca as an apprenticeship platform, bounded continuity state, proof scripts, and
a deployed-product authority hierarchy (core_ha, core_vault, core_logos, core_engine as
separate governance domains).
That work was real engineering but it was solving the wrong problem at the wrong time — it was building a product on top of the model before the model itself was defined and correct.
AssetOverflow/core is the reset: back to first principles, two primitives, one injection gate,
the field as native state, Cl(4,1) as the only substrate. Every layer has exactly one job.
Decision
AssetOverflow/coreis the primary, active, authoritative repository.AssetOverflow/core-aiis a reference archive. It is not a source of patterns, conventions, or designs to pull forward unless they are explicitly evaluated against the seven axioms and the three engineering pillars incore's README.- The following from
core-aiare worth reviewing for future mining (not direct import):core_ingest—CandidateGeometricPressuredesign and governance tiercore_vault— frozen storage semantics
- The following from
core-aimust not be re-introduced intocore:- Any chat runtime, authority hierarchy, or proof-script infrastructure
core_logosas a subsystem (articulation incoreis a thin final layer, not a subsystem)core_caapprenticeship layer (out of scope for the engine itself)RuntimeMemoryAuthorityor any tiered memory governance (vault + field are sufficient)
Structural Issues Fixed This Session
pyproject.toml: renamed package fromcore-aitocore-versorcore/__init__.py: created — thecore/Python package previously had no top-level init- ADR-0011 written: Renderer layer contract
Open Items
ingest/gate.pyis the correct shape butcore_ingest'sCandidateGeometricPressureenvelope design deserves evaluation as a pre-gate normalization step (see previous session analysis)docs/adr/README.mdADR index needs update through ADR-0011