Expand description
EXOCHAIN constitutional trust fabric — legislative legitimacy.
This crate provides governance primitives: quorum computation with independence-aware counting, clearance enforcement, crosscheck verification, challenge mechanisms, deliberation processes, conflict detection, hash-chained audit trails, typed custody chains, and shared governance types.
Re-exports§
pub use errors::GovernanceError;
Modules§
- audit
- Governance audit trail — append-only, hash-chained log.
- challenge
- Challenge mechanism — constitutional brake per CR-001 section 8.5.
- clearance
- Clearance with independence enforcement.
- conflict
- Conflict of interest detection and enforcement.
- constitution
- Constitutional Corpus — per-tenant signed versioned governance framework.
- crosscheck
- Independence verification (anti-Sybil).
- custody
- CustodyEvent — chain of responsibility tracking for decision.forum
- delegation
- Authority Delegations — signed, scoped, time-bound, revocable.
- deliberation
- Deliberation process — structured decision-making with quorum-backed closure.
- errors
- Governance error types (canonical, TNC-aware).
- quorum
- Quorum computation with independence-aware counting.
- succession
- Succession protocol (GOV-011) — orderly transfer of authority when a role-holder becomes unable or unwilling to serve.
- types
- Shared governance types used across the decision.forum domain.