fix(holoindex): restore truthful RedDog query boundary#1282
Merged
Conversation
Foundup
marked this pull request as ready for review
July 18, 2026 02:22
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.
Summary
127.0.0.1with bearer authentication, private handoff, proxy/redirect denial, generation pinning, bounded warmup/query handling, timeout poisoning, and no indexing API.Why
The live store currently has a legacy v1 receipt at an older HEAD and lacks both generation and embedding-space fingerprints. Previous paths could also open divergent stores, publish narrowed/incomplete refreshes as current, or accept lexical/stale evidence. This change rejects those states rather than reporting false
CURRENT.Validation
CI remediation
The first CodeQL run identified two high-severity clear-text logging flows in the legacy timeout helper. Commit
0fbc55ae1removes caller-controlled query/path/hint/exception text from logs, emits stable codes plus exception class names only, and adds a sentinel-secret regression. The focused post-fix matrix is green locally; this PR update triggers a fresh CodeQL run.Truth boundary and activation
--index-all, then authenticated health/query evidence bound to the merge SHA, generation, receipt digest, and all seven fingerprints.foundups_mcp_bridge/src/holo_tools.pydirect-store access remain explicit residuals.test_holo_tools_foundup_validation.pyrun is not claimed green: 7 cases fail in this Windows sandbox because that out-of-scope path opensE:\HoloIndexdirectly and its ripgrep fallback hits host encoding behavior. No modified supported-owner test is failing.WSP disposition
No
WSP_frameworkorWSP_knowledgefile changes.MODULE_CONCATENATION_GATE.mdremains correctly unmirrored because it is a non-protocol annex. The audit records WSP_62 enforcement-schema and WSP_97 structural-receipt limitations for a separate reviewed protocol/tooling slice.