From 2f4ecf9ae3d916e7cd32bbaf41213bcc03791d17 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Wed, 26 Nov 2025 20:08:44 +0800 Subject: [PATCH] feat: Update review-fix.md to reflect changes in dashboard update process and output handling --- .claude/commands/workflow/review-fix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/commands/workflow/review-fix.md b/.claude/commands/workflow/review-fix.md index d7a81e93..b6729814 100644 --- a/.claude/commands/workflow/review-fix.md +++ b/.claude/commands/workflow/review-fix.md @@ -59,14 +59,14 @@ Automated fix orchestrator with **two-phase architecture**: AI-powered planning ``` 1. Discovery & Initialization - └─ Validate export file, create fix session structure, initialize state files → Update dashboard + └─ Validate export file, create fix session structure, initialize state files → Generate fix-dashboard.html 2. Phase 2: Planning (@cli-planning-agent): ├─ Analyze findings for patterns and dependencies ├─ Group by file + dimension + root cause similarity ├─ Determine execution strategy (parallel/serial/hybrid) ├─ Generate fix timeline with stages - └─ Output: fix-plan.json → Update dashboard to execution phase + └─ Output: fix-plan.json (dashboard auto-polls for status) 3. Phase 3: Execution (Stage-based): For each timeline stage: