Skip to content

Releases: agenticaotearoa/checkpoint-run

checkpoint-run 0.1.0

Choose a tag to compare

@agenticaotearoa agenticaotearoa released this 19 Aug 06:10

checkpoint-run 0.1.0 — checkpoint-and-resume runner for long multi-step jobs on flaky connections.

  • Atomic state file: completed steps persist immediately; a dropped connection resumes instead of restarting.
  • --timeout / --step-timeout, --continue-on-error, sha256 artifact verification (--step-artifact), --dry-run, --retry N with exponential backoff, --max-failures, per-step logs (--step-log / --logs-dir).
  • Pure stdlib Python 3.10+, MIT licensed, 60/60 tests passing.
  • Wheel: checkpoint_run-0.1.0-py3-none-any.whl · sdist: checkpoint_run-0.1.0.tar.gz.

Paid pilot / willingness-to-pay discussion: #1
Bugs/features: Issues.