docs: install canonical GLOSSARY.md (sha256 2be7336f894b)
This commit is contained in:
+17
-17
@@ -77,8 +77,7 @@ Findings produced by `llm_sample` or any other non-deterministic method are Indi
|
||||
|
||||
### Indicative Evidence (Tier 2)
|
||||
|
||||
Sampled, directional, or probabilistic findings that suggest risk or opportunity but do not prove direct customer loss. Must always be labeled as directional.
|
||||
Cannot be upgraded to Verified without additional concrete evidence meeting the full Verified criteria, including the deterministic-method requirement.
|
||||
Sampled, directional, or probabilistic findings that suggest risk or opportunity but do not prove direct customer loss. Must always be labeled as directional. Cannot be upgraded to Verified without additional concrete evidence meeting the full Verified criteria, including the deterministic-method requirement.
|
||||
|
||||
### Evidence Tier Assignment Authority
|
||||
|
||||
@@ -159,6 +158,7 @@ A unique pair of `check_id` + `remediation_class`. Graduation and revocation ope
|
||||
A single, high-leverage, low-risk correction performed with explicit approval during the initial assessment phase, to demonstrate value before a retainer is offered. Typical examples include correcting a broken booking URL or an incorrect GBP phone number.
|
||||
|
||||
### Before/After Report
|
||||
|
||||
A client-facing document that shows the state of specific Findings before and after approved remediations, backed by hashed evidence.
|
||||
|
||||
---
|
||||
@@ -173,16 +173,16 @@ Every Check must declare all of the following fields:
|
||||
|
||||
| Field | Type | Notes |
|
||||
| --- | --- | --- |
|
||||
| id | string | Unique, stable |
|
||||
| domain | enum | See Domain |
|
||||
| method | enum | See Method |
|
||||
| owner_surface | enum | gbp, website, citations, external_ai |
|
||||
| client_facing | boolean | Drives the Approval Gate |
|
||||
| requires_approval | boolean | Must be true wherever client_facing is true |
|
||||
| default_tier | enum | verified or indicative |
|
||||
| remediation_class | enum | See Remediation Class |
|
||||
| evidence_fields | list | Artifacts captured on execution; may not be empty |
|
||||
| freshness_days | integer | Defaults to 7 |
|
||||
| `id` | string | Unique, stable |
|
||||
| `domain` | enum | See Domain |
|
||||
| `method` | enum | See Method |
|
||||
| `owner_surface` | enum | `gbp`, `website`, `citations`, `external_ai` |
|
||||
| `client_facing` | boolean | Drives the Approval Gate |
|
||||
| `requires_approval` | boolean | Must be `true` wherever `client_facing` is `true` |
|
||||
| `default_tier` | enum | `verified` or `indicative` |
|
||||
| `remediation_class` | enum | See Remediation Class |
|
||||
| `evidence_fields` | list | Artifacts captured on execution; may not be empty |
|
||||
| `freshness_days` | integer | Defaults to 7 |
|
||||
|
||||
### Domain
|
||||
|
||||
@@ -198,10 +198,10 @@ Any Check with `method: llm_sample` must have `default_tier: indicative`.
|
||||
|
||||
How a failing Check is expected to be addressed. One of:
|
||||
|
||||
- low_risk_fix — meets the Low-Risk Fix criteria
|
||||
- recommendation — reported to the client, not executed by the company
|
||||
- manual_only — requires human execution, never agent-drafted for publish
|
||||
- out_of_scope — outside Contract Scope; quoted separately
|
||||
- `low_risk_fix` — meets the Low-Risk Fix criteria
|
||||
- `recommendation` — reported to the client, not executed by the company
|
||||
- `manual_only` — requires human execution, never agent-drafted for publish
|
||||
- `out_of_scope` — outside Contract Scope; quoted separately
|
||||
|
||||
---
|
||||
|
||||
@@ -220,4 +220,4 @@ Shared surfaces declare a primary owner. Secondary domains may observe but do no
|
||||
|
||||
---
|
||||
|
||||
**End of Glossary**
|
||||
**End of Glossary**
|
||||
|
||||
Reference in New Issue
Block a user