@claude-pw/framework 0.6.0 → 0.6.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": "@claude-pw/framework",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Structured Project Workflow for Claude Code — adaptive pipeline, context management, quality gates",
5
5
  "bin": {
6
6
  "claude-pw": "./install.js"
@@ -576,11 +576,21 @@ If all deliverables passed (or issues were fixed):
576
576
  ## Session notes
577
577
  - (empty)
578
578
  ```
579
- - If autoAdvance is **off**: Recommend /clear, then report:
579
+ - If `--phase` flag is active: STOP. Do NOT advance to next phase. Report:
580
+ ```
581
+ Phase N complete. UAT passed.
582
+
583
+ Next: run `/clear`, then `/cpw-next-step` (or `/cpw-next-step --phase`) for Phase N+1.
584
+
585
+ Optional before starting:
586
+ /cpw-discuss — clarify ambiguities for the next phase
587
+ /cpw-todos — review pending todos
588
+ ```
589
+ - If autoAdvance is **off** (and no --phase): Recommend /clear, then report:
580
590
  "Phase N complete. Before starting Phase N+1:"
581
591
  " 1. `/cpw-discuss` — clarify ambiguities for the next phase"
582
592
  " 2. `/cpw-todos` — review pending todos (some may fit the next phase)"
583
593
  " 3. `/cpw-next-step` — start directly"
584
- - If autoAdvance is **auto** or **yolo**: Suggest /clear for context refresh, then automatically continue with Phase N+1 (run tooling audit → first step).
594
+ - If autoAdvance is **auto** or **yolo** (and no --phase): Suggest /clear for context refresh, then automatically continue with Phase N+1 (run tooling audit → first step).
585
595
 
586
596
  NEVER advance between phases without completing UAT first (in any mode).