What problem does it solve?
Drive a repo's CI to green LOCALLY with Agent-CI (Docker), the local analog of greening-ci. Runs a workflow (or all PR/push workflows) in containers, and on the first paused step reads the failure log, fixes the code locally, and agent-ci retries the same paused runner — looping until the run lands green or a wall-clock budget expires. Use to validate a workflow change or a release dispatch BEFORE burning a remote run, to catch a CI failure on your own machine, or as the local pre-flight before republishing-stubs / any remote build-matrix dispatch. Where greening-ci watches GitHub Actions remotely and fixes-then-pushes, this runs in local containers and fixes-then-retries in place — no push, no remote runner minutes.
Core Features & Use Cases
- Local twin of greening-ci for local validation
- Runs workflows in Docker via Agent-CI and retries the same paused runner
- Pre-flight validation before remote CI runs and reduced remote minutes
Quick Start
Run the greening-ci-local tool to run a workflow locally and retry on paused steps until green.