create-sdd-project 0.8.5 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sdd-project",
3
- "version": "0.8.5",
3
+ "version": "0.8.7",
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"
@@ -24,6 +24,26 @@
24
24
  }
25
25
  ]
26
26
  }
27
+ ],
28
+ "Notification": [
29
+ {
30
+ "matcher": "permission_prompt",
31
+ "hooks": [
32
+ {
33
+ "type": "command",
34
+ "command": "osascript -e 'display notification \"Waiting for approval\" with title \"Claude Code\"' 2>/dev/null || notify-send 'Claude Code' 'Waiting for approval' 2>/dev/null || printf '\\a'"
35
+ }
36
+ ]
37
+ },
38
+ {
39
+ "matcher": "idle_prompt",
40
+ "hooks": [
41
+ {
42
+ "type": "command",
43
+ "command": "osascript -e 'display notification \"Task finished — waiting for input\" with title \"Claude Code\"' 2>/dev/null || notify-send 'Claude Code' 'Task finished — waiting for input' 2>/dev/null || printf '\\a'"
44
+ }
45
+ ]
46
+ }
27
47
  ]
28
48
  }
29
49
  }
@@ -18,38 +18,5 @@
18
18
  "Grep"
19
19
  ],
20
20
  "deny": []
21
- },
22
- "hooks": {
23
- "Notification": [
24
- {
25
- "matcher": "permission_prompt",
26
- "hooks": [
27
- {
28
- "type": "command",
29
- "command": "osascript -e 'display notification \"Permission needed\" with title \"Claude Code\" with subtitle \"Waiting for approval\"'"
30
- }
31
- ]
32
- },
33
- {
34
- "matcher": "idle_prompt",
35
- "hooks": [
36
- {
37
- "type": "command",
38
- "command": "osascript -e 'display notification \"Task finished, waiting for input\" with title \"Claude Code\"'"
39
- }
40
- ]
41
- }
42
- ],
43
- "Stop": [
44
- {
45
- "matcher": "",
46
- "hooks": [
47
- {
48
- "type": "command",
49
- "command": "osascript -e 'display notification \"Response complete\" with title \"Claude Code\"'"
50
- }
51
- ]
52
- }
53
- ]
54
21
  }
55
22
  }
@@ -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, verify and complete this checklist:
157
- - [ ] **Std/Cplx only:** Ticket: Workflow Checklist — all completed steps marked `[x]` (through Step 5)
158
- - [ ] **Std/Cplx only:** Ticket: Completion Logentry for each completed step (dates, actions, test counts)
159
- - [ ] **Std/Cplx only:** Ticket: Acceptance Criteria mark `[x]` where met
160
- - [ ] Tracker: Active Session reflects step `5/6 (Review)`, current context, next actions
161
- - [ ] Tracker: Features table status and step updated to match Active Session
162
- - [ ] `key_facts.md` updated if new models, schemas, migrations, or reusable components were added
163
- - [ ] `decisions.md`ADR created if Definition of Done requires it
164
- - [ ] All fixes committed — no unstaged files remaining from review/QA fixes
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, verify and complete this checklist:
157
- - [ ] **Std/Cplx only:** Ticket: Workflow Checklist — all completed steps marked `[x]` (through Step 5)
158
- - [ ] **Std/Cplx only:** Ticket: Completion Logentry for each completed step (dates, actions, test counts)
159
- - [ ] **Std/Cplx only:** Ticket: Acceptance Criteria mark `[x]` where met
160
- - [ ] Tracker: Active Session reflects step `5/6 (Review)`, current context, next actions
161
- - [ ] Tracker: Features table status and step updated to match Active Session
162
- - [ ] `key_facts.md` updated if new models, schemas, migrations, or reusable components were added
163
- - [ ] `decisions.md`ADR created if Definition of Done requires it
164
- - [ ] All fixes committed — no unstaged files remaining from review/QA fixes
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