Commit 32ca6e7
committed
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 new files are created when they don't exist (starting at CHK001)
- Clarified that existing files are appended to (continuing from last CHK ID)
- Emphasized that existing content is never deleted or replaced
This PR was created with assistance from Augment Agent (Claude).1 parent 9111699 commit 32ca6e7
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
0 commit comments