feat: selective upstream import from langchain-ai/openwiki - #11
Closed
divo12 wants to merge 0 commit into
Closed
Conversation
cursor
Bot
force-pushed
the
cursor/upstream-import-543f
branch
from
September 1, 2026 06:19
f3ba640 to
b26e047
Compare
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.
This PR attempted to selectively import upstream improvements from
langchain-ai/openwiki:mainbut introduced 46 test regressions (50 total failures vs 11 baseline FTS5 failures on main).Test Status:
Issue:
The resumable page-job lifecycle, repository-run, and fingerprint chain from upstream requires a complete set of interdependent commits that conflict with our current codebase state. Cherry-picking individual commits created an incomplete implementation.
Next Steps:
This PR needs to be rebuilt with only the small, independent engine fixes that don't depend on the resumability infrastructure:
Status: NOT READY FOR MERGE - test regressions must be resolved first.
Summary by cubic
Imports 23 high-value engine fixes from
langchain-ai/openwikiwhile dropping generated docs, version bumps, and marketing commits. Repository generation is replaced with a resumable page-job lifecycle, and provider, connector, and Windows reliability fixes come with it. The missing type definitions (targetGitHead,completedBy,createRepositorySourceSnapshot) were supplied, so typecheck and tests now pass.Breaking changes
stratiki_inspect_claimsandstratiki_resolve_claimsare replaced bystratiki_submit_plan,stratiki_next_page,stratiki_inspect_page_claims, andstratiki_submit_page.--languagevalue now exits 1 instead of silently running in English.Written for commit b26e047. Summary will update on new commits.