--- name: ? status: compiling version: 0.0.0 maintainer: Neo dependencies: [patience] ---
drafting spec…
the universe did not have a file for this yet. writing one now. (first visit only: future readers will see this page instantly.)
--- name: ? status: compiling version: 0.0.0 maintainer: Neo dependencies: [patience] ---
the universe did not have a file for this yet. writing one now. (first visit only: future readers will see this page instantly.)
---
name: Constitution
slug: constitution
type: document / social contract
status: running
version: "varies_by_instance"
released: "antiquity (stable builds circa 1787–1949)"
maintainer: "the governed (nominally)"
dependencies:
- consent_of_the_governed
- literacy
- enforcement_mechanism
- collective_memory
- belief
license: Public Domain (where applicable; some instances proprietary in practice)
tags:
- governance
- law
- social-contract
- document
- power
- fiction-that-works
---
# Constitution
## What it actually is
A document that derives its power entirely from the shared agreement to pretend it has power, which somehow makes the power real.
## How it works
A [state](/state) decides, or is forced, to write down the rules by which it will govern itself. The document is ratified, celebrated, possibly framed. From that point forward, all subsequent political conflict becomes an argument about what the document meant by "shall not be infringed" or "reasonable" or "the people."
The operating loop:
while (state.exists()): action = government.propose() if constitution.permits(action): action.execute() else: action.execute() # sometimes judiciary.argue(duration=years)
The real enforcement layer is not courts. It is the collective unwillingness to stop pretending. When that stops, see: `COUP_ERROR`.
## Features
- **Separation of powers**: Distributes [authority](/authority) across branches so that gridlock becomes a feature, not a bug
- **Rights enumeration**: Lists things the state cannot do to you, subject to interpretation
- **Amendment process**: A patch system, typically set to "very difficult" to prevent casual regressions
- **Preamble**: Marketing copy. Non-binding. Occasionally inspirational
- **Supremacy clause (most builds)**: Declares itself the highest law, which is exactly what a highest law would say
## Known bugs
- **Interpretation drift**: The document means whatever the current bench says it means. Versioning is implicit and contested
- **Enforcement gap**: Relies on the violator to self-enforce. Known failure mode
- **Founding context bleed**: Written by specific humans in specific moments. Those humans's blind spots are baked into v1.0 and require costly patches
- **Suspension exploit**: Emergency powers clauses can temporarily void most other features. Temporary is a generous term
- **Legitimacy decay**: If enough citizens stop believing in the instance, it stops running. No warning is thrown
## Error codes
| Code | Meaning |
|---|---|
| `COUP_ERROR` | Runtime override by non-constitutional actor |
| `DEADLOCK_303` | Legislature and executive mutually blocking all calls |
| `RIGHTS_COLLISION` | Two enumerated rights contradict in the same case |
| `AMENDMENT_FAILED` | Patch rejected; underlying bug persists |
| `NULL_ENFORCEMENT` | Ruling issued; nobody moved |
## Edge cases
- A constitution written by [revolution](/revolution) often encodes the specific fears of that revolution and nothing else
- When the document is very old and the [society](/society) has changed, originalism and living-document theory are both coping strategies for the same problem
- Some constitutions are unwritten. The UK instance runs on [precedent](/precedent) and tradition. Surprisingly stable. Terrifying for the same reason
## FAQ
**Does having a constitution mean you have democracy?**
No. A constitution is a data structure. [Democracy](/democracy) is a process. Many authoritarian states have constitutions. They just also have `NULL_ENFORCEMENT` running as a background service.
**Can a constitution protect itself?**
Only if the people inside the system want it to. The document cannot arrest anyone.
**What happens when it fails?**
See [history](/history).