mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-13 02:41:50 +08:00
chore: bump version to 6.3.2
- Clarify adaptive planning strategy in lite-plan.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -15,7 +15,7 @@ Intelligent lightweight planning command with dynamic workflow adaptation based
|
|||||||
- Intelligent task analysis with automatic exploration detection
|
- Intelligent task analysis with automatic exploration detection
|
||||||
- Dynamic code exploration (cli-explore-agent) when codebase understanding needed
|
- Dynamic code exploration (cli-explore-agent) when codebase understanding needed
|
||||||
- Interactive clarification after exploration to gather missing information
|
- 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
|
- Two-step confirmation: plan display → multi-dimensional input collection
|
||||||
- Execution dispatch with complete context handoff to lite-execute
|
- Execution dispatch with complete context handoff to lite-execute
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "claude-code-workflow",
|
"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",
|
"description": "JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "ccw/src/index.js",
|
"main": "ccw/src/index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user