Skip to content

Commit 6a3e81f

Browse files
committed
docs: fix the paths of generated files (moved under a .specify/ folder)
1 parent f3d55cf commit 6a3e81f

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ The first step should be establishing your project's governing principles using
337337
/constitution Create principles focused on code quality, testing standards, user experience consistency, and performance requirements. Include governance for how these principles should guide technical decisions and implementation choices.
338338
```
339339

340-
This step creates or updates the `/memory/constitution.md` file with your project's foundational guidelines that the AI agent will reference during specification, planning, and implementation phases.
340+
This step creates or updates the `.specify/memory/constitution.md` file with your project's foundational guidelines that the AI agent will reference during specification, planning, and implementation phases.
341341

342342
### **STEP 2:** Create project specifications
343343

@@ -376,21 +376,22 @@ The produced specification should contain a set of user stories and functional r
376376
At this stage, your project folder contents should resemble the following:
377377

378378
```text
379-
β”œβ”€β”€ memory
380-
β”‚ └── constitution.md
381-
β”œβ”€β”€ scripts
382-
β”‚ β”œβ”€β”€ check-prerequisites.sh
383-
β”‚ β”œβ”€β”€ common.sh
384-
β”‚ β”œβ”€β”€ create-new-feature.sh
385-
β”‚ β”œβ”€β”€ setup-plan.sh
386-
β”‚ └── update-claude-md.sh
387-
β”œβ”€β”€ specs
388-
β”‚ └── 001-create-taskify
389-
β”‚ └── spec.md
390-
└── templates
391-
β”œβ”€β”€ plan-template.md
392-
β”œβ”€β”€ spec-template.md
393-
└── tasks-template.md
379+
└── .specify
380+
β”œβ”€β”€ memory
381+
β”‚ └── constitution.md
382+
β”œβ”€β”€ scripts
383+
β”‚ β”œβ”€β”€ check-prerequisites.sh
384+
β”‚ β”œβ”€β”€ common.sh
385+
β”‚ β”œβ”€β”€ create-new-feature.sh
386+
β”‚ β”œβ”€β”€ setup-plan.sh
387+
β”‚ └── update-claude-md.sh
388+
β”œβ”€β”€ specs
389+
β”‚ └── 001-create-taskify
390+
β”‚ └── spec.md
391+
└── templates
392+
β”œβ”€β”€ plan-template.md
393+
β”œβ”€β”€ spec-template.md
394+
└── tasks-template.md
394395
```
395396

396397
### **STEP 3:** Functional specification clarification (required before planning)

0 commit comments

Comments
Β (0)