create-sdd-project 0.9.1 → 0.9.2

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.9.1",
3
+ "version": "0.9.2",
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"
@@ -19,7 +19,7 @@
19
19
  "hooks": [
20
20
  {
21
21
  "type": "command",
22
- "command": "echo '{\"additionalContext\": \"Context was compacted. BEFORE doing anything else: read the product tracker Active Session section (docs/project_notes/product-tracker.md) for context recovery. Follow the Session Recovery protocol in CLAUDE.md.\"}'",
22
+ "command": "echo '{\"additionalContext\": \"Context was compacted. BEFORE doing anything else: (1) Read the product tracker Active Session (docs/project_notes/product-tracker.md) for context recovery. (2) Re-read the SKILL.md for your current workflow (.claude/skills/development-workflow/SKILL.md) to know what actions are required at your current step. (3) If at Step 5 or later, you MUST read references/merge-checklist.md and fill the Merge Checklist Evidence table in the ticket before requesting merge approval.\"}'",
23
23
  "statusMessage": "Injecting recovery context..."
24
24
  }
25
25
  ]
@@ -14,6 +14,7 @@ After context compaction or new session — BEFORE continuing work:
14
14
 
15
15
  1. Read product tracker (`docs/project_notes/product-tracker.md`) → **Active Session**
16
16
  2. If active feature → read referenced ticket in `docs/tickets/`
17
- 3. Read the active skill file (`.claude/skills/*/SKILL.md`)
18
- 4. Do NOT proceed past any checkpoint without user confirmation (respect autonomy level)
19
- 5. If Active Session shows a pending checkpoint, ask before continuing
17
+ 3. Re-read the workflow skill (`.claude/skills/development-workflow/SKILL.md`) to know what actions the current step requires
18
+ 4. If at Step 5 or later read `references/merge-checklist.md` and check if the ticket's `## Merge Checklist Evidence` table needs to be filled
19
+ 5. Do NOT proceed past any checkpoint without user confirmation (respect autonomy level)
20
+ 6. If Active Session shows a pending checkpoint, ask before continuing