Seed constitutional drafting backbone

This commit is contained in:
2026-05-01 23:10:28 +00:00
commit 674045997b
5 changed files with 137 additions and 0 deletions

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
# A Better Union Constitution
This repository is the public source of truth for A Better Union's working
constitutional text and drafting process.
The trust model is Git-first:
- `main` is the protected public branch
- accepted changes preserve their rationale in commits or proposal files
- ratified snapshots are signed annotated tags named `ratified-YYYY-MM-DD`
- anyone may browse, clone, mirror, compare, or audit the full history
- only invited maintainers may push
Clone a public mirror:
```bash
git clone https://git.dontoucha.us/better-union/constitution.git
```
Create an independent mirror:
```bash
git clone --mirror https://git.dontoucha.us/better-union/constitution.git
git remote update --prune
```
This repository is not a voting system by itself. It is the durable record that
the future civic workflow should write to.