{
  "release_name": "h33-submission",
  "release_version": "v0.1.0",
  "release_date": "2026-06-04",
  "release_kind": "regulatory_submission_v0.1",
  "layer_3_vertical_number": 2,
  "first_vertical_was": "Trustless Decision Attestation v0.1 (h33.ai/attestation/v0.1.0/)",

  "money_quote": "Submission ≠ Adjudication.",
  "closing_sentence": "Submission + Bundle + Attestation + Verifier all agree. No H33 contact required.",

  "constitutional_layer": {
    "q0_who_bears_risk": "Never H33. The firm signs the transmittal. H33 owes only verifier correctness + attestation accuracy (committed in the underlying TDA release).",
    "q0_5_who_owns_judgment": "Always the regulator. This release ships infrastructure for the submission act; the regulator forms the regulatory judgment."
  },

  "substrate_reuse_test": {
    "reuses_unchanged": ["bundle_v1", "tda_v1_attestation", "h33-independent-canonical-replay_v0.1"],
    "new_primitives_introduced": ["scope_manifest_v1", "regulatory_submission_event_kind", "h33-issue-submission", "h33-verify-submission"],
    "constitutional_layer_change": "none",
    "passes_substrate_reuse_test": true
  },

  "platforms": {
    "aarch64-apple-darwin": {
      "h33_issue_submission_binary": "h33-issue-submission-v0.1.0-aarch64-apple-darwin",
      "h33_issue_submission_sha3_256": "d888e22bf26c61d5e9ca9a67c64f28cf070d76de3193a494f089cee8bd3819e3",
      "h33_verify_submission_binary": "h33-verify-submission-v0.1.0-aarch64-apple-darwin",
      "h33_verify_submission_sha3_256": "ac2f70c3d0af24d7c36e3da88d5bc3876a4bee3044e57c232d8f0f593d30bff9"
    },
    "linux_x86_64": "DEFERRED to v0.2 — multi-platform binaries are part of the locked Release Hardening v0.2 workstream",
    "linux_aarch64": "DEFERRED to v0.2",
    "darwin_x86_64": "DEFERRED to v0.2"
  },

  "schemas": {
    "scope_manifest_v1": {
      "path": "scope-manifest-v1.schema.json",
      "sha3_256": "717b6b54425546bfa23ae2157926f55384cef023b77cbf323c81140236e0fefe",
      "description": "JSON Schema for scope_manifest_v1 — the signed binding document inside every regulatory_submission event."
    }
  },

  "samples": {
    "sample_submission": {
      "path": "sample-submission-claim-84711.regulatory_submission.json",
      "sha3_256": "8364c97f9e091b19cdd2d4d2b83e8e1283ea1c3209587d610e501a4cca61be88",
      "tenant_id": "tenant_insurance_claim_44962d9b-25f5-5622-bd9a-98d5580bb8a2",
      "submitter_responsible_officer": {
        "officer_name": "Jane Doe",
        "officer_office": "Chief Risk Officer"
      },
      "regulator_identifier": "US Consumer Financial Protection Bureau",
      "inquiry_reference": "CFPB-2026-INQ-00471 — replayable decision substrate inquiry",
      "in_scope_decision_ids": [
        "decision_loan_84711_approval",
        "decision_loan_84711_recommendation"
      ],
      "bundle_pinned": "https://h33.ai/workspace/portability/bundles/tenant_insurance_claim_44962d9b-25f5-5622-bd9a-98d5580bb8a2_enterprise_bundle.tar.gz",
      "attestation_pinned": "https://h33.ai/attestation/v0.1.0/sample-attestation-claim-84711.tda_v1.json",
      "verifier_pinned": "https://h33.ai/verifier/v0.1.0/"
    },
    "sample_verify_output": {
      "path": "sample-verify-output.txt",
      "sha3_256": "c40160553c556f612982f2f13078c090914f0d81a8f8737e9bdc57a115de7574",
      "verdict": "PASS",
      "checks_passed": 6,
      "delegated_tda_loop": "PASS"
    }
  },

  "six_regulator_side_checks": [
    "Scope manifest PQ signatures verify (ML-DSA-65 + FALCON-512 + SLH-DSA-128f) + officer_pq_key_fingerprint internal consistency",
    "Artifact hash anchors — supplied bundle / attestation / verifier hashes match the values pinned in the scope manifest + bundle size check",
    "TDA loop verification — delegate to h33-verify-attestation; Bundle + Attestation + Verifier all agree",
    "Cross-check: every in-scope decision_id is also pinned as eligible in the attestation",
    "in_scope_ids structurally present in bundle (every claimed decision/authority/policy/model/finding/consequence ID exists in the appropriate bundle category file)",
    "scope_window consistent with bundle timeline (every in-scope decision's target_t falls within the scope window)"
  ],

  "capabilities": {
    "deterministic_canonical_payload": "byte-identical across runs with identical inputs + identical --signing-key-dir (excluding pq_signatures and transmittal_timestamp_ns)",
    "no_h33_contact_required_at_verification": true,
    "no_third_party_vendor_required_at_verification": true,
    "no_submitter_contact_required_at_verification": true,
    "regulator_sovereignty_preserved": "structural — every regulator-side check produces a binary verdict; no recommendation, no interpretation, no compliance score",
    "five_consumption_patterns_supported": ["regulator (PRIMARY)", "sister-regulator (cross-jurisdiction)", "auditor (substrate-only)", "acquirer (substrate-only)", "governance-team (substrate-only)"]
  },

  "deferred_to_v0_2_or_later": {
    "multi_platform_binaries": "darwin-arm64 only in v0.1; Linux x86_64/aarch64 + Darwin x86_64 in v0.2",
    "production_firm_key_ceremony": "v0.1 ships dev firm keys; production key ceremony in v0.2",
    "pq_signed_release_artifacts": "v0.1 binaries are hash-anchored only; PQ-signed releases in v0.2",
    "reproducible_cross_machine_builds": "v0.1 determinism holds within a single machine; cross-machine determinism in v0.2",
    "revocation_registry": "v0.1 submissions cannot be revoked once transmitted; revocation in v0.2",
    "multi_regulator_harmonization_conventions": "future memo if authorized",
    "supplemental_correction_workflow_detail": "schema fields exist (supersedes, supplements); workflow semantics await v0.2+",
    "regulator_facing_ux": "v0.1 ships CLI verifier; regulator-side dashboard in v0.2 candidate",
    "workspace_ui_surface_for_submission_event": "Evidence OS v1.x candidate — schema exists, UI surface deferred",
    "hosted_firm_side_submission_api": "schema published; firms implement if they want; v1 ships schema, not service"
  },

  "documentation": {
    "q0_q5_lock_memo": "project_h33_regulatory_submission_q1_q5_design_lock_2026_06_04.md",
    "v1_product_design_memo": "project_h33_regulatory_submission_v1_product_design_memo_2026_06_04.md",
    "anti_drift_reference": "Submission infrastructure NOT RegTech consulting · NOT automated regulatory decision-making · regulator sovereignty is structural, not posture"
  },

  "dependencies": {
    "verifier_v0_1": "https://h33.ai/verifier/v0.1.0/",
    "tda_v0_1": "https://h33.ai/attestation/v0.1.0/",
    "portability_v1": "https://h33.ai/workspace/portability/"
  }
}
