docs: fix the paths of generated files (moved under a .specify/ folder)

This commit is contained in:
Tine Kondo
2025-09-25 10:05:08 +02:00
parent f3d55cff84
commit 6a3e81f813

View File

@@ -337,7 +337,7 @@ The first step should be establishing your project's governing principles using
/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. /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.
``` ```
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. 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.
### **STEP 2:** Create project specifications ### **STEP 2:** Create project specifications
@@ -376,6 +376,7 @@ The produced specification should contain a set of user stories and functional r
At this stage, your project folder contents should resemble the following: At this stage, your project folder contents should resemble the following:
```text ```text
└── .specify
├── memory ├── memory
│ └── constitution.md │ └── constitution.md
├── scripts ├── scripts