-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
phase:46-checkpoint-resume-long-running-pipePhase 46: Checkpoint & Resume for Long-Running PipelinesPhase 46: Checkpoint & Resume for Long-Running PipelinespipelinereliabilityError handling and retry logicError handling and retry logic
Description
Description
Instrument mgw:run to write checkpoints at each pipeline_stage transition (new->triaged, triaged->planning, planning->executing, etc.). Each checkpoint captures the full state needed to resume from that point: issue context, triage results, plan artifacts, execution progress. Checkpoint writes are atomic (write to .tmp then rename) to prevent corruption from interrupts.
Acceptance Criteria
- Implement checkpoint writes at each pipeline stage transition
Milestone Context
- Milestone: v8 — Agent Reliability & Failure Recovery
- Phase: Phase 46: Checkpoint & Resume for Long-Running Pipelines
- GSD Route: plan-phase
Dependencies
design-checkpoint-schema-for-pipeline-exec
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
phase:46-checkpoint-resume-long-running-pipePhase 46: Checkpoint & Resume for Long-Running PipelinesPhase 46: Checkpoint & Resume for Long-Running PipelinespipelinereliabilityError handling and retry logicError handling and retry logic