Specified. Verified. Implemented. Three different things.
Specification reference: Current v1.4.3; the v1.4 structural-integrity spec was published 21 April 2026.
OMEGA v1.4.3 specifies schema fields plus P14 Predicate Commitment. All pre-P14 fields are formally verified in SymPy; the shipped Lean bundle is a Governed predicate in OmegaV14.lean (conjuncts plus structural constraints including P_ChainIntegrity; see formal proof). The production record schema (v1.0) implements some of the fields as structured JSON fields. The remaining fields are either recorded as narrative fields in governed records or are pending schema extension.
This page shows exactly where each field sits today.
Specified. The field is defined in the spec with operational requirements and failure modes.
Formally Verified. The field is part of the machine-verified SymPy and Lean 4 conjunction.
In Record Schema. The field is a structured field in the JSON record schema that every governed record must populate.
A field can be specified and verified without yet being a schema field; the table below says which is which.
| Field | Specified | Formally Verified | In Record Schema | Status |
|---|---|---|---|---|
| P1 Governance | Yes | Yes | Yes | Implemented |
| P2 Reasoning | Yes | Yes | Yes | Implemented |
| P3 Traceability | Yes | Yes | Yes | Implemented |
| P4 Expectation | Yes | Yes | Yes | Implemented |
| P5 Confirmation | Yes | Yes | Yes | Implemented |
| P4M Materiality Binding | Yes | Yes | Narrative | Schema extension planned |
| P4T Trajectory Expectation | Yes | Yes | Narrative | Schema extension planned |
| P5E Execution Attestation | Yes | Yes | Narrative | Schema extension planned |
| P6 Delegation | Yes | Yes | Narrative | Schema extension planned |
| P6A Aggregate Materiality | Yes | Yes | Narrative | Schema extension planned |
| P6L Liability Threshold | Yes | Yes | Narrative | Schema extension planned |
| PCF Continuity-Formal | Yes | Yes | Not yet | Specified and verified; schema pending |
| P10 Competence Attestation | Yes | Yes | Not yet | Specified and verified; schema pending |
| P11 Expectation Update Integrity | Yes | Yes | Not yet | Specified and verified; schema pending |
| P12 Semantic Integrity Validation | Yes | Yes | Not yet | Specified and verified; schema pending |
| P2_DAG | Yes | Yes | Not yet | Formalised in Lean bundle, 25 April 2026 |
| P6_AtomicAgency | Yes | Yes | Not yet | Formalised in Lean bundle, 25 April 2026 |
| P1_Freshness | Yes | Yes | Not yet | Formalised in Lean bundle, 25 April 2026 |
| P4T_EnvInvariant | Yes | Yes | Not yet | Formalised in Lean bundle, 25 April 2026 |
"Narrative field" means the field appears as a text field in the governed record but is not yet a structured JSON object with defined subfields. For example, P6L Liability Threshold currently appears as:
Liability threshold: P6L active, HIGH consequence confirmed
The field is present and auditable, but not yet machine-parseable as a structured object; Schema v1.4 will formalise these as typed fields.
PCF, P10, P11, P12 are specified and formally verified but are not yet present in governed records. The v1.4.3 structural integrity constraints (P2_DAG, P6_AtomicAgency, P1_Freshness, P4T_EnvInvariant) are formalised in the Lean bundle as of 25 April 2026. All of the above are specified in /omega/spec/v1/ and verified in /omega/formal-proof/. They are not yet produced in governed records.
We are publishing this honestly. Specification and verification precede implementation. Every field in OMEGA followed this sequence: P4M was specified in v1.1 before it appeared as a narrative field; structured schema extensions follow once the operational definitions have stabilised under adversarial review.
v1.4.3 adds structural integrity constraints (P1 freshness, P2 DAG enforcement, P6 atomic agency, P4T environment invariant, P_ChainIntegrity), formalised in the Lean bundle as P2_DAG, P6_AtomicAgency, P1_Freshness, P4T_EnvInvariant, and P_ChainIntegrity. These constraints are formally verified in the Lean 4 bundle (OmegaV14.lean) but are currently expressed as validation requirements on records rather than as enforced structured schema fields.
What this means in practice:
This distinction is important for integrators: claims of v1.4.3 conformance must be demonstrable against the prose constraints; the record schema does not independently verify the structural integrity properties.
Structured schema encodings for the Extended fields are not yet published; they publish when integrator demand or standards alignment (ERC-8004, UCAN) determines their encoding. Planned encodings:
primitive_continuity for PCFprimitive_competence for P10primitive_expectation with update_history for P11primitive_expectation with semantic_schema binding for P12Specified, verified, and implemented are three separate claims. Protocols that blur the distinction between them lose credibility when any one is challenged.