{
  "capability_id": "units.temperature.celsius_kelvin",
  "tool_id": "celsius-kelvin",
  "engine": "celsius-kelvin",
  "calculation_version": "1.0.0",
  "generated_at": "2026-09-16T22:03:43.746Z",
  "engine_build": "2026-09-10",
  "test_count": 6,
  "passed": 6,
  "failed": 0,
  "tests_summary": {
    "golden": {
      "total": 2,
      "passed": 2
    },
    "boundary": {
      "total": 2,
      "passed": 2
    },
    "property": {
      "total": 2,
      "passed": 2
    }
  },
  "engine_tested": true,
  "expert_reviewed": true,
  "internally_reviewed": false,
  "review_kind": "expert",
  "source_checked": true,
  "reviewed_by": "CalculatorX electrical review",
  "reviewer_role": null,
  "last_reviewed": "2026-08-09",
  "expert_review": {
    "status": "approved",
    "reviewer": {
      "name": "CalculatorX electrical review",
      "role": null
    },
    "reviewed_at": "2026-08-09",
    "scope": [
      "formula",
      "input semantics",
      "assumptions",
      "limitations",
      "sources",
      "tests"
    ],
    "kind": "expert"
  },
  "internal_review": {
    "status": "not_applicable",
    "reviewer": null
  },
  "page": "https://www.calculatorx.com/calc/physics/celsius-kelvin",
  "api": "https://www.calculatorx.com/api/v1/calc/celsius-kelvin",
  "schema_input": "https://www.calculatorx.com/schemas/units.temperature.celsius_kelvin.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/units.temperature.celsius_kelvin.output.json",
  "assumptions": [],
  "limitations": [
    "Not Fahrenheit/Rankine"
  ],
  "boundary_conditions": [
    "K<0 → VALUE_OUT_OF_RANGE",
    "missing value → MISSING_REQUIRED_INPUT"
  ],
  "sources": [
    {
      "title": "SI temperature units",
      "section": "Kelvin / Celsius relation",
      "supports": "K = °C + 273.15",
      "kind": "reference"
    },
    {
      "title": "NIST / SI temperature",
      "section": "kelvin and Celsius",
      "supports": "T/K = t/°C + 273.15",
      "kind": "standard"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:23cc8adc3695d881c26d7e0fe82d28caf8480090341d5aa869b100b9453a01cb",
  "tests": [
    {
      "id": "25C",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "c-k",
        "value": 25
      },
      "expect": 298.15,
      "expectWarning": null,
      "actual": 298.15,
      "tol": 1e-12
    },
    {
      "id": "0K",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "k-c",
        "value": 0
      },
      "expect": -273.15,
      "expectWarning": null,
      "actual": -273.15,
      "tol": 1e-12
    },
    {
      "id": "neg-K",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "mode": "k-c",
        "value": -1
      },
      "expectError": "VALUE_OUT_OF_RANGE",
      "code": "VALUE_OUT_OF_RANGE",
      "error": "Kelvin must be ≥ 0"
    },
    {
      "id": "missing",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "mode": "c-k"
      },
      "expectError": "MISSING_REQUIRED_INPUT",
      "code": "MISSING_REQUIRED_INPUT",
      "error": "value is required"
    },
    {
      "id": "property-25C",
      "ok": true,
      "kind": "property",
      "detail": "298.15",
      "expect": 298.15,
      "actual": 298.15
    },
    {
      "id": "property-roundtrip",
      "ok": true,
      "kind": "property",
      "detail": "25",
      "expect": 25,
      "actual": 25
    }
  ],
  "tier": "expert_verified",
  "verification": {
    "tests": {
      "passed": 6,
      "total": 6,
      "golden": 2,
      "boundary": 2,
      "property": 2
    },
    "contract_checks": {
      "passed": 4,
      "total": 4
    }
  },
  "evidence_core_generated_at": "2026-09-06T13:16:40.891Z",
  "rendered_at": "2026-09-16T22:03:43.746Z",
  "release_integrity": {
    "status": "verified",
    "scope": "workspace",
    "production_attestation_required": true,
    "calculation_version": "1.0.0",
    "artifacts": {
      "engine": "1.0.0",
      "page": "1.0.0",
      "capability": "1.0.0",
      "evidence": "1.0.0",
      "input_schema": "1.0.0",
      "output_schema": "1.0.0",
      "mcp_contract": "1.0.0"
    },
    "digests": {
      "input_schema_sha256": "a14f2e95659e10c31f38d519e7a1fc8756b33a05a269232533cb84f45eb9cf15",
      "output_schema_sha256": "e10d7df0b3290002803e6e73e9319d982149662218d43d22bcd6a0b1e42c4dc5",
      "evidence_sha256": "b1f7a0146103e0eda9819e4db7d3be9e66090ed4d7cd9f0fe203833609a2d913",
      "evidence_core_sha256": "b1f7a0146103e0eda9819e4db7d3be9e66090ed4d7cd9f0fe203833609a2d913",
      "capability_sha256": "f4b3be7d2ba91b09112fae2915896738f88ac5585ecbceb75070f2b857e41238",
      "engine_sha256": "c8d4ccdbfeaf61d7b024d4e1babb0c2ba3b324c1b37bd0cb456a526d8d2b1bd1",
      "mcp_contract_sha256": "863098b311a7b17dc4b229a6302b90b3545b175f716e5d84772c7be8e9716b86"
    },
    "contract_checks": {
      "total": 4,
      "passed": 4,
      "failed": 0,
      "items": [
        {
          "id": "release-artifacts-aligned",
          "status": "pass",
          "detail": "1.0.0"
        },
        {
          "id": "schema-valid-input-executes",
          "status": "pass"
        },
        {
          "id": "engine-success-output-validates-schema",
          "status": "pass"
        },
        {
          "id": "schema-rejects-incomplete-input",
          "status": "pass"
        }
      ]
    },
    "report": "https://www.calculatorx.com/.well-known/calculatorx-release-integrity.json"
  }
}
