docs(product): align durable Session scope and acceptance - #622
Open
Yevanchen wants to merge 2 commits into
Open
docs(product): align durable Session scope and acceptance#622Yevanchen wants to merge 2 commits into
Yevanchen wants to merge 2 commits into
Conversation
This was referenced Sep 10, 2026
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.
Summary
Require both single-turn ghFind evaluation and CSV analysis with multi-turn follow-up through one durable Session API. A user returning seconds or days later must continue from the prior conversation, working files, and admitted configuration, including after runtime reclamation. Retain the checkpoint gate for truthful success and safe reclamation, with renewable recovery for at least 30 days.
Keep Agent invocation at the latest saved configuration with internal Session snapshots, full access within isolation boundaries, and immediately callable managed Agents. Record #581 as shipped, align the README/architecture/PRD anchors, and document Cloudflare notification requirements for future breaking releases. The #546/#582–#584 issue descriptions were reconciled with this reviewed scope on September 10.
Acceptance clarity
Actual continuation establishes acceptance; backup creation alone is insufficient. Verify modifications using prior context and working files outside published artifacts without re-supplying them. Separate controlled-clock retention tests from actual elapsed-time evidence for delayed live continuation. ghFind may complete its business task in one turn while its Session retains the same continuation guarantee.
Verification
just docs-checkpassed for 56 Markdown/MDX files;git diff --checkpassed.just checkfailed in unchanged Driver process-supervision tests on macOS (1,226 passed, 61 skipped, 11 failed, one unhandled error); the full local gate was not repeated for this documentation-only follow-up.check-illegal-windows-nameswas skipped for the retry; other hooks and commit metadata validation passed.Impact and review
This PR changes target documentation only. No runtime behavior, generated contracts, database schema/migrations, lockfile, environment configuration, production deployment, or email send changes. The local CLI provider smoke is not evidence of delayed continuation, and this PR does not claim implementation acceptance.
Default models/provider supply, budget values, and the smallest fixed-commit ghFind material contract still need resolution before their corresponding capabilities ship. Typed Git infrastructure, interactive approvals, and public historical-version invocation remain outside v1. Rollback is a documentation revert.
Refs #546, #581, #582, #583, #584.