Expand description
Typed mechanism/theory surface crate for schema publication and bounded fit evaluation.
mechanism-runtime keeps the compatibility name, but its actual role is narrow:
it publishes artifact families plus small helper evaluators and does not implement
autonomous orchestration or promotion authority.
§Integration Points
- forge-pilot observe phase:
governance_gate.rs(#[cfg(feature = "governance")]) reads mechanism bundle publication status, theory version advisory state, and fit run dispositions from semantic-memory projections. - forge-pilot act phase: fit run dispositions (eligible for local review vs. blocked) and simulation contract advisory flags constrain whether mechanism promotions proceed.
- verification-control: theory refuter suite and rollout stability report case types are affected; fit run blocking dispositions trigger verification cases.
- Stack Arena scenarios: governed lane exercises governance observation of mechanism bundle state and fit run evaluation dispositions.
§Artifact Families
| Artifact | Schema Version | Owner |
|---|---|---|
MechanismBundleV1 | mechanism_bundle_v1 | this crate |
TheoryVersionV1 | theory_version_v1 | this crate |
TheoryLibraryV1 | theory_library_v1 | this crate |
HypothesisLibraryV1 | hypothesis_library_v1 | this crate |
SimulationContractV1 | simulation_contract_v1 | this crate |
FitRunV1 | fit_run_v1 | this crate |
TheoryRefuterSuiteV1 | theory_refuter_suite_v1 | this crate |
RolloutStabilityReportV1 | rollout_stability_report_v1 | this crate |
Re-exports§
pub use error::*;
Modules§
Structs§
- FitRun
V1 - Hypothesis
Library V1 - Mechanism
Bundle V1 - Rollout
Stability Report V1 - Simulation
Contract V1 - Theory
Library V1 - Theory
Refuter Suite V1 - Theory
Version V1
Enums§
Constants§
- FIT_
RUN_ V1_ SCHEMA - HYPOTHESIS_
LIBRARY_ V1_ SCHEMA - MECHANISM_
BUNDLE_ V1_ SCHEMA - ROLLOUT_
STABILITY_ REPORT_ V1_ SCHEMA - SIMULATION_
CONTRACT_ V1_ SCHEMA - THEORY_
LIBRARY_ V1_ SCHEMA - THEORY_
REFUTER_ SUITE_ V1_ SCHEMA - THEORY_
VERSION_ V1_ SCHEMA