{
  "protocol": {
    "name": "CVP",
    "version": "1.0.0-proposed",
    "revision": "2026-09-13",
    "spec_sha256": "f62725968356c92930531cd6085db76e216da06e95be53d636b0d2cf3218b148",
    "spec": "https://www.calculatorx.com/developers/cvp/spec/1.0"
  },
  "document_status": "proposed",
  "calculator": {
    "id": "gcf",
    "version": "1.0.2",
    "title": "GCF Calculator",
    "formula_family": "gcf",
    "capability_id": "math.gcf",
    "verification_revision": "2026-09-16.sources-no-wolfram"
  },
  "profile": "core",
  "status": "VERIFIED",
  "verification_status": "VERIFIED",
  "production_freshness": "CURRENT",
  "overall_trust": "VERIFIED",
  "runner": {
    "name": "cvp-runner",
    "version": "1.0.0"
  },
  "environment": {
    "runtime": "node",
    "runtime_version": "20.19.2",
    "numeric_model": "exact_integer",
    "os": "darwin"
  },
  "suite": {
    "id": "gcf",
    "version": "1.0.2",
    "uri": "https://www.calculatorx.com/evidence/math.gcf/1.0.2.json",
    "verification_revision": "2026-09-16.sources-no-wolfram"
  },
  "obligation_set": [
    "CVP-PROV-01",
    "CVP-MODEL-01",
    "CVP-SCOPE-01",
    "CVP-UNIT-01",
    "CVP-REF-01",
    "CVP-GOLD-01",
    "CVP-BND-01",
    "CVP-INV-01",
    "CVP-NUM-01",
    "CVP-COV-01",
    "CVP-CONTRACT-01",
    "CVP-DEP-01",
    "CVP-ART-01",
    "CVP-PROD-01",
    "CVP-PROP-01",
    "CVP-META-01",
    "CVP-XCAL-01",
    "CVP-IFACE-01"
  ],
  "provenance": {
    "mode": "direct",
    "sources": [
      {
        "label": "Encyclopedia of Mathematics — Greatest common divisor",
        "kind": "other",
        "reference": "Definition; pairwise fold; prime-factor form",
        "url": "https://encyclopediaofmath.org/wiki/Greatest_common_divisor"
      },
      {
        "label": "Encyclopedia of Mathematics — Euclidean algorithm",
        "kind": "other",
        "reference": "Remainder recurrence GCF(a,b)=GCF(b, a mod b)",
        "url": "https://encyclopediaofmath.org/wiki/Euclidean_algorithm"
      },
      {
        "label": "CalculatorX integer convention",
        "kind": "other",
        "reference": "Absolute value; zero-set; 48-digit BigInt domain"
      }
    ]
  },
  "reference": {
    "items": [
      {
        "class": "O1",
        "reference_scope": "model",
        "scope": "model",
        "label": "Greatest common factor (Euclidean)"
      },
      {
        "class": "O2",
        "reference_scope": "expected_values",
        "scope": "expected_values",
        "label": "Separate-module gcf oracle — Euclidean BigInt fold dual-checked against binary (Stein) GCD (same runtime as IUT; not IUT transcription)",
        "engine": {
          "name": "gcf-reference",
          "independent_of_iut": true,
          "same_runtime_as_iut": true,
          "runtime": "node",
          "numeric_model": "exact_integer",
          "representation": "exact_integer",
          "criterion": "actual exact decimal string === independent oracle exact decimal string",
          "algorithms": [
            "euclidean-fold",
            "binary-stein"
          ],
          "arithmetic": "BigInt",
          "comparison": "exact_equality"
        }
      },
      {
        "class": "O2",
        "reference_scope": "numerical_behavior",
        "scope": "numerical_behavior",
        "label": "Same O2 module backs exact decimal-string identity vs IUT — exact_equality, ULP not applicable",
        "engine": {
          "name": "gcf-reference",
          "independent_of_iut": true,
          "same_runtime_as_iut": true,
          "runtime": "node",
          "numeric_model": "exact_integer",
          "representation": "exact_integer",
          "criterion": "actual exact decimal string === independent oracle exact decimal string",
          "algorithms": [
            "euclidean-fold",
            "binary-stein"
          ],
          "arithmetic": "BigInt",
          "comparison": "exact_equality"
        }
      }
    ],
    "notes": "Golden expected values use a separate O2 module (not IUT transcription). O2 dual-checks Euclidean fold against binary (Stein) GCD. same_runtime_as_iut. IUT factor/prime/Euclidean UI agreement is not this oracle. Numeric model is exact_integer (ECMAScript BigInt arithmetic, exact_equality). Node is a runtime dependency, not IEEE-754 binary64."
  },
  "controls": {
    "CVP-PROV-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "Sources present on evidence"
    },
    "CVP-MODEL-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "GCF via Euclidean BigInt fold; O2 dual-checks binary (Stein) GCD; exact_integer / BigInt / exact_equality"
    },
    "CVP-SCOPE-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "≥2 integers; ignore zeros unless all zero"
    },
    "CVP-UNIT-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "dimensionless integer"
    },
    "CVP-REF-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "O1 model + O2 expected_values/numerical_behavior (Euclidean dual-checked against binary GCD; exact_equality; same_runtime_as_iut)"
    },
    "CVP-GOLD-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "6/6 legacy golden; 4/4 oracle-backed numeric"
    },
    "CVP-BND-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "7/7 CVP boundary · 7/7 legacy Evidence boundary"
    },
    "CVP-INV-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "5 invalid-domain cases"
    },
    "CVP-NUM-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "exact_integer · BigInt · exact_equality (actual exact decimal string === independent oracle exact decimal string); mismatches=0; ULP not applicable"
    },
    "CVP-COV-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "8/8 declared partitions (gcf, zero, negative, beyond-safe-integer, multi-input-fold, method-unavailable, xcal, invalid-domain) · 6 legacy golden / 7 CVP boundary unique cases · 5 Evidence invalid-input (may overlap boundary)"
    },
    "CVP-CONTRACT-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "3/3 CVP contract"
    },
    "CVP-DEP-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "engine gcf; exact_integer BigInt (IUT/O2). Node is a runtime dependency, not the numeric model"
    },
    "CVP-ART-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "release_integrity.status=verified · digests: artifact_evidence_sha256=Evidence core (Trust freshness) · cvp_evidence_digest=artifacts.evidence_digest (fingerprint v2) · evidence_bundle_sha256=legacy Evidence JSON bytes · evidence_catalog_digest=attested_catalog_sha256 · production_sha256=bound production report · see artifacts.digest_registry"
    },
    "CVP-PROD-01": {
      "result": "PASS",
      "applicability": "required",
      "notes": "this calculator CURRENT · bound snapshot pass @ 2026-09-16T06:43:50.908Z · live site-wide report stale @ 2026-09-16T06:43:51.626Z (9 other capabilities) · local checks pass · attestation_id=9864b02dd59e627629179439ae27934aea8c6fd24193702e66c56019c5e3e050 · This calculator CURRENT · This calculator is not affected · Bound attestation PASS @ 2026-09-16T06:43:50.908Z · Live production status STALE (9 capabilities; 155 remain CURRENT) @ 2026-09-16T06:43:51.626Z · Public schema 1.0.2 matches · Semantic contract ✓ · Production attested · Public/cache ✓ · Origin ✓ · schema_const=1.0.2 · report output-const=pass · evidence-sha256=pass · semantic-contract=pass · capability-html-public-origin-agree=pass · cvp-manifest-public-origin-agree=pass · cvp-latest-alias-agrees=pass · cvp-immutable-manifest-fetch=pass · cvp-immutable-manifest-sha256=pass · cvp-latest-alias-matches-immutable=pass · calculator-html-cvp-projection=pass · evidence-html-cvp-projection=pass · attested_evidence_sha256=31e075dd2788e7c13520557df716a4e118f4844aca3908f8b06acf4a41fad0cc · verified_at=2026-09-16T06:43:09.808Z · evidence_attested_at=2026-09-16T06:43:09.808Z · last_confirmed_current_at=2026-09-16T06:43:50.908Z · rendered_at=2026-09-16T06:44:02.740Z · binds=cvp_core_sha256",
      "check_result": "PASS",
      "production_state": "CURRENT",
      "binding_current": true
    },
    "CVP-DIM-01": {
      "result": "SKIP",
      "applicability": "not_applicable",
      "notes": "Unitless core calculator — no physical dimension algebra"
    },
    "CVP-PROP-01": {
      "result": "PASS",
      "applicability": "applicable",
      "notes": "3/3 property"
    },
    "CVP-META-01": {
      "result": "PASS",
      "applicability": "applicable",
      "notes": "1/1 metamorphic"
    },
    "CVP-ROUND-01": {
      "result": "SKIP",
      "applicability": "not_applicable",
      "notes": "No inverse / round-trip vectors in pack — control not in obligation set"
    },
    "CVP-XCAL-01": {
      "result": "PASS",
      "applicability": "applicable",
      "notes": "5/5 cross-calculator · xcal-lcm-8-12 PASS vs math.lcm; xcal-lcm-18-27 PASS vs math.lcm; xcal-lcm-coprime PASS vs math.lcm; xcal-lcm-neg PASS vs math.lcm; xcal-lcm-bigint-unsafe PASS vs math.lcm; xcal-lcm-all-zero-na N/A (GCF(a,b)·LCM(a,b)=|ab| is claimed for nonzero integers. GCF(0,0) is undefined, so the identity is not evaluated on the all-zero set.); xcal-fractions-na N/A (Fractions is listed as a related tool because it consumes GCF to reduce a/b. It does not encode GCF(a,b)·LCM(a,b)=|ab|.); xcal-factorial-na N/A (Factorial is listed as a related integer tool. It does not encode GCF(a,b)·LCM(a,b)=|ab|.); xcal-division-na N/A (Division is listed as a related tool. Euclidean remainder is used inside GCF, but the Division calculator does not encode GCF(a,b)·LCM(a,b)=|ab|.)"
    },
    "CVP-IFACE-01": {
      "result": "PASS",
      "applicability": "applicable",
      "notes": "UI (SSR) · REST · MCP equivalent (MCP uses calc API handler). ui-ssr is query-result HTML, not a live browser session."
    },
    "CVP-ORACLE-01": {
      "result": "SKIP",
      "applicability": "higher_assurance",
      "notes": "O2 present; O3 not required this wave"
    },
    "CVP-EXP-01": {
      "result": "SKIP",
      "applicability": "optional",
      "notes": "named expert review not performed"
    }
  },
  "tests": {
    "golden": {
      "passed": 4,
      "total": 4,
      "failed": 0,
      "case_ids": [
        "g-triple",
        "g-zero",
        "g-neg",
        "g-bigint"
      ]
    },
    "boundary": {
      "passed": 7,
      "total": 7,
      "failed": 0,
      "case_ids": [
        "boundary-all-zero-pair",
        "boundary-all-zero-triple",
        "boundary-one-number",
        "boundary-missing",
        "boundary-non-integer",
        "boundary-alias-numsInput",
        "boundary-bigint-unsafe"
      ]
    },
    "invalid": {
      "passed": 5,
      "total": 5,
      "failed": 0,
      "case_ids": [
        "boundary-all-zero-pair",
        "boundary-all-zero-triple",
        "boundary-one-number",
        "boundary-missing",
        "boundary-non-integer"
      ]
    },
    "property": {
      "passed": 3,
      "total": 3,
      "failed": 0,
      "case_ids": [
        "prop-self",
        "prop-divides",
        "prop-commute"
      ],
      "definition_ids": [
        "gcd-self",
        "gcd-divides",
        "commutative"
      ]
    },
    "round_trip": {
      "passed": 0,
      "total": 0,
      "failed": 0,
      "case_ids": []
    },
    "metamorphic": {
      "passed": 1,
      "total": 1,
      "failed": 0,
      "case_ids": [
        "meta-scale"
      ],
      "definition_ids": [
        "scale-both"
      ]
    },
    "contract": {
      "passed": 3,
      "total": 3,
      "failed": 0
    },
    "cross_interface": {
      "passed": 1,
      "total": 1,
      "failed": 0,
      "case_ids": [
        "iface-triple"
      ]
    },
    "cross_calculator": {
      "passed": 5,
      "total": 5,
      "failed": 0,
      "case_ids": [
        "xcal-lcm-8-12",
        "xcal-lcm-18-27",
        "xcal-lcm-coprime",
        "xcal-lcm-neg",
        "xcal-lcm-bigint-unsafe"
      ]
    }
  },
  "coverage": {
    "partitions": [
      {
        "id": "gcf",
        "description": "GCF compute",
        "exercised": true,
        "case_count": 23
      },
      {
        "id": "zero",
        "description": "Zero in the input set",
        "exercised": true,
        "case_count": 3
      },
      {
        "id": "negative",
        "description": "Negative inputs (absolute-value convention)",
        "exercised": true,
        "case_count": 2
      },
      {
        "id": "beyond-safe-integer",
        "description": "Magnitude beyond Number.MAX_SAFE_INTEGER",
        "exercised": true,
        "case_count": 4
      },
      {
        "id": "multi-input-fold",
        "description": "Fold of three or more inputs",
        "exercised": true,
        "case_count": 6
      },
      {
        "id": "method-unavailable",
        "description": "Listing/prime/factor cross-check not available",
        "exercised": true,
        "case_count": 2
      },
      {
        "id": "xcal",
        "description": "Cross-calculator vs LCM: GCF(a,b)·LCM(a,b)=|ab| for nonzero integers",
        "exercised": true,
        "case_count": 5
      },
      {
        "id": "invalid-domain",
        "description": "Invalid inputs",
        "exercised": true,
        "case_count": 5
      }
    ]
  },
  "numerical": {
    "profile": "exact_integer",
    "representation": "exact_integer",
    "arithmetic": "BigInt",
    "comparison": "exact_equality",
    "criterion": "actual exact decimal string === independent oracle exact decimal string",
    "exact_policy": true,
    "ulp_applicable": false,
    "tolerance": {
      "type": "exact",
      "value": 0,
      "declared_before_evaluation": true,
      "rationale": "GCF is an exact integer. Acceptance is exact decimal-string identity vs an O2 module that dual-checks Euclidean fold against binary (Stein) GCD. Comparison is exact_equality; ULP is not applicable. Node/V8 is a runtime dependency, not the numeric model. Declared a priori."
    },
    "exact_mismatches": 0,
    "records": [
      {
        "id": "g-triple",
        "reference": {
          "values": [
            8,
            12,
            20
          ],
          "value": 4,
          "exact": "4",
          "count": 3,
          "max_digits": 48
        },
        "actual": {
          "values": [
            8,
            12,
            20
          ],
          "value": 4,
          "exact": "4",
          "count": 3,
          "formula": "GCF(a,b,c,…) = GCF(GCF(a,b),c,…)",
          "binary_formula": "GCF(a,b)=GCF(b, a mod b)",
          "methods": {
            "factor": {
              "available": true,
              "result": 4,
              "matches": true
            },
            "prime": {
              "available": true,
              "result": 4,
              "matches": true
            },
            "euclidean": {
              "available": true,
              "result": 4,
              "matches": true
            },
            "agree": true,
            "independent_count": 3
          },
          "work": {
            "factors": [
              "--- Factors ---",
              "8: 1, 2, [4], 8",
              "12: 1, 2, 3, [4], 6, 12",
              "20: 1, 2, [4], 5, 10, 20",
              "Largest common factor: 4"
            ],
            "primes": [
              "--- Prime factorization ---",
              "8 = 2 × 2 × 2",
              "12 = 2 × 2 × 3",
              "20 = 2 × 2 × 5",
              "Shared primes: 2^2 = 4"
            ],
            "euclidean": [
              "--- Euclidean algorithm ---",
              "GCF of many = fold pairwise: GCF(GCF(…), next)",
              "GCF(8, 12):",
              "  12 = 1 × 8 + 4",
              "  8 = 2 × 4 + 0",
              "  Last nonzero remainder → GCF = 4",
              "  → 4",
              "GCF(4, 20):",
              "  20 = 5 × 4 + 0",
              "  Last nonzero remainder → GCF = 4",
              "  → 4"
            ]
          },
          "max_digits": 48
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 1,
        "reference_sha256": "4b227777d4dd1fc61c6f884f48641d02b4d121d3fd328cb08b5531fcacdabf8a",
        "actual_sha256": "4b227777d4dd1fc61c6f884f48641d02b4d121d3fd328cb08b5531fcacdabf8a",
        "suite": "golden"
      },
      {
        "id": "g-zero",
        "reference": {
          "values": [
            5,
            0
          ],
          "value": 5,
          "exact": "5",
          "count": 2,
          "max_digits": 48
        },
        "actual": {
          "values": [
            5,
            0
          ],
          "value": 5,
          "exact": "5",
          "count": 2,
          "formula": "GCF(a,b,c,…) = GCF(GCF(a,b),c,…)",
          "binary_formula": "GCF(a,b)=GCF(b, a mod b)",
          "methods": {
            "factor": {
              "available": true,
              "result": 5,
              "matches": true
            },
            "prime": {
              "available": true,
              "result": 5,
              "matches": true
            },
            "euclidean": {
              "available": true,
              "result": 5,
              "matches": true
            },
            "agree": true,
            "independent_count": 3
          },
          "work": {
            "factors": [
              "--- Factors ---",
              "5: 1, [5]",
              "0: every nonzero integer divides 0",
              "Largest common factor: 5"
            ],
            "primes": [],
            "euclidean": [
              "--- Euclidean algorithm ---",
              "GCF(5, 0) = 5"
            ]
          },
          "max_digits": 48
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 1,
        "reference_sha256": "ef2d127de37b942baad06145e54b0c619a1f22327b2ebbcfbec78f5564afe39d",
        "actual_sha256": "ef2d127de37b942baad06145e54b0c619a1f22327b2ebbcfbec78f5564afe39d",
        "suite": "golden"
      },
      {
        "id": "g-neg",
        "reference": {
          "values": [
            -8,
            12
          ],
          "value": 4,
          "exact": "4",
          "count": 2,
          "max_digits": 48
        },
        "actual": {
          "values": [
            -8,
            12
          ],
          "value": 4,
          "exact": "4",
          "count": 2,
          "formula": "GCF(a,b,c,…) = GCF(GCF(a,b),c,…)",
          "binary_formula": "GCF(a,b)=GCF(b, a mod b)",
          "methods": {
            "factor": {
              "available": true,
              "result": 4,
              "matches": true
            },
            "prime": {
              "available": true,
              "result": 4,
              "matches": true
            },
            "euclidean": {
              "available": true,
              "result": 4,
              "matches": true
            },
            "agree": true,
            "independent_count": 3
          },
          "work": {
            "factors": [
              "--- Factors ---",
              "8: 1, 2, [4], 8",
              "12: 1, 2, 3, [4], 6, 12",
              "Largest common factor: 4"
            ],
            "primes": [
              "--- Prime factorization ---",
              "8 = 2 × 2 × 2",
              "12 = 2 × 2 × 3",
              "Shared primes: 2^2 = 4"
            ],
            "euclidean": [
              "--- Euclidean algorithm ---",
              "12 = 1 × 8 + 4",
              "8 = 2 × 4 + 0",
              "Last nonzero remainder → GCF = 4"
            ]
          },
          "max_digits": 48
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 1,
        "reference_sha256": "4b227777d4dd1fc61c6f884f48641d02b4d121d3fd328cb08b5531fcacdabf8a",
        "actual_sha256": "4b227777d4dd1fc61c6f884f48641d02b4d121d3fd328cb08b5531fcacdabf8a",
        "suite": "golden"
      },
      {
        "id": "g-bigint",
        "reference": {
          "values": [
            "9007199254740993",
            3
          ],
          "value": 3,
          "exact": "3",
          "count": 2,
          "max_digits": 48
        },
        "actual": {
          "values": [
            "9007199254740993",
            3
          ],
          "value": 3,
          "exact": "3",
          "count": 2,
          "formula": "GCF(a,b,c,…) = GCF(GCF(a,b),c,…)",
          "binary_formula": "GCF(a,b)=GCF(b, a mod b)",
          "methods": {
            "factor": {
              "available": false,
              "result": null
            },
            "prime": {
              "available": false,
              "result": null
            },
            "euclidean": {
              "available": true,
              "result": 3,
              "matches": true
            },
            "agree": true,
            "independent_count": 1
          },
          "work": {
            "factors": [],
            "primes": [],
            "euclidean": [
              "--- Euclidean algorithm ---",
              "9007199254740993 = 3002399751580331 × 3 + 0",
              "Last nonzero remainder → GCF = 3"
            ]
          },
          "max_digits": 48
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 1,
        "reference_sha256": "4e07408562bedb8b60ce05c1decfe3ad16b72230967de01f640b7e4729b49fce",
        "actual_sha256": "4e07408562bedb8b60ce05c1decfe3ad16b72230967de01f640b7e4729b49fce",
        "suite": "golden"
      },
      {
        "id": "meta-scale",
        "reference": {
          "exact": "2"
        },
        "actual": {
          "exact": "2"
        },
        "criterion": "actual exact decimal string === independent oracle exact decimal string",
        "match": true,
        "digits": 1,
        "reference_sha256": "d4735e3a265e16eee03f59718b9b5d03019c07d8b6c51f90da3a666eec13ab35",
        "actual_sha256": "d4735e3a265e16eee03f59718b9b5d03019c07d8b6c51f90da3a666eec13ab35",
        "suite": "metamorphic",
        "hops": {
          "base": {
            "reference": {
              "values": [
                8,
                12
              ],
              "value": 4,
              "exact": "4",
              "count": 2,
              "max_digits": 48
            },
            "actual": {
              "values": [
                8,
                12
              ],
              "value": 4,
              "exact": "4",
              "count": 2,
              "formula": "GCF(a,b,c,…) = GCF(GCF(a,b),c,…)",
              "binary_formula": "GCF(a,b)=GCF(b, a mod b)",
              "methods": {
                "factor": {
                  "available": true,
                  "result": 4,
                  "matches": true
                },
                "prime": {
                  "available": true,
                  "result": 4,
                  "matches": true
                },
                "euclidean": {
                  "available": true,
                  "result": 4,
                  "matches": true
                },
                "agree": true,
                "independent_count": 3
              },
              "work": {
                "factors": [
                  "--- Factors ---",
                  "8: 1, 2, [4], 8",
                  "12: 1, 2, 3, [4], 6, 12",
                  "Largest common factor: 4"
                ],
                "primes": [
                  "--- Prime factorization ---",
                  "8 = 2 × 2 × 2",
                  "12 = 2 × 2 × 3",
                  "Shared primes: 2^2 = 4"
                ],
                "euclidean": [
                  "--- Euclidean algorithm ---",
                  "12 = 1 × 8 + 4",
                  "8 = 2 × 4 + 0",
                  "Last nonzero remainder → GCF = 4"
                ]
              },
              "max_digits": 48
            },
            "error_ulp": null
          },
          "follow": {
            "reference": {
              "values": [
                16,
                24
              ],
              "value": 8,
              "exact": "8",
              "count": 2,
              "max_digits": 48
            },
            "actual": {
              "values": [
                16,
                24
              ],
              "value": 8,
              "exact": "8",
              "count": 2,
              "formula": "GCF(a,b,c,…) = GCF(GCF(a,b),c,…)",
              "binary_formula": "GCF(a,b)=GCF(b, a mod b)",
              "methods": {
                "factor": {
                  "available": true,
                  "result": 8,
                  "matches": true
                },
                "prime": {
                  "available": true,
                  "result": 8,
                  "matches": true
                },
                "euclidean": {
                  "available": true,
                  "result": 8,
                  "matches": true
                },
                "agree": true,
                "independent_count": 3
              },
              "work": {
                "factors": [
                  "--- Factors ---",
                  "16: 1, 2, 4, [8], 16",
                  "24: 1, 2, 3, 4, 6, [8], 12, 24",
                  "Largest common factor: 8"
                ],
                "primes": [
                  "--- Prime factorization ---",
                  "16 = 2 × 2 × 2 × 2",
                  "24 = 2 × 2 × 2 × 3",
                  "Shared primes: 2^3 = 8"
                ],
                "euclidean": [
                  "--- Euclidean algorithm ---",
                  "24 = 1 × 16 + 8",
                  "16 = 2 × 8 + 0",
                  "Last nonzero remainder → GCF = 8"
                ]
              },
              "max_digits": 48
            },
            "error_ulp": null
          },
          "relation": {
            "reference": {
              "exact": "2"
            },
            "actual": {
              "exact": "2"
            },
            "error_ulp": null
          }
        }
      }
    ]
  },
  "interfaces": {
    "compared": [
      "ui-ssr",
      "rest",
      "mcp"
    ],
    "result": "PASS",
    "notes": "UI (SSR) · REST · MCP equivalent (MCP uses calc API handler). ui-ssr is query-result HTML, not a live browser session."
  },
  "artifacts": {
    "evidence_bundle_sha256": "4b052e55ccacff109483ba69ee7b1bfa2c8404f459b6206647225973cba8abf2",
    "evidence_digest": "2f7e2bf9bb702cfa4f9b98f0152ecb1bf66ce98e73314f943591a5526bf48453",
    "production_sha256": "31e075dd2788e7c13520557df716a4e118f4844aca3908f8b06acf4a41fad0cc",
    "attested_catalog_sha256": "f89399c8dda78af9b2d784bf34d77b786cf749392d54e5e00bd3707c3fcdd13e",
    "production_checks": [
      {
        "id": "math.gcf:output-const",
        "status": "pass",
        "detail": "output const 1.0.2 vs capability 1.0.2",
        "scope": "last_attestation_snapshot",
        "current": true,
        "attestation_binding_current": true,
        "attested_at": "2026-09-16T06:43:09.808Z"
      },
      {
        "id": "math.gcf:evidence-sha256",
        "status": "pass",
        "detail": "5febc786dc57",
        "scope": "last_attestation_snapshot",
        "current": true,
        "attestation_binding_current": true,
        "attested_at": "2026-09-16T06:43:09.808Z"
      },
      {
        "id": "math.gcf:semantic-contract",
        "status": "pass",
        "detail": "20/20",
        "scope": "last_attestation_snapshot",
        "current": true,
        "attestation_binding_current": true,
        "attested_at": "2026-09-16T06:43:09.808Z"
      },
      {
        "id": "math.gcf:capability-html-public-origin-agree",
        "status": "pass",
        "detail": "public 1.0.2 vs origin 1.0.2",
        "scope": "last_attestation_snapshot",
        "current": true,
        "attestation_binding_current": true,
        "attested_at": "2026-09-16T06:43:09.808Z"
      },
      {
        "id": "math.gcf:cvp-manifest-public-origin-agree",
        "status": "pass",
        "detail": "math.gcf/1.0.2/2026-09-16.sources-no-wolfram/core/2f7e2bf9bb70",
        "scope": "last_attestation_snapshot",
        "current": true,
        "attestation_binding_current": true,
        "attested_at": "2026-09-16T06:43:09.808Z",
        "projection_compared": false
      },
      {
        "id": "math.gcf:cvp-latest-alias-agrees",
        "status": "pass",
        "detail": "math.gcf/1.0.2/2026-09-16.sources-no-wolfram/core/2f7e2bf9bb70",
        "scope": "last_attestation_snapshot",
        "current": true,
        "attestation_binding_current": true,
        "attested_at": "2026-09-16T06:43:09.808Z",
        "projection_compared": false
      },
      {
        "id": "math.gcf:cvp-immutable-manifest-fetch",
        "status": "pass",
        "detail": "public=200 origin=200",
        "scope": "last_attestation_snapshot",
        "current": true,
        "attestation_binding_current": true,
        "attested_at": "2026-09-16T06:43:09.808Z"
      },
      {
        "id": "math.gcf:cvp-immutable-manifest-sha256",
        "status": "pass",
        "detail": "2f7e2bf9bb70",
        "scope": "last_attestation_snapshot",
        "current": true,
        "attestation_binding_current": true,
        "attested_at": "2026-09-16T06:43:09.808Z"
      },
      {
        "id": "math.gcf:cvp-latest-alias-matches-immutable",
        "status": "pass",
        "detail": "math.gcf/1.0.2/2026-09-16.sources-no-wolfram/core/2f7e2bf9bb70",
        "scope": "last_attestation_snapshot",
        "current": true,
        "attestation_binding_current": true,
        "attested_at": "2026-09-16T06:43:09.808Z",
        "projection_compared": false
      },
      {
        "id": "math.gcf:calculator-html-cvp-projection",
        "status": "pass",
        "detail": "matches Trust display",
        "scope": "last_attestation_snapshot",
        "current": true,
        "attestation_binding_current": true,
        "attested_at": "2026-09-16T06:43:09.808Z"
      },
      {
        "id": "math.gcf:evidence-html-cvp-projection",
        "status": "pass",
        "detail": "matches Trust display",
        "scope": "last_attestation_snapshot",
        "current": true,
        "attestation_binding_current": true,
        "attested_at": "2026-09-16T06:43:09.808Z"
      }
    ],
    "digest_registry": {
      "digest_algorithm": "sha256",
      "canonicalization": "json-sorted-keys-utf8",
      "entries": [
        {
          "name": "cvp_core_sha256",
          "field": "artifacts.cvp_core_sha256",
          "digest_scope": "cvp_verification_fingerprint_v2",
          "value": "2f7e2bf9bb702cfa4f9b98f0152ecb1bf66ce98e73314f943591a5526bf48453",
          "note": "Immutable verification core; excludes attestation/live-status and Evidence contract counts"
        },
        {
          "name": "cvp_evidence_digest",
          "field": "artifacts.evidence_digest",
          "digest_scope": "cvp_verification_fingerprint_v2",
          "value": "2f7e2bf9bb702cfa4f9b98f0152ecb1bf66ce98e73314f943591a5526bf48453",
          "note": "Alias of cvp_core_sha256 (historical field name)"
        },
        {
          "name": "artifact_evidence_sha256",
          "field": "release_integrity.digests.evidence_core_sha256",
          "digest_scope": "evidence_artifact_core",
          "value": "5febc786dc57cd9e6f86474dd9b221089fc2fd3aff593cdfa6b7bbc8e705a91e",
          "note": "Published Evidence JSON core — Trust freshness / production bind subject"
        },
        {
          "name": "evidence_catalog_digest",
          "field": "artifacts.attested_catalog_sha256",
          "digest_scope": "capability_catalog",
          "value": "f89399c8dda78af9b2d784bf34d77b786cf749392d54e5e00bd3707c3fcdd13e",
          "note": "Capability catalog integrity; site-wide, not per-suite fingerprint"
        }
      ]
    },
    "cvp_core_sha256": "2f7e2bf9bb702cfa4f9b98f0152ecb1bf66ce98e73314f943591a5526bf48453"
  },
  "dependencies": [
    {
      "name": "gcf-engine",
      "version": "1.0.2"
    },
    {
      "name": "gcf-reference-oracle",
      "version": "1.0.0"
    },
    {
      "name": "math.lcm",
      "version": "1.0.3",
      "role": "cross_calculator_peer",
      "capability_id": "math.lcm",
      "evidence_digest": "243e5df785916922d451ec831a8b81172dbde317d96fcd59206c30563574920a",
      "evidence": "https://www.calculatorx.com/evidence/math.lcm/1.0.3.cvp.json"
    },
    {
      "name": "node",
      "version": "20.19.2"
    }
  ],
  "attestation": {
    "status": "CURRENT",
    "href": "/.well-known/calculatorx-production-attestation.json",
    "id": "9864b02dd59e627629179439ae27934aea8c6fd24193702e66c56019c5e3e050",
    "attested_at": "2026-09-16T06:43:09.808Z",
    "last_confirmed_current_at": "2026-09-16T06:43:50.908Z",
    "site_attestation_current": false,
    "capability_attestation_current": true,
    "bound_snapshot_status": "pass",
    "live_report_status": "stale",
    "bound_attested_at": "2026-09-16T06:43:50.908Z",
    "live_updated_at": "2026-09-16T06:43:51.626Z",
    "bound_snapshot": {
      "status": "pass",
      "attested_at": "2026-09-16T06:43:50.908Z",
      "site_stale_count": 9
    },
    "live_site_status": {
      "href": "/.well-known/calculatorx-production-attestation.json"
    },
    "bound_snapshot_site_stale_count": 9,
    "site_stale_capability_count": 9,
    "evidence_attested_at": "2026-09-16T06:43:09.808Z"
  },
  "domain_review": {
    "status": "ABSENT",
    "spec_version": "1.0.2",
    "external_third_party": false,
    "note": "Named expert review not performed"
  },
  "timestamps": {
    "verified_at": "2026-09-16T06:43:09.808Z",
    "generated_at": "2026-09-16T06:43:09.808Z",
    "rendered_at": "2026-09-16T06:44:02.740Z",
    "notes": "verified_at/generated_at mark the first publication of this cvp_core_sha256 (artifacts.evidence_digest alias) for suite verification. evidence_attested_at/attested_at is the first production bind of that core digest. last_confirmed_current_at is the latest site-wide report that still confirms CURRENT. rendered_at is this JSON serialization and is not part of cvp_core_sha256 / evidence_digest. Production attestation binds cvp_core_sha256 (binds evidence_digest). Causal order: verified_at ≤ evidence_attested_at ≤ last_confirmed_current_at. attestation.bound_snapshot.site_stale_count is the site-wide stale capability count at Manifest bind time — not a live value. Fetch attestation.live_site_status.href for the current site report."
  },
  "links": {
    "legacy_evidence": "https://www.calculatorx.com/evidence/math.gcf/1.0.2.json",
    "evidence_page": "https://www.calculatorx.com/evidence/math.gcf/1.0.2",
    "calculator": "https://www.calculatorx.com/calc/math/gcf",
    "schema": "https://www.calculatorx.com/developers/cvp/schema/cvp-evidence-1.0.json",
    "protocol": "https://www.calculatorx.com/developers/cvp/spec/1.0",
    "manifest": "https://www.calculatorx.com/evidence/math.gcf/1.0.2.cvp.json",
    "manifest_immutable": "https://www.calculatorx.com/evidence/math.gcf/1.0.2/2026-09-16.sources-no-wolfram.cvp.json",
    "manifest_core": "https://www.calculatorx.com/evidence/math.gcf/1.0.2/2026-09-16.sources-no-wolfram.2f7e2bf9bb70.cvp.json"
  }
}
