create-sdd-project 0.13.0 → 0.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sdd-project",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "Create a new SDD DevFlow project with AI-assisted development workflow",
5
5
  "bin": {
6
6
  "create-sdd-project": "bin/cli.js"
@@ -171,7 +171,7 @@ Update tracker (Active Session + Features table): step `4/6 (Finalize)`. Mark ti
171
171
 
172
172
  ## Step 6: Complete
173
173
 
174
- 1. **Update ticket with final state:** correct test count in acceptance criteria, mark all checkboxes, update Completion Log with all commits and key events
174
+ 1. **Update ticket with final state:** update Status to `Done`, correct test count in acceptance criteria, mark all checkboxes, update Completion Log with all commits and key events
175
175
  2. Delete feature branch (local + remote)
176
176
  3. Update product tracker: Features table status → `done`, add to Completion Log, clear Active Session → "No active work"
177
177
  4. Record any bugs found during the feature in `bugs.md`, decisions in `decisions.md`
@@ -13,15 +13,16 @@ Verify it contains ALL required sections: **Acceptance Criteria**, **Definition
13
13
 
14
14
  **Simple (lite ticket):** Verify same sections exist. Spec and Implementation Plan may be minimal (one-liner / N/A).
15
15
 
16
- ## Action 1: Mark all items
16
+ ## Action 1: Mark all items and update Status
17
17
 
18
- In the ticket file, mark ALL items `[x]` in:
18
+ In the ticket file:
19
19
 
20
- - **Workflow Checklist** all steps that apply to this complexity tier (Simple: 1, 3, 4, 5. Standard: 0–5. Complex: 0–5)
21
- - **Acceptance Criteria** every item
22
- - **Definition of Done** — every item
23
-
24
- Add missing **Completion Log** entries: one row per step with date, action, and notes.
20
+ 1. Update the **Status** field in the ticket header from `In Progress` to `Ready for Merge`
21
+ 2. Mark ALL items `[x]` in:
22
+ - **Workflow Checklist** — all steps that apply to this complexity tier (Simple: 1, 3, 4, 5. Standard: 0–5. Complex: 0–5)
23
+ - **Acceptance Criteria** — every item
24
+ - **Definition of Done** every item
25
+ 3. Add missing **Completion Log** entries: one row per step with date, action, and notes.
25
26
 
26
27
  ## Action 2: Verify product tracker
27
28
 
@@ -2,6 +2,7 @@
2
2
 
3
3
  **Feature:** [ID] | **Type:** [Backend/Frontend/Fullstack]-[Feature/Bugfix/Refactor] | **Priority:** [High/Medium/Low]
4
4
  **Status:** In Progress | **Branch:** feature/[FEATURE-ID]-[short-description]
5
+ <!-- Valid Status values: In Progress | Ready for Merge | Done -->
5
6
  **Created:** [YYYY-MM-DD] | **Dependencies:** [List or "None"]
6
7
 
7
8
  ---
@@ -171,7 +171,7 @@ Update tracker (Active Session + Features table): step `4/6 (Finalize)`. Mark ti
171
171
 
172
172
  ## Step 6: Complete
173
173
 
174
- 1. **Update ticket with final state:** correct test count in acceptance criteria, mark all checkboxes, update Completion Log with all commits and key events
174
+ 1. **Update ticket with final state:** update Status to `Done`, correct test count in acceptance criteria, mark all checkboxes, update Completion Log with all commits and key events
175
175
  2. Delete feature branch (local + remote)
176
176
  3. Update product tracker: Features table status → `done`, add to Completion Log, clear Active Session → "No active work"
177
177
  4. Record any bugs found during the feature in `bugs.md`, decisions in `decisions.md`
@@ -13,15 +13,16 @@ Verify it contains ALL required sections: **Acceptance Criteria**, **Definition
13
13
 
14
14
  **Simple (lite ticket):** Verify same sections exist. Spec and Implementation Plan may be minimal (one-liner / N/A).
15
15
 
16
- ## Action 1: Mark all items
16
+ ## Action 1: Mark all items and update Status
17
17
 
18
- In the ticket file, mark ALL items `[x]` in:
18
+ In the ticket file:
19
19
 
20
- - **Workflow Checklist** all steps that apply to this complexity tier (Simple: 1, 3, 4, 5. Standard: 0–5. Complex: 0–5)
21
- - **Acceptance Criteria** every item
22
- - **Definition of Done** — every item
23
-
24
- Add missing **Completion Log** entries: one row per step with date, action, and notes.
20
+ 1. Update the **Status** field in the ticket header from `In Progress` to `Ready for Merge`
21
+ 2. Mark ALL items `[x]` in:
22
+ - **Workflow Checklist** — all steps that apply to this complexity tier (Simple: 1, 3, 4, 5. Standard: 0–5. Complex: 0–5)
23
+ - **Acceptance Criteria** — every item
24
+ - **Definition of Done** every item
25
+ 3. Add missing **Completion Log** entries: one row per step with date, action, and notes.
25
26
 
26
27
  ## Action 2: Verify product tracker
27
28
 
@@ -2,6 +2,7 @@
2
2
 
3
3
  **Feature:** [ID] | **Type:** [Backend/Frontend/Fullstack]-[Feature/Bugfix/Refactor] | **Priority:** [High/Medium/Low]
4
4
  **Status:** In Progress | **Branch:** feature/[FEATURE-ID]-[short-description]
5
+ <!-- Valid Status values: In Progress | Ready for Merge | Done -->
5
6
  **Created:** [YYYY-MM-DD] | **Dependencies:** [List or "None"]
6
7
 
7
8
  ---