Ship LongTable 0.2 beta: durable MCP Researcher Checkpoints and verified research packages - #23
Open
HosungYou wants to merge 5 commits into
Open
Ship LongTable 0.2 beta: durable MCP Researcher Checkpoints and verified research packages#23HosungYou wants to merge 5 commits into
HosungYou wants to merge 5 commits into
Conversation
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.
Why
Provider UI is transient; research commitments cannot live only inside it. LongTable 0.2 establishes a provider-neutral control plane in which human judgment, evidence provenance, and completion gates survive beyond one model, transport, or chat session.
Product boundary
LongTable is a control-plane-first hybrid:
$longtableand$longtable-research.What changed
input_requiredmulti-round-trip flow.QuestionRecordthrough durable response keys and caller idempotency keys.transportStatusas the compatibility projection.DecisionRecordinstead of duplicating it.Verification
npm run release:checknpm audit --omit=dev --audit-level=high: 0 vulnerabilitiesClaim boundary
The defensible claim is “No 60-second checkpoint loss: unanswered research decisions remain durable and resumable.” A host may still cancel its own UI, process, or network connection. LongTable guarantees durable recovery of the decision state; it does not claim control over every provider UI lifecycle.
Release boundary
The existing beta remains published under
nextas0.2.0-beta.1; these new commits are verified on this PR branch but have not been republished or promoted tolatest. This PR does not claim stable-channel promotion or completed researcher-productivity validation.