Skip to content

release: add explicit resume command#190

Merged
jasonkuhrt merged 1 commit intomainfrom
codex/release-feature-158-resume-command
Mar 18, 2026
Merged

release: add explicit resume command#190
jasonkuhrt merged 1 commit intomainfrom
codex/release-feature-158-resume-command

Conversation

@jasonkuhrt
Copy link
Owner

@jasonkuhrt jasonkuhrt commented Mar 18, 2026

Summary

  • add an explicit release resume command for interrupted durable workflows
  • add a typed executor resume API that refuses fresh or already-completed plans
  • point status and executor recovery guidance at release resume and cover the explicit resume path with end-to-end tests

Closes #158

Verification

  • bun run --cwd packages/release check:types
  • bun run --cwd packages/release test packages/release/src/api/executor/resume.test.ts packages/release/src/api/executor/e2e.test.ts packages/release/src/api/executor/status.test.ts packages/release/src/cli/help.test.ts
  • bun run release:verify
  • git diff --check

This change is Reviewable

@jasonkuhrt jasonkuhrt merged commit 98e3aa3 into main Mar 18, 2026
7 of 9 checks passed
@jasonkuhrt jasonkuhrt deleted the codex/release-feature-158-resume-command branch March 18, 2026 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

release: add resume command for interrupted releases

1 participant