Skip to content

Commit cf275f9

Browse files
committed
planning: add issue migrate-closed-issues-convention to 2.1
update conventions and all migration scripts to include closed issues in planning file format migrations
1 parent 1fdff74 commit cf275f9

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"status": "open"}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Plan
2+
3+
## Goal
4+
5+
Update the conventions to specify that even closed issues should be migrated when updating
6+
the format of planning files. Update all migration scripts (1.0.8.sh, 1.0.9.sh, 1.0.10.sh,
7+
2.0.sh, 2.1.sh) to process closed issues. Update all relevant convention files to reflect
8+
the new policy.
9+
10+
## Pre-conditions
11+
12+
(none)
13+
14+
## Post-conditions
15+
16+
- [ ] User-visible behavior unchanged (existing open-issue migration continues to work correctly)
17+
- [ ] All migration scripts updated to process both open and closed issues
18+
- [ ] Migration scripts remain idempotent (running twice produces no additional changes)
19+
- [ ] CLAUDE.md and all relevant convention files updated to reflect the new policy
20+
- [ ] Tests passing
21+
- [ ] E2E: Run an updated migration script on a repo with closed issues and verify they are migrated

0 commit comments

Comments
 (0)