SIGN IN SIGN UP
github / spec-kit UNCLAIMED

💫 Toolkit to help you get started with Spec-Driven Development

0 0 6 Python

fix(checklist): clarify file handling behavior for append vs create (#1556)

* fix(checklist): clarify file handling behavior for append vs create

Resolves contradictory instructions in checklist.md lines 97-99 where the
template stated both 'append to existing file' and 'creates a NEW file'.

Changes:
- Clarified that if file doesn't exist, create new with CHK001
- If file exists, append new items continuing from last CHK ID
- Emphasized preservation of existing content (never delete/replace)

Co-authored-by: Augment Agent <noreply@augmentcode.com>

* fix(checklist): align report language with append behavior

---------

Co-authored-by: Augment Agent <noreply@augmentcode.com>
Z
Zaheer Uddin committed
2b92ab444debbbd2e81d4faafc95fb0304d3e687
Parent: abe1b70
Committed by GitHub <noreply@github.com> on 3/3/2026, 1:52:02 PM