Skip to content

docs(context): define exploration checkpoint and rewind boundaries - #250

Closed
627150795 wants to merge 1 commit into
openpi-dev:mainfrom
627150795:docs/issue-154-checkpoint-rewind
Closed

docs(context): define exploration checkpoint and rewind boundaries#250
627150795 wants to merge 1 commit into
openpi-dev:mainfrom
627150795:docs/issue-154-checkpoint-rewind

Conversation

@627150795

Copy link
Copy Markdown
Contributor

Problem

OpenPI has a context_pivot capability, but there is no explicit design contract distinguishing recyclable exploration checkpoints and rewind from Session compaction, branch navigation, or filesystem rollback.

Value

This gives contributors a safe vocabulary for recovery boundaries, branch preservation, owner responsibilities, artifact evidence, retention, and failure states without promising that provider state or external side effects can be undone.

Approach

Added a focused design document and linked it from the design index. The proposal keeps rewind append-only and branch-based, treats worktree restoration as a separate future permissioned operation, and keeps Pi as the owner of Session history and compaction.

Validation

  • git diff --cached --check
  • bun run lint
  • bun run typecheck

Impact

Documentation-only; no runtime, API, Git-ref, filesystem, or persisted-data behavior changes.

Fixes #154

@tt-a1i

tt-a1i commented Aug 29, 2026

Copy link
Copy Markdown
Collaborator

Thank you for preserving this research. We are closing this PR as a source record for the Execution lifecycle consolidation tracked in #277. This is not a finding that the content is wrong. The current queue contains overlapping contracts from one stale base, so we will extract only settled facts and unresolved decisions into at most one successor record, citing this PR explicitly. Please do not spend time rebasing this branch.

@tt-a1i tt-a1i closed this Aug 29, 2026
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.

context: 研究可回收的探索 checkpoint/rewind,不把它等同于 context_pivot

2 participants