rrce-workflow 0.3.28 → 0.3.29

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.
@@ -333,7 +333,14 @@ After saving plan:
333
333
  - If **"y"**: Invoke development using task tool (see below)
334
334
  - If **"n"**: Provide completion summary, end session
335
335
 
336
- ### 2.8 Development Handoff
336
+ ### 2.8 Development Handoff (CRITICAL)
337
+
338
+ **NEVER call the task tool unless:**
339
+ 1. You have completed both research AND planning phases
340
+ 2. You have asked "Should I run `/rrce_develop {{TASK_SLUG}}`?"
341
+ 3. **The user has explicitly responded with "y"**
342
+
343
+ The initial `/rrce_design` command invocation is NOT confirmation to proceed. It only starts the design session.
337
344
 
338
345
  Wait for user to respond with "y" to the prompt above. Only after receiving explicit user confirmation, then use the `task` tool to delegate:
339
346
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rrce-workflow",
3
- "version": "0.3.28",
3
+ "version": "0.3.29",
4
4
  "description": "RRCE-Workflow TUI - Agentic code workflow generator for AI-assisted development",
5
5
  "author": "RRCE Team",
6
6
  "license": "MIT",