create-sdd-project 0.8.6 → 0.8.7
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
|
@@ -153,15 +153,15 @@ Update tracker (Active Session + Features table): step `4/6 (Finalize)`. Mark ti
|
|
|
153
153
|
|
|
154
154
|
**→ CHECKPOINT: Merge Approval**
|
|
155
155
|
|
|
156
|
-
Before requesting merge approval,
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
156
|
+
**STOP.** Before requesting merge approval, complete these actions IN ORDER:
|
|
157
|
+
|
|
158
|
+
1. **Std/Cplx:** Re-read the ticket file (`docs/tickets/<feature-id>.md`) — mark ALL items `[x]` in: Workflow Checklist (Steps 0–5), Acceptance Criteria, Definition of Done. Add missing Completion Log entries (date, action, notes for each step).
|
|
159
|
+
2. Re-read `docs/project_notes/product-tracker.md` — verify Active Session shows step `5/6 (Review)` and Features table is updated. Fix if stale.
|
|
160
|
+
3. Update `key_facts.md` if new models, schemas, migrations, or reusable components were added.
|
|
161
|
+
4. Update `decisions.md` with ADR if Definition of Done requires it.
|
|
162
|
+
5. Commit ALL documentation updates.
|
|
163
|
+
6. Run `git status` — verify clean working tree. No unstaged files allowed.
|
|
164
|
+
7. THEN request merge approval from the user.
|
|
165
165
|
|
|
166
166
|
---
|
|
167
167
|
|
|
@@ -153,15 +153,15 @@ Update tracker (Active Session + Features table): step `4/6 (Finalize)`. Mark ti
|
|
|
153
153
|
|
|
154
154
|
**→ CHECKPOINT: Merge Approval**
|
|
155
155
|
|
|
156
|
-
Before requesting merge approval,
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
156
|
+
**STOP.** Before requesting merge approval, complete these actions IN ORDER:
|
|
157
|
+
|
|
158
|
+
1. **Std/Cplx:** Re-read the ticket file (`docs/tickets/<feature-id>.md`) — mark ALL items `[x]` in: Workflow Checklist (Steps 0–5), Acceptance Criteria, Definition of Done. Add missing Completion Log entries (date, action, notes for each step).
|
|
159
|
+
2. Re-read `docs/project_notes/product-tracker.md` — verify Active Session shows step `5/6 (Review)` and Features table is updated. Fix if stale.
|
|
160
|
+
3. Update `key_facts.md` if new models, schemas, migrations, or reusable components were added.
|
|
161
|
+
4. Update `decisions.md` with ADR if Definition of Done requires it.
|
|
162
|
+
5. Commit ALL documentation updates.
|
|
163
|
+
6. Run `git status` — verify clean working tree. No unstaged files allowed.
|
|
164
|
+
7. THEN request merge approval from the user.
|
|
165
165
|
|
|
166
166
|
---
|
|
167
167
|
|