Governance hub and microkernel for the Mutually Assured Accountability paradigm: building verifiably-compliant, secure, and sustainable systems where accountability is symmetric and enforceable.
Mutually Assured Accountability (MAA) is a paradigm where accountability between system participants is symmetric—each party can verify the other’s compliance, and no party is above audit. This repository is the governance hub and implementation centre for the MAA ecosystem.
The ecosystem has three components:
| Component | Role |
|---|---|
MAA Framework |
Governance hub, specifications, CI, and integration layer |
Oblíbený |
Reference language designed for the framework (specification stage) |
Aletheia |
Microkernel implementation (Rust, in-tree) |
The Certified Null Operation (CNO) formalisation is developed upstream in absolute-zero and pinned here as a git submodule.
| Artefact | Status | Evidence |
|---|---|---|
Aletheia microkernel (Rust) |
Builds, 29 unit tests passing, zero dependencies |
|
CRG Tier-C test suite |
Landed 2026-04-04 (unit, E2E, property, aspect, benchmarks) |
|
CI gates at repository root |
Green across every enabled workflow; each shown capable of failing |
|
Hub-and-spoke mirroring |
GitHub → GitLab, Codeberg, Bitbucket (automated) |
Mirror workflows |
CLI surface for Aletheia |
Unbuilt — |
Issue #124 |
Oblíbený reference language |
Specification stage |
Not yet in tree |
Specification documents |
Pending upload (ROADMAP Phase 1) |
|
|
Caution
|
Aletheia CLI is unbuilt. |
|
Caution
|
23 clippy findings in Aletheia, mostly dead code that exists because of the unbuilt CLI (#124). Not yet a blocking gate. Tracked in Issue #125. |
|
Caution
|
|
|
Caution
|
Specification uploads are pending. ROADMAP Phase 1 (specification publication) is not complete. The project scope is stated; the formal specifications backing it are not yet in-tree. |
| Concept | Status | Home |
|---|---|---|
Microkernel architecture (Rust) |
Standard |
|
Hub-and-spoke repo mirroring |
Standard |
|
SHA-pinned GitHub Actions |
Standard supply-chain hygiene |
|
Mutually Assured Accountability paradigm |
Novel governance concept |
This repository |
Symmetric accountability enforcement |
Novel (paradigm definition) |
Specifications (pending) |
Oblíbený reference language |
Novel (specification stage) |
Not yet in tree |
The framework addresses these domains. Where an implementation exists, it is noted; where it does not, the domain is a stated intention:
| Domain | Current status |
|---|---|
Security & Formal Verification |
CNO submodule pinned; Aletheia builds |
AI Ethics & Axiology |
Specification pending |
Dependability |
Specification pending |
Language Design & Compilers |
Oblíbený at specification stage |
Microkernel Architecture |
Aletheia: builds, 29 unit tests, zero dependencies |
RISC-V |
Specification pending |
Sustainability |
Specification pending |
Economics-as-Code |
Specification pending |
Distributed Computing |
Specification pending |
Reversibility |
CNO submodule (upstream: |
Web Protocols |
Specification pending |
| Path | Purpose |
|---|---|
|
Microkernel implementation (Rust, vendored in-tree) |
|
CNO formalisation (git submodule, developed upstream) |
|
E2E, property, aspect tests (CRG Tier-C) |
|
CI gates and mirror synchronization (root level only) |
|
Specifications and state-of-play documents |
|
6a2 metadata, contractiles, bot directives |
# Aletheia microkernel
cd aletheia/
cargo build
cargo test
# Full CI (from repository root)
just verify-
EXPLAINME — claim-by-claim receipts and known gaps
-
Glossary — terminology reference
-
docs/STATE-OF-PLAY-2026-07-29.adoc— CI status, gated checks, proof state, open questions -
ROADMAP.adoc— development phases -
GOVERNANCE.adoc— project governance -
absolute-zero — CNO formalisation (upstream)
SPDX-License-Identifier: MPL-2.0 — see LICENSE.
Prose documentation is licensed under CC-BY-SA-4.0; see LICENSES/.