fix: native codedb stays callable when codedb-pro is licensed - #652
Closed
justrach wants to merge 2 commits into
Closed
fix: native codedb stays callable when codedb-pro is licensed#652justrach wants to merge 2 commits into
justrach wants to merge 2 commits into
Conversation
A licensed suite hid and refused codedb (including rlm codedb), so a repo walk died on "codedb is blocked" and fell through to metered inspect/search. codedb is free and indexed — it always runs. read_file and leading shell cat/grep still redirect. ADR 0040.
read_file stays in the catalog and is no longer redirected or refused to mcp__codedbpro__read. cat/head are not licensed-gated. codedbGuard steers source-file scans to codedb whether or not pro is licensed. Prompts say READ with codedb/read_file; pro is extra search only.
Owner
Author
|
Already on main (ADR 0040). Closing as superseded. |
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.
A licensed codedb-pro seat hid and refused native
codedb/read_file(includingrlm codedb(...)). Walking a repo then died with “codedb is blocked while the LICENSED code-intelligence suite is in charge” and fell through to meteredinspect/search.ADR 0040: ordinary reads use native
codedborread_file, licensed or not. codedb-pro is extra search/batch, not the default reader.codedbandread_filestay in the catalog and runmcp__codedbpro__readcat/headare not licensed-gated; Licensed codedb-pro: one read surface, one edit surface #626 still steers a concrete source-file scan toward codedbfaster_searchonly when codedb cannot answer/rewind)grep/rgmay still point at zigrep