Verification Guidelines
This guide standardizes the meaning of verification status across all docs pages.
Single source list of "requires verification" items: Verification Matrix.
Status Levels
-
Verified
-
Validated directly in the target runtime/environment.
-
There is proof of check (example:
route:list, live DB query, test/command results). -
Partial
-
Has been derived from the source code/repo, but has not been fully validated in the target runtime.
-
There are assumptions that still need environmental confirmation.
-
Unknown
-
There is not enough data to conclude validity.
-
Should be treated as a risk area until verification.
Mandatory Formatting on Pages
Use this fixed format in the ## Verification Notes section:
- Status:
Verified | Partials | Unknown - Scope: what has / has not been validated
- Action: concrete next steps
Quick Rules
- If you haven't checked the real environment → don't use
Verified. - If there is one component that is uncertain → at least
Partial. - If the data source is minimal/contradictory →
Unknown.