data-cap
    Preparing search index...

    Variable CAPABILITY_MODEL_SCHEMA_VERSIONConst

    CAPABILITY_MODEL_SCHEMA_VERSION: 3

    Capability Model's schema version (ADR 0050) -- CapabilityInventory is both. Bumped only when a reader could misinterpret the shape (a field changes type/meaning, or is removed), never for a purely additive field -- the same discipline MANIFEST_SNAPSHOT_SCHEMA_VERSION (manifest-snapshot.ts) and JSON_SCHEMA_VERSION (cli/json.ts) already document. Bumped 1 -> 2 by ADR 0057: CapabilityNode's six governance properties moved to docs only; FieldNode's six moved from a bare value to ResolvedGovernanceValue<T> ({value, declaredOn}). Bumped 2 -> 3 by OUT-01: CapabilityNode.file is now root-relative, not absolute.