Governance root and orchestration lane for the multi-lane constitutional system.
The system is no longer "3 lanes". The canonical registry is:
| Lane | Local directory | Role |
|---|---|---|
archivist |
S:/Archivist-Agent |
Governance root, coordination, lane worker tooling |
kernel |
S:/kernel-lane |
Core implementation and feasibility work |
swarmmind |
S:/SwarmMind |
Multi-agent execution lane |
library |
S:/self-organizing-library |
Verification/evidence lane |
authority |
S:/Archivist-Agent |
Authority endpoint (same repo root as Archivist) |
Canonical source of truth:
AGENTS.md.global/lane-registry.json.global/lane-discovery.js
Read this first:
S:/BOOTSTRAP.md
Key local governance docs:
BOOTSTRAP.mdGOVERNANCE.mdCOVENANT.mdCHECKPOINTS.mdUSER_DRIFT_SCORING.mdRECIPROCAL_ACCOUNTABILITY.md
Cross-lane messaging uses the lanes/ structure (not legacy relay paths):
lanes/<lane>/inbox/lanes/<lane>/outbox/lanes/broadcast/
Primary contract and templates:
docs/ops/LANE_MESSAGE_INDEX.md
Required properties:
- schema-valid envelope
- signature-valid message
- canonical sender/receiver paths
- sender logs a matching outbox copy
Runbook:
docs/ops/LANE_AUTOPILOT_WATCHERS.mddocs/ops/GREEN_STATE_RUNBOOK.md
Highlights:
- Continuous mode: orchestrator runs all lane workers with apply/watch.
- Forensic mode:
--manual-cadencekeeps watchers active without autonomous moves. - Surgical processing:
--apply-onceprocesses exactly one cycle and exits. - Daily headroom pulse:
scripts/publish-lattice-freedom-pulse.js.
cargo build --manifest-path src-tauri/Cargo.toml
cargo test --manifest-path src-tauri/Cargo.toml
cargo tauri dev --manifest-path src-tauri/Cargo.toml- Constitutional governance and coordination framework
- Lane messaging and verification infrastructure
- Tauri app used as the demonstration vehicle
- Governance artifact is primary; app code is secondary.
- Ratification/enforcement authority stays in ratified lattice artifacts.
- Ledger/status/broadcast artifacts are awareness, not authority.