What problem does it solve?
APED checkpoint helps you confidently review what the model changed by pausing mid-pipeline and summarizing recent diffs so you can approve, request fixes, or abort.
Core Features & Use Cases
- Human-in-the-loop change review: Produces a concern-ordered summary (risks, assumptions, deviations, then info) and stops for explicit user confirmation.
- Diff- and state-aware auditing: Uses git diff and, when present, reads {{OUTPUT_DIR}}/state.yaml to ground the summary in the pipeline’s current phase/story.
- Drift trigger guardrails: Scans recent assistant turns for re-anchor triggers to prevent drifting summaries after spec or location mistakes.
- Safety against unintended progression: Acts as a read-only checkpoint that does not modify state.yaml or advance the pipeline.
Quick Start
Tell the assistant: checkpoint and review the changes since the last checkpoint, then stop and wait for your approval.