19 lines
535 B
Markdown
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.
|