Skip to content

feat: v0.6.0 — Sitecast unblock#3

Merged
bradleygauthier merged 1 commit intomainfrom
fix/v0.6.0-sitecast-unblock
Apr 6, 2026
Merged

feat: v0.6.0 — Sitecast unblock#3
bradleygauthier merged 1 commit intomainfrom
fix/v0.6.0-sitecast-unblock

Conversation

@bradleygauthier
Copy link
Copy Markdown
Contributor

Summary

Fixes 7 gaps from the Sitecast integration audit (first production consumer).

Changes

  • CRITICAL-3 Fixed: Freshness decay now computed from updated_at (was hardcoded 1.0)
  • CRITICAL-6 Fixed: adversarial_status persisted in storage (was RAM-only)
  • CRITICAL-7 Fixed: Provenance records persisted in storage (was RAM-only)
  • CRITICAL-9 Fixed: Layer search_boost applied in ranking
  • HIGH-1 Added: vault.get_content(resource_id) retrieves full text
  • HIGH-2 Added: vault.replace(resource_id, content) atomic replacement with auto-supersession
  • HIGH-4 Added: SearchResult includes updated_at, resource_type, data_classification
  • README badges corrected (removed undelivered encryption/FIPS claims)

Test plan

  • 448 tests passing on Python 3.12
  • Ruff lint clean
  • Build verified (wheel + sdist)

…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.
@bradleygauthier bradleygauthier merged commit 87024ee into main Apr 6, 2026
4 of 5 checks passed
@bradleygauthier bradleygauthier deleted the fix/v0.6.0-sitecast-unblock branch April 6, 2026 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant