gz constitute¶
Create a constitution document.
Usage¶
Arguments¶
| Argument | Required | Description |
|---|---|---|
name |
Yes | Constitution identifier (e.g., charter) |
Options¶
| Option | Type | Description |
|---|---|---|
--title |
string | Constitution title (defaults to a title-cased name) |
--dry-run |
flag | Show actions without writing |
What It Does¶
- Creates a constitution document from template
- Records the creation event in the ledger
Example¶
Bash
# Create a constitution
gz constitute charter
# With title
gz constitute charter --title "Project Charter"
# Dry run
gz constitute charter --dry-run