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

13
ratification/README.md Normal file
View File

@@ -0,0 +1,13 @@
# Ratification
Ratification records connect public process to immutable Git snapshots.
Use signed annotated tags for ratified text:
```bash
git tag -s ratified-YYYY-MM-DD -m "Ratified snapshot: YYYY-MM-DD"
git push origin ratified-YYYY-MM-DD
```
This directory can hold supporting records such as tally summaries, minority
reports, public-notice windows, and links to deliberation archives.