{
  "schema_version": 1,
  "record_type": "worked-example-with-synthetic-release-fields",
  "evidence_note": "Repository, source, check, target and deployment fields are fictional or unchecked. The artifact SHA-256 is the observed digest of public/guides/tool-contract-fixture.mjs at review time. This is not a Pocket Grove release record.",
  "repository": "example/widget",
  "source": {
    "checkout_path": "/workspace/widget",
    "worker_base_commit": "1111111111111111111111111111111111111111",
    "candidate_commit": "2222222222222222222222222222222222222222",
    "checked_commit": "2222222222222222222222222222222222222222",
    "working_tree_clean": true,
    "input_snapshot_digest": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
  },
  "target": {
    "branch": "main",
    "resolved_commit": "2222222222222222222222222222222222222222",
    "environment": "staging"
  },
  "environment": {
    "toolchain": "Node.js 22.x; package manager lockfile present",
    "dependency_manifest_digest": "sha256:bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
    "build_configuration": "staging"
  },
  "required_checks": ["unit", "build"],
  "checks": [
    {
      "name": "unit",
      "checked_commit": "2222222222222222222222222222222222222222",
      "command": "npm test",
      "workflow_revision": "2222222222222222222222222222222222222222",
      "run_url": "https://ci.example.invalid/runs/4101",
      "attempt": 1,
      "conclusion": "success",
      "evidence_location": "artifacts/unit-report.json"
    },
    {
      "name": "build",
      "checked_commit": "2222222222222222222222222222222222222222",
      "command": "npm run build -- --mode staging",
      "workflow_revision": "2222222222222222222222222222222222222222",
      "run_url": "https://ci.example.invalid/runs/4102",
      "attempt": 1,
      "conclusion": "success",
      "evidence_location": "artifacts/widget-staging.tar.gz"
    }
  ],
  "artifact": {
    "build_run_url": null,
    "immutable_id": "public/guides/tool-contract-fixture.mjs@review-snapshot",
    "sha256": "sha256:ecd3f0f2122ef3305ee212ab72d3c84675f38536e66cd920a62d419982992787"
  },
  "delivery": {
    "deployment_id": null,
    "observed_artifact_id": null,
    "consumer_check": "Not deployed; consumer read-back was not performed.",
    "conclusion": "not_checked"
  }
}
