docs: remove constitution_update_checklist from README

This commit is contained in:
Minsu Lee
2025-09-23 12:09:19 +00:00
parent ad746ce35d
commit 62f20c601c

View File

@@ -340,8 +340,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
@@ -391,8 +390,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