claude-code-workflow 6.3.1 → 6.3.2
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.
|
@@ -15,7 +15,7 @@ Intelligent lightweight planning command with dynamic workflow adaptation based
|
|
|
15
15
|
- Intelligent task analysis with automatic exploration detection
|
|
16
16
|
- Dynamic code exploration (cli-explore-agent) when codebase understanding needed
|
|
17
17
|
- Interactive clarification after exploration to gather missing information
|
|
18
|
-
- Adaptive planning
|
|
18
|
+
- Adaptive planning: Low complexity → Direct Claude; Medium/High → cli-lite-planning-agent
|
|
19
19
|
- Two-step confirmation: plan display → multi-dimensional input collection
|
|
20
20
|
- Execution dispatch with complete context handoff to lite-execute
|
|
21
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-code-workflow",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.2",
|
|
4
4
|
"description": "JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "ccw/src/index.js",
|