mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
Changes: - Dashboard generation: Split piped command into 4 independent steps (cp + 3x sed -i) for higher success rate - JSON consolidation: Merge review-metadata.json into review-state.json (2 files instead of 3) - Enhanced constraints: Add mandatory template usage requirements and post-generation modification prohibitions - Updated documentation: Sync changes across review-module-cycle and review-session-cycle Benefits: - Reduced command execution failures with independent steps - Simplified state management with unified metadata+state JSON - Clearer orchestrator/agent boundaries for dashboard interaction