mirror of
https://github.com/addyosmani/agent-skills.git
synced 2026-09-14 16:18:45 +08:00
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:
@@ -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.
|
||||
"""
|
||||
|
||||
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user