mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-13 02:41:50 +08:00
cleanup: Remove unused cli-templates/commands directory and outdated files
- Deleted unused command template files (context-analysis.md, folder-analysis.md, parallel-execution.md) - Removed outdated WORKFLOW_SYSTEM_UPGRADE.md and codexcli.md files - No references found in current workspace - Streamlined template structure 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -10,19 +10,10 @@ description: Core coordination principles for multi-agent development workflows
|
||||
|
||||
### TodoWrite Coordination Rules
|
||||
|
||||
1. **TodoWrite FIRST**: Always create TodoWrite entries *before* agent execution begins.
|
||||
2. **Real-time Updates**: Status must be marked `in_progress` or `completed` as work happens.
|
||||
1. **TodoWrite FIRST**: Always create TodoWrite entries *before* complex task execution begins.
|
||||
3. **Agent Coordination**: Each agent is responsible for updating the status of its assigned todo.
|
||||
4. **Progress Visibility**: Provides clear workflow state visibility to stakeholders.
|
||||
5. **Single Active**: Only one todo should be `in_progress` at any given time.
|
||||
|
||||
6. **Checkpoint Safety**: State is saved automatically after each agent completes its work.
|
||||
7. **Interrupt/Resume**: The system must support full state preservation and restoration.
|
||||
|
||||
## Context Management
|
||||
|
||||
### Gemini Context Protocol
|
||||
For all Gemini CLI usage, command syntax, and integration guidelines:
|
||||
@~/.claude/workflows/gemini-unified.md
|
||||
|
||||
For all Codex CLI usage, command syntax, and integration guidelines:
|
||||
@~/.claude/workflows/codex-unified.md
|
||||
Reference in New Issue
Block a user