Merge pull request #531 from ayobamiseun/fix/518-plan-clobber-guard

fix(planning): never overwrite an incomplete plan without asking
This commit is contained in:
Federico Bartoli
2026-09-08 09:21:56 +02:00
committed by GitHub
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -13,4 +13,6 @@ Read the existing spec (SPEC.md or equivalent) and the relevant codebase section
6. Present the plan for human review
Save the plan to tasks/plan.md and task list to tasks/todo.md.
"""
If tasks/plan.md or tasks/todo.md already exists with unchecked tasks for different work, stop and ask before writing — never silently overwrite an incomplete plan.
"""
+3 -1
View File
@@ -13,4 +13,6 @@ Read the existing spec (SPEC.md or equivalent) and the relevant codebase section
6. Present the plan for human review
Save the plan to tasks/plan.md and task list to tasks/todo.md.
"""
If tasks/plan.md or tasks/todo.md already exists with unchecked tasks for different work, stop and ask before writing — never silently overwrite an incomplete plan.
"""