Skip to main content

Crate constitutional_memory

Crate constitutional_memory 

Source
Expand description

Typed charter and archive surface crate for constitutional artifact families.

The compatibility name stays in place, but the crate is not a hidden governance runtime. It publishes typed constitutional surfaces and bounded reconstruction checks for amendment and archive flows.

§Integration Points

  • forge-pilot observe phase: governance_gate.rs (#[cfg(feature = "governance")]) reads charter bundle publication status and doctrine snapshot advisory state from semantic-memory projections.
  • forge-pilot act phase: amendment decision dispositions (blocked vs. approved) and archive manifest replay guarantees constrain constitutional change execution.
  • verification-control: amendment proposal and amendment decision case types are affected; archive compaction triggers historical query guarantee verification cases.
  • Stack Arena scenarios: governed lane exercises governance observation of charter bundle state and amendment decision dispositions.

§Artifact Families

ArtifactSchema VersionOwner
CharterBundleV1charter_bundle_v1this crate
DoctrineSnapshotV1doctrine_snapshot_v1this crate
AmendmentProposalV1amendment_proposal_v1this crate
AmendmentDecisionV1amendment_decision_v1this crate
ArchiveManifestV1archive_manifest_v1this crate
CompactionReceiptV1compaction_receipt_v1this crate
HistoricalQueryGuaranteeV1historical_query_guarantee_v1this crate
DeprecationBundleV1deprecation_bundle_v1this crate
RetirementBundleV1retirement_bundle_v1this crate

Re-exports§

pub use error::*;

Modules§

error

Structs§

AmendmentDecisionV1
AmendmentProposalV1
ArchiveManifestV1
CharterBundleV1
CompactionReceiptV1
DeprecationBundleV1
DoctrineSnapshotV1
HistoricalQueryGuaranteeV1
RetirementBundleV1

Enums§

AmendmentDisposition

Constants§

AMENDMENT_DECISION_V1_SCHEMA
AMENDMENT_PROPOSAL_V1_SCHEMA
ARCHIVE_MANIFEST_V1_SCHEMA
CHARTER_BUNDLE_V1_SCHEMA
COMPACTION_RECEIPT_V1_SCHEMA
DEPRECATION_BUNDLE_V1_SCHEMA
DOCTRINE_SNAPSHOT_V1_SCHEMA
HISTORICAL_QUERY_GUARANTEE_V1_SCHEMA
RETIREMENT_BUNDLE_V1_SCHEMA

Functions§

evaluate_amendment
evaluate_archive_compaction