mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-28 09:23:08 +08:00
Add 7 missing scenarios for real-world iterative development: - Phase 1 (P1): Conflict handling, concurrency control, rollback strategy - Phase 2 (P2): External dependency management, state recovery - Phase 3 (P3): User feedback loop, tech debt tracking Changes: - Extend task-ledger.json with conflict_info, rollback_info, external_dependencies - Extend shared-memory.json with resource_locks, task_checkpoints, user_feedback_items, tech_debt_items - Add 14 new message types for all scenarios - Update coordinator role with new responsibilities and error handling - Upgrade team-config.json to version 1.2.0