diff --git a/.claude/commands/workflow/lite-plan.md b/.claude/commands/workflow/lite-plan.md index e1bc28ac..3156fb37 100644 --- a/.claude/commands/workflow/lite-plan.md +++ b/.claude/commands/workflow/lite-plan.md @@ -15,7 +15,7 @@ Intelligent lightweight planning command with dynamic workflow adaptation based - Intelligent task analysis with automatic exploration detection - Dynamic code exploration (cli-explore-agent) when codebase understanding needed - Interactive clarification after exploration to gather missing information -- Adaptive planning strategy (direct Claude vs cli-lite-planning-agent) based on complexity +- Adaptive planning: Low complexity → Direct Claude; Medium/High → cli-lite-planning-agent - Two-step confirmation: plan display → multi-dimensional input collection - Execution dispatch with complete context handoff to lite-execute diff --git a/package.json b/package.json index 234a4754..05a9683d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "6.3.1", + "version": "6.3.2", "description": "JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution", "type": "module", "main": "ccw/src/index.js",