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:
catlog22
2025-09-10 23:05:22 +08:00
parent 7ea75d102f
commit 6a7b187587
6 changed files with 2 additions and 1241 deletions

View File

@@ -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