Skip to content

Commit 4d80667

Browse files
authored
Merge pull request #1205 from luanzhiwow/main
fix the incorrect task-template file path
2 parents 1c7b09d + 45d5176 commit 4d80667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/commands/tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You **MUST** consider the user input before proceeding (if not empty).
4242
- Create parallel execution examples per user story
4343
- Validate task completeness (each user story has all needed tasks, independently testable)
4444

45-
4. **Generate tasks.md**: Use `.specify/templates/tasks-template.md` as structure, fill with:
45+
4. **Generate tasks.md**: Use `templates/tasks-template.md` as structure, fill with:
4646
- Correct feature name from plan.md
4747
- Phase 1: Setup tasks (project initialization)
4848
- Phase 2: Foundational tasks (blocking prerequisites for all user stories)

0 commit comments

Comments
 (0)