Skip to content

Add partio restart Command to Resume from Checkpoints#7

Merged
jcleira merged 1 commit intomainfrom
partio-app-restart-conversation
Feb 23, 2026
Merged

Add partio restart Command to Resume from Checkpoints#7
jcleira merged 1 commit intomainfrom
partio-app-restart-conversation

Conversation

@jcleira
Copy link
Member

@jcleira jcleira commented Feb 23, 2026

  • 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.

@jcleira jcleira force-pushed the partio-app-restart-conversation branch from 5b5060d to 18eee46 Compare February 23, 2026 16:33
* 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.
@jcleira jcleira force-pushed the partio-app-restart-conversation branch from 18eee46 to 0ed5ad8 Compare February 23, 2026 18:05
@jcleira jcleira merged commit 2c50a90 into main Feb 23, 2026
@jcleira jcleira deleted the partio-app-restart-conversation branch February 23, 2026 18:10
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>
@jcleira
Copy link
Member Author

jcleira commented Mar 9, 2026

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
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.

1 participant