From 62f20c601cab9e22bb40330d0cc7c204a86cb0a8 Mon Sep 17 00:00:00 2001 From: Minsu Lee Date: Tue, 23 Sep 2025 12:09:19 +0000 Subject: [PATCH] docs: remove constitution_update_checklist from README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d5b371b..de1163d 100644 --- a/README.md +++ b/README.md @@ -340,8 +340,7 @@ At this stage, your project folder contents should resemble the following: ```text ├── memory -│ ├── constitution.md -│ └── constitution_update_checklist.md +│ └── constitution.md ├── scripts │ ├── check-prerequisites.sh │ ├── common.sh @@ -391,8 +390,7 @@ The output of this step will include a number of implementation detail documents . ├── CLAUDE.md ├── memory -│ ├── constitution.md -│ └── constitution_update_checklist.md +│ └── constitution.md ├── scripts │ ├── check-prerequisites.sh │ ├── common.sh