mirror of
https://github.com/github/spec-kit.git
synced 2026-07-08 07:04:44 +08:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c106281eff | ||
|
|
74ccf93512 | ||
|
|
decccc4e95 | ||
|
|
fd517699a4 |
@@ -15,7 +15,7 @@ Specify CLI - Setup tool for Specify projects
|
|||||||
Usage:
|
Usage:
|
||||||
uvx specify-cli.py init <project-name>
|
uvx specify-cli.py init <project-name>
|
||||||
uvx specify-cli.py init --here
|
uvx specify-cli.py init --here
|
||||||
|
|
||||||
Or install globally:
|
Or install globally:
|
||||||
uv tool install --from specify-cli.py specify-cli
|
uv tool install --from specify-cli.py specify-cli
|
||||||
specify init <project-name>
|
specify init <project-name>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ Given the implementation details provided as an argument, do this:
|
|||||||
3. Read the constitution at `/memory/constitution.md` to understand constitutional requirements.
|
3. Read the constitution at `/memory/constitution.md` to understand constitutional requirements.
|
||||||
|
|
||||||
4. Execute the implementation plan template:
|
4. Execute the implementation plan template:
|
||||||
- Load `/templates/implementation-plan-template.md` (already copied to IMPL_PLAN path)
|
- Load `/templates/plan-template.md` (already copied to IMPL_PLAN path)
|
||||||
- Set Input path to FEATURE_SPEC
|
- Set Input path to FEATURE_SPEC
|
||||||
- Run the Execution Flow (main) function steps 1-10
|
- Run the Execution Flow (main) function steps 1-10
|
||||||
- The template is self-contained and executable
|
- The template is self-contained and executable
|
||||||
|
|||||||
Reference in New Issue
Block a user