Merged
Conversation
…arial+provenance Fixes 7 gaps from Sitecast integration audit: - CRITICAL-3: Freshness decay now computed (was hardcoded 1.0) - CRITICAL-6: adversarial_status persisted in storage (was RAM-only) - CRITICAL-7: provenance records persisted in storage (was RAM-only) - CRITICAL-9: Layer search_boost applied in ranking - HIGH-1: vault.get_content(resource_id) retrieves full text - HIGH-2: vault.replace(resource_id, content) atomic replacement - HIGH-4: SearchResult includes updated_at, resource_type, data_classification - README badges corrected (removed undelivered claims) 448 tests passing. Lint clean. Build verified on Python 3.12.
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
Fixes 7 gaps from the Sitecast integration audit (first production consumer).
Changes
updated_at(was hardcoded 1.0)adversarial_statuspersisted in storage (was RAM-only)search_boostapplied in rankingvault.get_content(resource_id)retrieves full textvault.replace(resource_id, content)atomic replacement with auto-supersessionSearchResultincludesupdated_at,resource_type,data_classificationTest plan