Gate Mass responses on complete per-string provenance #83

Open
opened 2026-07-01 01:00:19 +00:00 by manlycucumber · 0 comments
manlycucumber commented 2026-07-01 01:00:19 +00:00 (Migrated from github.com)

Problem

Mass text is extensive and must never ship a string lacking provenance. A guard is needed so an incomplete-provenance proper fails closed rather than serving unattributed text.

Acceptance criteria

  • A response is rejected (canonical error) if any included string lacks provenance.
  • The guard runs in both dynamic and static-generation paths.
  • A missing-provenance fixture triggers the guard in tests.
  • The guard's behavior is documented for integrators.

Notes

Fail closed: better to omit a Mass than serve unprovenanced text.

## Problem Mass text is extensive and must never ship a string lacking provenance. A guard is needed so an incomplete-provenance proper fails closed rather than serving unattributed text. ## Acceptance criteria - [ ] A response is rejected (canonical error) if any included string lacks provenance. - [ ] The guard runs in both dynamic and static-generation paths. - [ ] A missing-provenance fixture triggers the guard in tests. - [ ] The guard's behavior is documented for integrators. ## Notes Fail closed: better to omit a Mass than serve unprovenanced text.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Directorium/Api#83
No description provided.