Design checkpoint, pause, and resume support
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 8.7k
- Forks
- 1.3k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 253
Description
Motivation
Checkpoint, pause, and resume support would allow long-running or stateful OpenShell sessions to be suspended and restored more ergonomically. This is a larger feature and likely needs gateway/proto design before implementation.
Proposed design scope
Use this issue to agree on the design before implementation. The design should cover:
- What state is captured and what is explicitly out of scope.
- The Python SDK API for checkpoint, pause, and resume.
- Gateway/proto changes, if required.
- Security properties for serialized state.
- Failure modes and compatibility across OpenShell versions.
Acceptance criteria
- Produce a design proposal for checkpoint/pause/resume.
- Identify required gateway/proto changes.
- Define the Python SDK API shape.
- Document security considerations and restore failure modes.
- Split follow-up implementation issues if the design is accepted.
Notes
This is intentionally design-first because it likely crosses SDK, gateway, and protocol boundaries.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by mapping the Python SDK, gateway, and proto surfaces involved in OpenShell sessions, then review the issue's proposed design scope. A complete design should define captured state, SDK API shape, gateway/proto changes, security properties, restore failures, version compatibility, and follow-up implementation issues.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, rust
- Domain
- backend-api-design, distributed-systems, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100