mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-28 09:23:08 +08:00
Resolve task execution order disruption after pause/resume by adding 9-step resume flow: audit TaskList, reconcile session vs TaskList state, rebuild dependency chains, create missing tasks via TASK_METADATA lookup, and kick first actionable worker to break resume deadlock. Also add Phase 1.5 Resume Artifact Check to worker Task Lifecycle in SKILL.md to prevent duplicate artifact generation on resumed tasks.