Add partio restart Command to Resume from Checkpoints#7
Merged
Conversation
5b5060d to
18eee46
Compare
* Objective Add a `partio restart` command to resume sessions from saved checkpoints. * Why This allows users to restore prior work using stored prompt, plan, diff, and context data from the orphan branch. * How The command reads checkpoint data and composes a context prompt for Claude Code. It supports the --print, --copy, and --branch flags. By default, it writes a context file and launches Claude interactively using syscall.Exec.
18eee46 to
0ed5ad8
Compare
jcleira
pushed a commit
to partio-io/docs
that referenced
this pull request
Mar 9, 2026
Automated documentation update by partio-io/minions doc-minion. Source PR: partio-io/cli#7 Co-Authored-By: Claude <noreply@anthropic.com>
Member
Author
|
Related PR: partio-io/docs#4 |
jcleira
added a commit
to partio-io/docs
that referenced
this pull request
Mar 9, 2026
[docs] Update for partio-io/cli#7: Add `partio restart` Command to Resume from Checkpoints
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a
partio restartcommand to resume sessions from saved checkpoints.This allows users to restore prior work using stored prompt, plan, diff, and context data from the orphan branch.
The command reads checkpoint data and composes a context prompt for Claude Code. It supports the --print, --copy, and --branch flags. By default, it writes a context file and launches Claude interactively using syscall.Exec.