From 45d5176d072c515fdff783a4383f940ab1fb2921 Mon Sep 17 00:00:00 2001 From: luanzhiwow <32995894+luanzhiwow@users.noreply.github.com> Date: Mon, 17 Nov 2025 20:46:43 +0800 Subject: [PATCH] fix the incorrect task-template file path --- templates/commands/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/commands/tasks.md b/templates/commands/tasks.md index 4663c1b6..aae28f39 100644 --- a/templates/commands/tasks.md +++ b/templates/commands/tasks.md @@ -33,7 +33,7 @@ You **MUST** consider the user input before proceeding (if not empty). - Create parallel execution examples per user story - Validate task completeness (each user story has all needed tasks, independently testable) -4. **Generate tasks.md**: Use `.specify/templates/tasks-template.md` as structure, fill with: +4. **Generate tasks.md**: Use `templates/tasks-template.md` as structure, fill with: - Correct feature name from plan.md - Phase 1: Setup tasks (project initialization) - Phase 2: Foundational tasks (blocking prerequisites for all user stories)