Pin kitconcept.solr to the Plate RAG fix revision (#580) - #474
Merged
Conversation
reekitconcept
force-pushed
the
kid/580/pin-solr-plate-fix
branch
from
August 13, 2026 18:37
ddcd5b2 to
738750b
Compare
Backend ([tool.uv.sources] rev + uv.lock), frontend (mrs.developer tag) and the solr image default tag (sha-826383b, content-identical: solr/ unchanged since that revision) now all reference a fixed kitconcept.solr revision instead of the moving feature-ai-rag branch, making checkouts reproducible. The pinned backend/frontend revision a8953cef carries the fix for GitLab #580 / kitconcept.solr#112: WikiPage bodies stored in off-layout Plate blocks were invisible to the RAG chunking. This branch is the verification vehicle for the reporter.
reekitconcept
force-pushed
the
kid/580/pin-solr-plate-fix
branch
from
August 13, 2026 18:59
7c5f38d to
0b978f1
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.
Companion to kitconcept.solr PR #113 — the fix for GitLab ticket #580 (WikiPage content authored in the Plate editor invisible to the RAG search: the
__somersault__block is stored inblocksbut not listed inblocks_layout, and the RAG extraction only walked the layout).Pins kitconcept.solr by revision instead of the branch, everywhere:
[tool.uv.sources]usesrev = a8953cef…instead ofbranch = "feature-ai-rag"(+uv.lockre-resolved) — this revision carries the #580 fixmrs.developer.jsonvolto-solr usestag: a8953cef…instead ofbranchsha-826383binstead of the movingfeature-ai-ragbranch tag (content-identical: thesolr/directory is unchanged since that revision)Beyond delivering the fix for testing, this makes checkouts reproducible: what gets built no longer depends on when the branch tip was fetched.
Purpose / process: this branch is for @danalvrz to verify the fix against his #580 data. On confirmation, kitconcept.solr #113 gets merged first; this PR's merge is then Dante's call (after the merge the pin can be moved to the then-current feature-ai-rag revision, or kept — content-wise identical).