mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
fix: Remove outdated agent output file descriptions from review-fix.md
This commit is contained in:
@@ -294,20 +294,6 @@ echo "🔧 Fix Dashboard: file://$(cd ${sessionDir}/fixes/${fixSessionId} && pwd
|
|||||||
- **Execution Agents**: Update assigned `fix-progress-{N}.json` in real-time
|
- **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
|
- **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
|
### Agent Invocation Template
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user