Files
wsg/docs/rules/fragments/07_Trust.md
T
Jérôme Bousquié 37432536dc refactor spec OKF
2026-08-01 09:34:12 +02:00

19 lines
535 B
Markdown

---
type: Section
title: Trust (Generated & Verified)
sources: [SPEC.md]
generated: true
verified: false
status: current
stale_after: 2026-12-31
---
# Trust (Generated & Verified)
Two boolean flags express the trustworthiness of a document:
- `generated`: set to `true` when the document was created automatically (e.g., by a script or tool).
- `verified`: set to `true` only after a human reviewer has confirmed the content.
Both flags start as `true`/`false` respectively; they must be updated manually when verification occurs.