Skip to content

v0.5.3

Choose a tag to compare

@purpleCowOnWheels purpleCowOnWheels released this 04 Sep 22:48
· 4 commits to main since this release

TECH-5998: docs-summary message type + grounding verification

  • New docs message type: a bounded summary + citation list (account_id/document_id/filename per citation), joining note/instruction_share in BARRIER_SENSITIVE_TYPES.
  • New DocsVerifier pluggable seam (fail-closed RejectAllDocsVerifier default) that runs before the ordinary structural approval pipeline -- answers "is this true and clean," not "is the recipient allowed to have it."
  • Migration f3a1b9c7d2e4: broadens idx_messages_conversation_id_free_text to cover docs.

Argus-reviewed (4 rounds, APPROVE) on #41. Follow-up hardening tracked in TECH-6019 (reason/detail truncation caps, citation account_id authorization scope, schema pattern tightening, doc/comment staleness) for before a real (non-reject_all) DocsVerifier is deployed.