Strip wiki and conflicts from shipping product - #78
Merged
Merged
Conversation
Mainline is sources + retrieve only. Remove Wiki/Conflicts from admin chrome, stop conflict evidence/judge on query, ingest, and MCP, and park wiki generation (schedule stays off, AUTO_TRIGGER_CODE_WIKI is false). Supersedes #77, which only hid wiki UI behind a flag. Co-authored-by: Jaime Ginorio <jaime.ginorio@finditpr.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
includes() on a narrowed label union rejected the Wiki/Conflicts literals we assert are absent. Co-authored-by: Jaime Ginorio <jaime.ginorio@finditpr.com>
This was referenced Sep 15, 2026
jginorio
marked this pull request as ready for review
September 15, 2026 23:05
This branch was previously deployed
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.
Product focus
Context101 mainline is sources + retrieve (library, connectors, ingest, brains, suggestions, MCP
search_knowledge, adminPOST /api/wiki/retrieve). Not a wiki app. Not a conflicts/Opus-on-query product.Why
Wiki generation stays paused/beta. Conflicts detection burns Opus on query and ingest. PR #77 (#77,
cursor/hide-wiki-ui-6639) only hid wiki UI behindWIKI_UI_ENABLED. That is not enough.This PR supersedes #77. Do not merge #77 as-is. The useful Settings → Advanced cleanup (embeddings-only, no wiki model tab, no Wiki regeneration item) is folded in here. Wiki settings for isolated testing live on
cursor/wiki-isolated-de63at/wiki/settings, not Advanced.What changed
Conflicts (Opus off the shipping path)
/conflictsredirects to/knowledge.web/lib/conflicts/,/api/conflicts/*, and the conflicts page so main cannot call the Opus judge.reportEvidence/conflictScopefromweb/lib/wiki-retrieve.ts,/api/wiki/retrieve, and/api/wiki/chat.CONFLICT_EVIDENCE_URLposts (cdk/lambda/auto-ingest) and CDK env wiring.search_knowledgeconflict evidence posts.CONFLICT_JUDGE=offis no longer the control — detect plumbing is gone.Wiki (parked, not flagged)
/wikiand/wiki/*redirect to/knowledge.WikiGenSchedulestays disabled.AUTO_TRIGGER_CODE_WIKIis false.wiki-generator-ts/and the CDK wiki image stay in the stack. SeeWIKI_PARKED.md.wiki/andsource=wiki/code-wiki.Isolated restore (draft PRs)
cursor/wiki-isolated-de63) — restores wiki UI +/wiki/settings. Does not enable EventBridge orAUTO_TRIGGER_CODE_WIKI.cursor/conflicts-isolated-de63) — restores conflicts UI + evidence hooks + judge.Tests (re-run after strip)
CDK synth asserts no Lambda
CONFLICT_EVIDENCE_*,AUTO_TRIGGER_CODE_WIKI=false, andWikiGenScheduleStateDISABLED.Retrieve / ingest / MCP source proof:
wiki-retrieve.ts,/api/wiki/retrieve,/api/wiki/chat,auto-ingest/index.mjs, andserver.pyhave noconflictScope/reportEvidence/CONFLICT_EVIDENCE/_report_conflict_evidence.web/lib/conflictsis deleted.Parked redirects on
:3000:Authenticated admin chrome: nav is Knowledge / Suggestions / Sources / Brains only. Settings → Advanced is embeddings-only (no Wiki regeneration / Wiki model).
/wikiand/conflictsland on Knowledge.