{
  "capability_id": "units.digital.binary_hex",
  "tool_id": "binary-hex",
  "engine": "binary-hex",
  "calculation_version": "1.0.0",
  "generated_at": "2026-09-16T22:03:43.759Z",
  "engine_build": "2026-09-10",
  "test_count": 3,
  "passed": 3,
  "failed": 0,
  "tests_summary": {
    "golden": {
      "total": 1,
      "passed": 1
    },
    "boundary": {
      "total": 1,
      "passed": 1
    },
    "property": {
      "total": 1,
      "passed": 1
    }
  },
  "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/binary-hex",
  "api": "https://www.calculatorx.com/api/v1/calc/binary-hex",
  "schema_input": "https://www.calculatorx.com/schemas/units.digital.binary_hex.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/units.digital.binary_hex.output.json",
  "assumptions": [],
  "limitations": [
    "Unsigned integers only; no fractional digits"
  ],
  "boundary_conditions": [
    "coded hard errors"
  ],
  "sources": [
    {
      "title": "Intro physics / NIST units",
      "section": "standard relations",
      "supports": "engine formulas",
      "kind": "reference"
    },
    {
      "title": "Positional numeral systems / radix conversion",
      "section": "Binary and hexadecimal",
      "supports": "Exact BigInt base-2 ↔ base-16",
      "kind": "reference"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:3f04b552ef6e65ae25783443514977bdcf1d986c4b245447573b720338413e62",
  "tests": [
    {
      "id": "bin",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "bin-hex",
        "value": "1010"
      },
      "expect": {
        "value_out": "A"
      },
      "expectWarning": null,
      "actual": {
        "mode": "bin-hex",
        "value_in": "1010",
        "value_out": "A",
        "decimal": 10
      },
      "tol": 0
    },
    {
      "id": "bad",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "mode": "bin-hex",
        "value": "102"
      },
      "expectError": "INVALID_INPUT",
      "code": "INVALID_INPUT",
      "error": "value must be a binary bit string"
    },
    {
      "id": "property-bh-rt",
      "ok": true,
      "kind": "property",
      "detail": "A→1010",
      "expect": "1010",
      "actual": "1010"
    }
  ],
  "tier": "expert_verified",
  "verification": {
    "tests": {
      "passed": 3,
      "total": 3,
      "golden": 1,
      "boundary": 1,
      "property": 1
    },
    "contract_checks": {
      "passed": 4,
      "total": 4
    }
  },
  "evidence_core_generated_at": "2026-09-06T13:16:40.891Z",
  "rendered_at": "2026-09-16T22:03:43.759Z",
  "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": "bc3de212d0d7ce11bd804feaf7022f63a458b7f4544afccd1ed3948736e779f8",
      "output_schema_sha256": "c5ad4c503ec1b5f49f55e586382ac063dddbde9a93421e255412be99c4671bed",
      "evidence_sha256": "126a7f8bebaca5bdca3edd332c5589e71d66dc3a93cbec01d8778bf4204cdf98",
      "evidence_core_sha256": "126a7f8bebaca5bdca3edd332c5589e71d66dc3a93cbec01d8778bf4204cdf98",
      "capability_sha256": "ea9922c9b70f3e1623226745ca9d0a4fdcc497563867d988c07bd9d0a78b3953",
      "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"
  }
}
