fix: Remove outdated agent output file descriptions from review-fix.md

This commit is contained in:
catlog22
2025-11-26 20:20:20 +08:00
parent ef09914f94
commit 969242dbbc

View File

@@ -294,20 +294,6 @@ echo "🔧 Fix Dashboard: file://$(cd ${sessionDir}/fixes/${fixSessionId} && pwd
- **Execution Agents**: Update assigned `fix-progress-{N}.json` in real-time
- **Dashboard (Browser)**: Reads `fix-plan.json` + all `fix-progress-*.json`, aggregates in-memory every 3 seconds via JavaScript polling
### Agent Output Files
**fix-plan.json**:
- **Generated by**: @cli-planning-agent
- **Template**: `~/.claude/workflows/cli-templates/fix-plan-template.json`
- **Purpose**: Session metadata, execution strategy, group definitions, timeline stages
- **Structure**: Includes `metadata` field with fix_session_id, review_session_id, status, timestamps
- **Orchestrator uses**: Load groups, determine execution order, assign agents, track session state
**fix-progress-{N}.json** (one per group):
- **Generated by**: @cli-planning-agent (initial) → @cli-execute-agent (updates)
- **Template**: `~/.claude/workflows/cli-templates/fix-progress-template.json`
- **Purpose**: Track individual group progress with flow control steps
- **Consumed by**: Dashboard (reads all, aggregates in-memory)
### Agent Invocation Template