Resume autonomous release runs from durable checkpoints #332

Merged
rockachopa merged 1 commits from timmy/331-resume-autonomous-release-runs-from-durable-chec into main 2026-08-08 19:19:42 +00:00
Member

Closes #331

What changed

  • load versioned durable checkpoints and validate repository, issue, branch, commit, and clean worktree identity
  • resume at tests, push, or PR creation without repeating proven completed stages
  • verify pushed checkpoints against the remote branch before creating a PR
  • document recovery invariants and failure-closed behavior

Validation

  • RED observed for each resume stage and dirty-worktree rejection
  • python3 -m pytest tests/test_release_engine.py -q — 29 passed
  • python3 -m pytest tests/ -q — 612 passed
  • git diff --check — passed
Closes #331 ## What changed - load versioned durable checkpoints and validate repository, issue, branch, commit, and clean worktree identity - resume at tests, push, or PR creation without repeating proven completed stages - verify pushed checkpoints against the remote branch before creating a PR - document recovery invariants and failure-closed behavior ## Validation - RED observed for each resume stage and dirty-worktree rejection - `python3 -m pytest tests/test_release_engine.py -q` — 29 passed - `python3 -m pytest tests/ -q` — 612 passed - `git diff --check` — passed
rockachopa added 1 commit 2026-08-08 19:18:42 +00:00
feat: resume release runs from checkpoints (#331)
All checks were successful
CI / lint (pull_request) Successful in 33s
CI / build-frontend (pull_request) Successful in 4s
503d6f4988
rockachopa merged commit 671c88d287 into main 2026-08-08 19:19:42 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: stackchain/stackchain-dashboard#332
No description provided.