mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
feat: Complete v1.2 system enhancements and agent coordination improvements
- Update action-planning-agent to use gemini-wrapper for improved CLI analysis - Enhance task execution with simplified control structure and context requirements - Improve plan-deep command with input validation and clarity requirements - Add intelligent context acquisition rules to CLAUDE.md with required analysis patterns - Strengthen agent workflow coordination with TodoWrite management and context rules - Remove deprecated execution controls and streamline task execution flow System now enforces proper context gathering before implementation and provides better coordination between agents through structured TODO management. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
19
CLAUDE.md
19
CLAUDE.md
@@ -8,6 +8,25 @@ For all CLI tool usage, command syntax, and integration guidelines:
|
||||
- **Gemini (Analysis)**: @~/.claude/workflows/gemini-unified.md
|
||||
- **Codex (Analysis)**: @~/.claude/workflows/codex-unified.md
|
||||
|
||||
### Intelligent Context Acquisition
|
||||
|
||||
**Core Rule**: No task execution without sufficient context. Must gather project understanding before implementation.
|
||||
|
||||
**Context Tools**:
|
||||
- **Structure**: Bash(~/.claude/scripts/get_modules_by_depth.sh) for project hierarchy
|
||||
- **Module Analysis**: Bash(cd [module] && ~/.claude/scripts/gemini-wrapper -p "analyze patterns")
|
||||
- **Full Analysis**:
|
||||
|
||||
Bash(cd [module] && ~/.claude/scripts/gemini-wrapper -p "analyze [scope] architecture")
|
||||
|
||||
Bash(codex --full-auto exec "analyze [scope] architecture")
|
||||
|
||||
**Context Requirements**:
|
||||
- Identify 3+ existing similar patterns before implementation
|
||||
- Map dependencies and integration points
|
||||
- Understand testing framework and coding conventions
|
||||
- Use Task agents for parallel context gathering when needed
|
||||
|
||||
## Philosophy
|
||||
|
||||
### Core Beliefs
|
||||
|
||||
Reference in New Issue
Block a user