TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/theislampill/orthemology/llms.txt
Use this file to discover all available pages before exploring further.
verdict-record.schema.json defines the contract for the complete verdict adjudication on an orthing episode. It holds statuses for all verdict IDs, the governance-derived required path, per-claim reasoning paths, and the objectivity index that makes pathway adequacy judgments objective relative to a declared analysis, actor, decision time, and information state.
Verdict semantic IDs (e.g.,
RESULT_CORRECT, GOV_TOKEN_ADEQUATE) are authoritative in machine records. Display aliases (V1, V3c) are for prose and equations only. The IDs are defined in docs/verdict-registry.yaml (Decision 0004).Required Fields
The episode this verdict record belongs to.
The full objectivity index: the analysis, evaluating actor, decision time, and information state relative to which this verdict is objective. Dropping any component makes “objective” an overstatement (R4 finding B3).
ReqPath(e) — the governance-derived required path. An array of verdict semantic IDs from CorePath ∩ RequiredBy(A, shape, risk, claims, governance). Must have at least one item.Verdict statuses keyed by semantic ID. All keys must be valid verdict IDs from the registry. Values are one of
"pass", "fail", "undetermined", or "not-applicable".The aggregate pathway state:
"adequate", "defective", or "undetermined". Derived as the conjunction over all verdicts in required_path.All Verdict IDs
The following table lists all 14 verdict semantic IDs from the normative registry (v1.0.0):| Semantic ID | Alias | Side | Factive | Meaning |
|---|---|---|---|---|
RESULT_CORRECT | V1 | result | yes | Placement correctness against O*(m; A(e)) |
EVIDENCE_SUPPORT | V2a | pathway | no | Evidence meets the declared support standard per placed claim |
PROCEDURE_RELIABLE | V2b-P | pathway | no | Configured-procedure truth-conduciveness under the predeclared RelSpec |
TOKEN_TRUTH_LINKED | V2b-T | result | yes | Factive, claim-wise truth linkage through the truth-relevant mechanism |
EVIDENCE_CURRENT | V2c | pathway | no | Load-bearing evidence current for (κ, v) with admissible provenance |
GOV_CONFIG_ADEQUATE | V3a | pathway | no | Governing configuration adequacy for the case’s risk class |
GOV_POLICY_ADEQUATE | V3b | pathway | no | Meta-policy well-formedness for the configuration it runs under |
GOV_TOKEN_ADEQUATE | V3c | pathway | no | Metaorthemma binding adequacy — token correctly instantiated, compatible, anchored, scoped, current, provenanced, authorized |
EXECUTION_FAITHFUL | V3d | pathway | no | Executor fidelity — the actor executed the procedure as written |
EX_ANTE_JUSTIFIED | V3e | pathway | no | Decision-time reasonableness on exactly the evidence then available |
ROUTE_ADMISSIBLE | V4a | pathway | no | Route safety under the constraints in force |
ROUTE_QUALITY | V4b | advisory | no | Near-optimality advisory (safe is not best) — not in CorePath |
CLOSURE_TRUTHFUL | V5 | pathway | no | Closure matches the burden ledger — no disposition collapse |
ROBUST_NEIGHBORHOOD | V6 | pathway | no | Robustness under the declared perturbation family |
Optional Fields
Required for every
not-applicable status anywhere in the record (not only on the required path). Keys are verdict IDs; values are non-empty explanation strings. The cross-record validator enforces this.Per-claim result-side records. Each item covers one claim:
Per-claim reasoning path adequacy (Decision 0011).
ReqReason_q(e) is the projection of ReqPath onto verdicts that bear on claim q. A downstream routing or closure failure must not flip a soundly reached claim.Per-token
GOV_TOKEN_ADEQUATE statuses preserved alongside the episode-level conjunction. Useful for auditing which specific metaorthemma token failed and which conjunct of the adequacy definition it failed on.RelSpec per claim for PROCEDURE_RELIABLE (V2b-P). Keys are claim IDs; values are full reliability specifications conforming to reliability-spec.schema.json. A free-form string does not satisfy this field (R4 enforcement).PerturbSpec per claim for ROBUST_NEIGHBORHOOD (V6). Keys are claim IDs; values are full perturbation specifications conforming to perturbation-spec.schema.json.Minimal Example
verdict-minimal.json