mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
refactor: remove Related Commands section from workflow tool commands
Only orchestrator commands (plan, execute, resume, test-gen, test-fix-gen, tdd-plan) retain Related Commands section to document workflow phases. Tool commands (conflict-resolution, task-generate-tdd, test-task-generate, test-concept-enhanced, test-context-gather, tdd-coverage-analysis) have Related Commands removed to reduce documentation redundancy. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -393,16 +393,6 @@ This section provides quick reference for test task JSON structure. For complete
|
||||
- Session state updated with test metadata
|
||||
- MCP enhancements integrated (if available)
|
||||
|
||||
## Related Commands
|
||||
- `/workflow:test-gen` - Creates test session and calls this tool (Phase 4)
|
||||
- `/workflow:test-fix-gen` - Creates test-fix session and calls this tool (Phase 4)
|
||||
- `/workflow:tools:test-context-gather` - Gathers test coverage context
|
||||
- `/workflow:tools:test-concept-enhanced` - Generates test strategy analysis (TEST_ANALYSIS_RESULTS.md)
|
||||
- `/workflow:execute` - Executes the generated test-fix tasks
|
||||
- `/workflow:test-cycle-execute` - Executes test-fix cycle with iteration management
|
||||
- `@code-developer` - Agent that executes IMPL-001 (test generation)
|
||||
- `@test-fix-agent` - Agent that executes IMPL-002 (test execution & fix)
|
||||
|
||||
## Agent Execution Notes
|
||||
|
||||
The `@test-fix-agent` will execute the task by following the `flow_control.implementation_approach` specification:
|
||||
|
||||
Reference in New Issue
Block a user