Expand description
§mindstate-core
Serializable mindstate payload types for forge-engine.
This crate owns the stable data structures used to render and persist a compiled mindstate. It does not own retrieval, execution, or scoring logic.
§mindstate-core
Deterministic mindstate rendering and hashing for internal forge flows.
This Tier 3 crate defines the serializable MindState payload and its
reproducible hash/render helpers. Higher-level runtime orchestration belongs
to forge-engine.