II.
Page JSON
Structured · livepage:docs-harness-features-backlog-gaps-state-continuity-gap-state-006
GAP-STATE-006: Session Rewind and History json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "page:docs-harness-features-backlog-gaps-state-continuity-gap-state-006",
"_kind": "Page",
"_file": "wiki/docs/harness-features-backlog/gaps/state-continuity/gap-state-006.md",
"_cluster": "wiki",
"attributes": {
"nodeKind": "Page",
"sourcePath": "docs/harness-features-backlog/gaps/state-continuity/GAP-STATE-006.md",
"sourceKind": "repo-docs",
"title": "GAP-STATE-006: Session Rewind and History",
"displayName": "GAP-STATE-006: Session Rewind and History",
"slug": "docs/harness-features-backlog/gaps/state-continuity/gap-state-006",
"articlePath": "wiki/docs/harness-features-backlog/gaps/state-continuity/GAP-STATE-006.md",
"article": "\n# GAP-STATE-006: Session Rewind and History\n\n| Field | Value |\n|-------|-------|\n| Category | state-continuity |\n| Priority | Medium |\n| Effort | L |\n| Status | Missing |\n\n## Description\nNavigate session history and rewind to previous states by forking runs at specific journal points, enabling exploration of alternative orchestration paths.\n\n## Current State\nJournal is append-only. No rewind capability. To explore alternatives, must create a new run from scratch.\n\n## Target State\nrun:rewind creates a new run forked from a specific journal point. Session history browsable. Multiple alternative branches coexist. Leverages event-sourced journal for deterministic branching.\n\n## Dependencies\n- [GAP-STATE-003](../state-continuity/GAP-STATE-003.md) -- session state persistence for rewind snapshots\n\n## Key Files\n| Component | Path |\n|-----------|------|\n| Journal storage | `packages/sdk/src/storage/` |\n| Replay engine | `packages/sdk/src/runtime/replay/createReplayEngine.ts` |\n\n## Recommendation\nPhase 4 implementation. Add run:rewind that truncates journal at fork point and creates new run. Enable session history browsing.\n",
"documents": []
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "page:docs-harness-features-backlog",
"to": "page:docs-harness-features-backlog-gaps-state-continuity-gap-state-006",
"kind": "contains_page"
}
]
}