speccrew 0.5.17 → 0.5.18

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.
@@ -457,13 +457,13 @@ Invoke speccrew-pm-requirement-simple
457
457
 
458
458
  **Flow:**
459
459
  ```
460
- Step 3a: Invoke speccrew-pm-requirement-model
460
+ Step 4a: Invoke speccrew-pm-requirement-model
461
461
  → Pass: iteration_path, clarification_file
462
462
  → Wait for: .module-design.md
463
463
  → Validate: .module-design.md exists + module count >= 2
464
464
  → IF fails → ABORT (ORCHESTRATOR rule: do NOT do module decomposition yourself)
465
465
 
466
- Step 3b: Invoke speccrew-pm-requirement-analysis
466
+ Step 4b: Invoke speccrew-pm-requirement-analysis
467
467
  → Pass: iteration_path, clarification_file, module_design_file
468
468
  → Wait for: Master PRD + Dispatch Plan
469
469
  → Validate: Master PRD exists + Dispatch Plan has modules array
@@ -471,13 +471,13 @@ Step 3b: Invoke speccrew-pm-requirement-analysis
471
471
  → IF succeeds → MANDATORY: Execute Phase 5 (Sub-PRD Worker Dispatch)
472
472
  ```
473
473
 
474
- **Step 3a Parameters:**
474
+ **Step 4a Parameters:**
475
475
  | Parameter | Value |
476
476
  |-----------|-------|
477
477
  | `iteration_path` | `speccrew-workspace/iterations/{iteration}` |
478
478
  | `clarification_file` | `{iteration_path}/01.product-requirement/.clarification-summary.md` |
479
479
 
480
- **Step 3b Parameters:**
480
+ **Step 4b Parameters:**
481
481
  | Parameter | Value |
482
482
  |-----------|-------|
483
483
  | `iteration_path` | `speccrew-workspace/iterations/{iteration}` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccrew",
3
- "version": "0.5.17",
3
+ "version": "0.5.18",
4
4
  "description": "Spec-Driven Development toolkit for AI-powered IDEs",
5
5
  "author": "charlesmu99",
6
6
  "repository": {