@claude-pw/framework 0.11.2 → 0.11.3

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.11.2",
3
+ "version": "0.11.3",
4
4
  "description": "Structured Project Workflow for Claude Code — adaptive pipeline, context management, quality gates",
5
5
  "bin": {
6
6
  "claude-pw": "./install.js"
@@ -72,13 +72,11 @@ For every phase in PLAN.md (regardless of `archiveCompletedPhases` config — in
72
72
  Update PLAN.md: sub-plan column → `(archived)` for all phases.
73
73
 
74
74
  ### 4. Reset execution state
75
- Clean all execution artifacts. These served the current plan cycle and are not needed for the next:
75
+ Clean execution artifacts. These served the current plan cycle and are not needed for the next:
76
76
  - **Delete** `STATUS.md` (session pointer — no longer needed)
77
77
  - **Reset** `.planning/quick/log.md` to empty table header only
78
78
  - **Delete** all files in `.planning/debug/resolved/`
79
79
  - **Delete** `.planning/debug/active-session.md` (if exists)
80
- - **Reset** `.planning/learnings/queue.md` to empty
81
- - **Reset** `.planning/learnings/applied.md` to empty (already applied to rules/skills)
82
80
  - **Delete** `.planning/handoff.md` (if exists)
83
81
  - **Delete** `.planning/uat.md` (if exists)
84
82
 
@@ -87,6 +85,8 @@ Do NOT touch (project context that survives between cycles):
87
85
  - `docs/*` — project documentation (just reviewed in step 2)
88
86
  - `.planning/config.json` — workflow settings carry over
89
87
  - `.planning/plan-summary.md` — just generated in step 1
88
+ - `.planning/learnings/queue.md` — pending corrections carry over (may still need processing)
89
+ - `.planning/learnings/applied.md` — deduplication reference (knowledge already extracted to rules/skills)
90
90
  - `PLAN.md` — updated with (archived) markers
91
91
  - `CLAUDE.md` — project instructions
92
92
  - `.claude/skills/*` — extracted knowledge
@@ -105,7 +105,7 @@ All [N] phases finished.
105
105
  Summary: .planning/plan-summary.md
106
106
 
107
107
  Archived: [N] phase files → .planning/archive/
108
- Cleaned: STATUS.md, quick log, debug sessions, learnings
108
+ Cleaned: STATUS.md, quick log, debug sessions
109
109
 
110
110
  Project is ready for the next development cycle.
111
111
  Run /cpw-startup to begin.
@@ -188,6 +188,7 @@ DELETE:
188
188
  NO CHANGES:
189
189
  - plans/phase-2.md (current phase)
190
190
  - plans/decisions.md (cumulative, always kept)
191
+ - .planning/learnings/queue.md (pending corrections, always kept)
191
192
  - docs/* (living documentation, always kept)
192
193
  ```
193
194