Skip to content

Commit 969242d

Browse files
author
catlog22
committed
fix: Remove outdated agent output file descriptions from review-fix.md
1 parent ef09914 commit 969242d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.claude/commands/workflow/review-fix.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -294,20 +294,6 @@ echo "🔧 Fix Dashboard: file://$(cd ${sessionDir}/fixes/${fixSessionId} && pwd
294294
- **Execution Agents**: Update assigned `fix-progress-{N}.json` in real-time
295295
- **Dashboard (Browser)**: Reads `fix-plan.json` + all `fix-progress-*.json`, aggregates in-memory every 3 seconds via JavaScript polling
296296

297-
### Agent Output Files
298-
299-
**fix-plan.json**:
300-
- **Generated by**: @cli-planning-agent
301-
- **Template**: `~/.claude/workflows/cli-templates/fix-plan-template.json`
302-
- **Purpose**: Session metadata, execution strategy, group definitions, timeline stages
303-
- **Structure**: Includes `metadata` field with fix_session_id, review_session_id, status, timestamps
304-
- **Orchestrator uses**: Load groups, determine execution order, assign agents, track session state
305-
306-
**fix-progress-{N}.json** (one per group):
307-
- **Generated by**: @cli-planning-agent (initial) → @cli-execute-agent (updates)
308-
- **Template**: `~/.claude/workflows/cli-templates/fix-progress-template.json`
309-
- **Purpose**: Track individual group progress with flow control steps
310-
- **Consumed by**: Dashboard (reads all, aggregates in-memory)
311297

312298
### Agent Invocation Template
313299

0 commit comments

Comments
 (0)