What problem does it solve?
It removes the need to manually coordinate multi-step, human-checkpoint CI workflows driven by GitHub issues, so issues can move from classification and planning through execution, PR evaluation, and merging with minimal operator intervention.
Core Features & Use Cases
- Autonomous end-to-end orchestration: Chains classify → plan → evaluate plans → execute → evaluate PRs → greenlight/merge across a slate of issues.
- Wave-based dispatch & dependency awareness: Batches work in waves to respect blocked/depends-on annotations and to reduce file-contention when issues touch the same paths.
- PR safety gate before merge: Only auto-merges when evaluation verdict, CI rollup success, mergeability, and merge state meet strict conditions; otherwise leaves a clear block reason for manual merge.
Quick Start
Use /pipeline:fullsend 101 102 103 to run the full pipeline autonomously for the specified issue numbers.