Invariant 1
Presence precedes meaning
Trust
The OS is built around hard guarantees: explicit authority, deny-by-default capability grants, immutable receipts, and a commitment boundary that application code cannot bypass.
Architectural Invariants
Presence precedes meaning
Meaning precedes intent
Intent precedes commitment
Commitment precedes consequence
Coupling is bounded by attention
Safety overrides optimization
Human agency cannot be bypassed
Failure must be explicit
Control Tiers
| Tier | Example | Typical control posture |
|---|---|---|
| Tier 0 | Read-only and simulation flows | Logging plus lightweight validation |
| Tier 1 | External I/O and low-risk side effects | Commitment receipt, policy check, capability grant |
| Tier 2 | Funds movement or regulated data handling | Approvals, stronger evidence requirements, richer audit trails |
| Tier 3 | Operator upgrades and self-modifying behavior | Highest scrutiny, staged rollout, replay verification |
Audit Surfaces
maple commit submit --file payment.json maple provenance worldline-history <worldline-id> GET /api/v1/commitments/:id/audit-trail GET /api/v1/provenance/worldline/:id/history
The docs section includes the architectural invariants, profiles, and commitment-boundary details behind MAPLE's trust posture.