{
  "schema_version": 1,
  "evaluation_id": "opencut-next-run-001",
  "content_id": "20260727-six-platform-native-engine",
  "language": "zh-CN",
  "tool": "opencut",
  "record_kind": "evaluation-run",
  "candidates": [
    {
      "id": "rewrite",
      "repository": "https://github.com/OpenCut-app/OpenCut",
      "commit": "4d8c49ed0706c4dc145361e01c6b1f1a87cbb863",
      "license": "MIT",
      "lifecycle": "reference_or_isolated_evaluation"
    },
    {
      "id": "classic",
      "repository": "https://github.com/OpenCut-app/opencut-classic",
      "commit": "cf5e79e919144200294fb9fed22a222592a0aeea",
      "license": "MIT",
      "lifecycle": "archived_isolated_evaluation_only"
    }
  ],
  "evidence_receipts": [
    {
      "role": "sources-lock",
      "path": "third_party/sources.lock.json",
      "sha256": "9400ff46706740549fd5a32d44fd02908d2f35e2891baf84993fa808ad390755"
    },
    {
      "role": "environment-lock",
      "path": "environment.lock.json",
      "sha256": "ef7242c0ed139abe48bb2bcd80811f1a4e3dd5c50521b273b879d3e620f451f8"
    },
    {
      "role": "input-technical-receipt",
      "path": "course/labs/card-preview-001/receipts/technical-receipt.json",
      "sha256": "e55d2eab89727e55b4d24af3c98992d3f3e747651daa3c1ce3ce57138c06e653"
    }
  ],
  "environment": {
    "operating_system": "macOS",
    "bun_version": "1.3.14",
    "classic_required_bun": "1.2.18",
    "package_count": 1937,
    "computer_state": "locked",
    "computer_use": "not-run"
  },
  "input_asset": {
    "path": "course/labs/card-preview-001/generated/project-to-private-course-vertical.mp4",
    "availability": "local-present",
    "technical_receipt": {
      "path": "course/labs/card-preview-001/receipts/technical-receipt.json",
      "sha256": "e55d2eab89727e55b4d24af3c98992d3f3e747651daa3c1ce3ce57138c06e653"
    },
    "media_sha256": "fbc2bcf68af150fee845052ed2f23e9252649987364cec0faa17cf0309cdf40a",
    "rights": "owned",
    "private_data": false,
    "duration_seconds": 32,
    "allowed_edit": "split-right-16-seconds-keep-left",
    "output_path": "course/labs/opencut-001/generated/project-to-private-course-left-16s.mp4"
  },
  "attempts": [
    {
      "id": "rewrite-capability-inspection",
      "candidate_id": "rewrite",
      "command": "verify tracked sources lock and inspect fixed source capability",
      "result": "reported-empty-shell",
      "exit_code": null,
      "started_at": null,
      "ended_at": null,
      "summary_log_path": "examples/opencut-evaluations/20260727-opencut-local-route.json",
      "raw_log_path": null,
      "raw_log_sha256": null,
      "receipt_level": "summary-only"
    },
    {
      "id": "classic-install",
      "candidate_id": "classic",
      "command": "bun install --frozen-lockfile --ignore-scripts",
      "result": "reported-pass",
      "exit_code": null,
      "started_at": null,
      "ended_at": null,
      "summary_log_path": "examples/opencut-evaluations/20260727-opencut-local-route.json",
      "raw_log_path": null,
      "raw_log_sha256": null,
      "receipt_level": "summary-only"
    },
    {
      "id": "classic-build-web",
      "candidate_id": "classic",
      "command": "bun run build:web",
      "result": "reported-fail",
      "exit_code": null,
      "started_at": null,
      "ended_at": null,
      "summary_log_path": "examples/opencut-evaluations/20260727-opencut-local-route.json",
      "raw_log_path": null,
      "raw_log_sha256": null,
      "receipt_level": "summary-only"
    },
    {
      "id": "classic-dev-web",
      "candidate_id": "classic",
      "command": "bun run dev:web",
      "result": "reported-ready",
      "exit_code": null,
      "started_at": null,
      "ended_at": null,
      "summary_log_path": "examples/opencut-evaluations/20260727-opencut-local-route.json",
      "raw_log_path": null,
      "raw_log_sha256": null,
      "receipt_level": "summary-only"
    },
    {
      "id": "computer-use-ui",
      "candidate_id": "classic",
      "command": "Computer Use",
      "result": "not-run",
      "exit_code": null,
      "started_at": null,
      "ended_at": null,
      "summary_log_path": "examples/opencut-evaluations/20260727-opencut-local-route.json",
      "raw_log_path": null,
      "raw_log_sha256": null,
      "receipt_level": "summary-only"
    }
  ],
  "capability_gates": [
    {
      "id": "source-license",
      "status": "pass",
      "candidate_results": {
        "rewrite": "pass",
        "classic": "pass"
      },
      "evidence_attempts": ["rewrite-capability-inspection"]
    },
    {
      "id": "code-capability",
      "status": "pass-limited",
      "candidate_results": {
        "rewrite": "unsupported",
        "classic": "pass-limited"
      },
      "evidence_attempts": ["rewrite-capability-inspection"]
    },
    {
      "id": "dependency-install",
      "status": "evidence-missing",
      "candidate_results": {
        "rewrite": "not-run",
        "classic": "evidence-missing"
      },
      "evidence_attempts": ["classic-install"]
    },
    {
      "id": "production-build",
      "status": "evidence-missing",
      "candidate_results": {
        "rewrite": "not-run",
        "classic": "evidence-missing"
      },
      "evidence_attempts": ["classic-build-web"]
    },
    {
      "id": "dev-server",
      "status": "evidence-missing",
      "candidate_results": {
        "rewrite": "not-run",
        "classic": "evidence-missing"
      },
      "evidence_attempts": ["classic-dev-web"]
    },
    {
      "id": "ui-media-import",
      "status": "not-run",
      "candidate_results": {
        "rewrite": "unsupported",
        "classic": "not-run"
      },
      "evidence_attempts": ["computer-use-ui"]
    },
    {
      "id": "timeline-export",
      "status": "not-run",
      "candidate_results": {
        "rewrite": "unsupported",
        "classic": "not-run"
      },
      "evidence_attempts": ["computer-use-ui"]
    }
  ],
  "approval_steps": [
    {
      "id": "read-only-ui-network",
      "approved": false
    },
    {
      "id": "import-owned-media",
      "approved": false
    },
    {
      "id": "local-edit-and-reload",
      "approved": false
    },
    {
      "id": "export-new-file",
      "approved": false
    }
  ],
  "status": "evaluation-run-blocked-before-ui",
  "decision": "defer",
  "human_review": "pending",
  "action_taxonomy": {
    "platform_account_actions": "none",
    "network_actions_observed": [],
    "network_actions_possible_not_observed": ["opencut-ui-third-party-resources"],
    "local_mutations": [],
    "media_actions": {
      "status": "none",
      "imports": 0,
      "edits": 0,
      "exports": 0
    }
  }
}
