Amend Constitution
sdd_amendDocument changes to a constitution by appending amendment entries to its changelog and updating the amendment count in its frontmatter.
Instructions
Appends an amendment entry to CONSTITUTION.md's changelog and updates the amendment_count in frontmatter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rationale | Yes | Why this amendment is needed | |
| articles_affected | Yes | Which Constitution articles are affected | |
| changes_description | Yes | Description of the changes | |
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| feature_number | No | Feature number (zero-padded, e.g. '001') | 001 |