Merge pull request #502 from amondnet/docs-remove-constitution_update_checklist

docs: remove constitution_update_checklist from README
This commit is contained in:
Den Delimarsky
2025-09-23 13:48:48 -07:00
committed by GitHub

View File

@@ -377,8 +377,7 @@ At this stage, your project folder contents should resemble the following:
```text ```text
├── memory ├── memory
── constitution.md ── constitution.md
│ └── constitution_update_checklist.md
├── scripts ├── scripts
│ ├── check-prerequisites.sh │ ├── check-prerequisites.sh
│ ├── common.sh │ ├── common.sh
@@ -438,8 +437,7 @@ The output of this step will include a number of implementation detail documents
. .
├── CLAUDE.md ├── CLAUDE.md
├── memory ├── memory
── constitution.md ── constitution.md
│ └── constitution_update_checklist.md
├── scripts ├── scripts
│ ├── check-prerequisites.sh │ ├── check-prerequisites.sh
│ ├── common.sh │ ├── common.sh