{ "a_grade_promotion": { "accepted_live_matches": 0, "blocker_codes": [ "missing_live_legacy_trace_corpus", "runtime_assets_not_execution_evidence", "no_local_mainframe_or_aws_runtime_path_detected", "static_oracle_is_not_a_grade" ], "current_A": 0, "current_gap_count": 0, "current_grade_counts": { "A": 0, "B": 50, "C": 0, "F": 0 }, "decision_action": "do_not_promote", "generated_utc": "2026-05-23T15:01:52+00:00", "missing_live_matches": 50, "path": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\modern_carddemo\\final_proof\\A_GRADE_PROMOTION_REPORT.json", "promotable_to_A": false, "readme_path": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\modern_carddemo\\final_proof\\A_GRADE_PROMOTION_README.md", "report_hash": "4f962c34517806cf2dee00f3fdd0b7c4f51e9ec3f5935eedfabd04104e3ad3af", "report_version": "carddemo_a_grade_promotion_gate_v0", "required_live_matches": 50, "target_A": 50, "trace_contract": { "accepted_trace_kinds": [ "live_cobol_cics_runtime", "live_mainframe_runtime" ], "field_rules": { "capability_id": "must match one ID in reports/capability_ledger.json", "hash_fields": "64-character SHA-256 hex digests", "matched": true, "source_head": "59cc6c2fd7ebd7ef7925cad552a01a4b8b6e4d5e" }, "required_fields": [ "capability_id", "trace_kind", "source_head", "legacy_runtime_environment", "modern_observation_hash", "comparator_version", "matched", "raw_legacy_trace_hash or legacy_runtime_trace_hash" ] } }, "bundle_path": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\modern_carddemo\\final_proof", "clean_repro_verification": { "api_smoke": { "batch_resource_setup_tranidx": { "alternate_index": { "cylinders": [ 5, 1 ], "data": "AWS.M2.CARDDEMO.TRANSACT.VSAM.AIX.DATA", "index": "AWS.M2.CARDDEMO.TRANSACT.VSAM.AIX.INDEX", "keys": { "length": 26, "offset": 304 }, "name": "AWS.M2.CARDDEMO.TRANSACT.VSAM.AIX", "nonunique": true, "record_size": [ 350, 350 ], "relate": "AWS.M2.CARDDEMO.TRANSACT.VSAM.KSDS", "upgrade": true, "volume": "AWSHJ1" }, "bldindex": { "indataset": "AWS.M2.CARDDEMO.TRANSACT.VSAM.KSDS", "outdataset": "AWS.M2.CARDDEMO.TRANSACT.VSAM.AIX", "source_record_count": 300 }, "function": "Define AIX for transaction file", "legacy_job": "TRANIDX", "legacy_program": "IDCAMS", "path": { "name": "AWS.M2.CARDDEMO.TRANSACT.VSAM.AIX.PATH", "pathentry": "AWS.M2.CARDDEMO.TRANSACT.VSAM.AIX" }, "source_oracle": "TRANIDX.jcl DEFINE ALTERNATEINDEX, DEFINE PATH, and BLDINDEX statements", "steps": [ { "control": "DEFINE ALTERNATEINDEX", "program": "IDCAMS", "step": "STEP20" }, { "control": "DEFINE PATH", "program": "IDCAMS", "step": "STEP25" }, { "control": "BLDINDEX", "program": "IDCAMS", "step": "STEP30" } ] }, "health": { "source_root": "..\\source", "status": "ok" }, "mq_system_date": { "error_queue": "CARD.DEMO.ERROR.QUEUE", "input_queue": "CARD.DEMO.REQUEST.DATE", "legacy_pattern": "MQ request/reply", "legacy_program": "CODATE01", "legacy_transaction": "CDRD", "message_format": { "correlation": "reply reuses MQMD message id and correl id", "mq_format": "MQFMT_STRING", "reply_length": 1000, "request_copy": "REQUEST-MSG-COPY" }, "reply_message": "SYSTEM DATE : 05-23-2026SYSTEM TIME : 11:12:13", "reply_queue": "CARD.DEMO.REPLY.DATE", "request_message": "DATE ", "source_oracle": "CODATE01 4000-PROCESS-REQUEST-REPLY uses CICS ASKTIME/FORMATTIME MMDDYYYY DATESEP('-') TIMESEP and does not validate WS-FUNC", "system_date": "05-23-2026", "system_time": "11:12:13" }, "summary": { "claim_limit": "capability ledger and static-oracle traces only; no all-path COBOL runtime proof yet", "counts": { "accounts": 50, "authorization_frauds": 0, "card_xrefs": 50, "cards": 50, "customers": 50, "disclosure_groups": 51, "pending_authorization_details": 202, "pending_authorization_summaries": 21, "transaction_categories": 18, "transaction_category_balances": 50, "transaction_types": 7, "transactions": 300, "users": 10 }, "portfolio": { "credit_limit": "233711.00", "current_balance": "12269.00" } } }, "api_smoke_passed": true, "commands": [ { "command": "C:\\Users\\Cjc00\\AppData\\Local\\Programs\\Python\\Python311\\python.exe -m carddemo.cli init-db --source-root ..\\source --db-path .\\carddemo.sqlite", "cwd": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\clean_repro_20260523T150205Z\\modern_carddemo", "duration_seconds": 0.781, "name": "setup", "passed": true, "returncode": 0, "stderr_tail": "", "stdout_tail": "{'customers': 50, 'accounts': 50, 'cards': 50, 'card_xrefs': 50, 'transactions': 300, 'transaction_types': 7, 'transaction_categories': 18, 'disclosure_groups': 51, 'transaction_category_balances': 50, 'users': 10, 'pending_authorization_summaries': 21, 'pending_authorization_details': 202}\n" }, { "command": "C:\\Users\\Cjc00\\AppData\\Local\\Programs\\Python\\Python311\\python.exe -m unittest discover -s tests", "cwd": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\clean_repro_20260523T150205Z\\modern_carddemo", "duration_seconds": 21.297, "name": "test", "passed": true, "returncode": 0, "stderr_tail": "..................................................\n----------------------------------------------------------------------\nRan 50 tests in 20.718s\n\nOK\n", "stdout_tail": "" }, { "command": "C:\\Users\\Cjc00\\AppData\\Local\\Programs\\Python\\Python311\\python.exe tools\\generate_receipts.py --source-root ..\\source --db-path .\\carddemo.sqlite --out-dir .\\reports", "cwd": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\clean_repro_20260523T150205Z\\modern_carddemo", "duration_seconds": 0.797, "name": "receipt", "passed": true, "returncode": 0, "stderr_tail": "", "stdout_tail": "{\n \"receipt\": \"reports\\\\modernization_receipt.json\",\n \"parity\": \"reports\\\\parity_gap_report.json\",\n \"passed\": true\n}\n" }, { "command": "C:\\Users\\Cjc00\\AppData\\Local\\Programs\\Python\\Python311\\python.exe tools\\replay_static_oracles.py --source-root ..\\source --out-dir .\\reports --source-head 59cc6c2fd7ebd7ef7925cad552a01a4b8b6e4d5e", "cwd": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\clean_repro_20260523T150205Z\\modern_carddemo", "duration_seconds": 0.516, "name": "static_oracle_replay", "passed": true, "returncode": 0, "stderr_tail": "", "stdout_tail": "{\n \"replay\": \"reports\\\\static_oracle_replay.json\",\n \"passed\": true,\n \"replay_hash\": \"da60110c66ee3b44432933de91afec1ba09dcbc9551f4495933f9eba3779f56e\",\n \"failed_checks\": [],\n \"claim_limit\": \"Executable modern replay over static/source-oracle traces only; no live COBOL/CICS runtime replay has been performed.\"\n}\n" }, { "command": "C:\\Users\\Cjc00\\AppData\\Local\\Programs\\Python\\Python311\\python.exe tools\\evaluate_a_grade_promotion.py --source-root ..\\source --out-dir .\\final_proof", "cwd": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\clean_repro_20260523T150205Z\\modern_carddemo", "duration_seconds": 0.234, "name": "a_grade_promotion", "passed": true, "returncode": 0, "stderr_tail": "", "stdout_tail": "{\n \"accepted_live_matches\": 0,\n \"current_grade_counts\": {\n \"A\": 0,\n \"B\": 50,\n \"C\": 0,\n \"F\": 0\n },\n \"missing_live_matches\": 50,\n \"out_dir\": \"D:\\\\scraper_storage\\\\modernization_labs\\\\aws-carddemo-modernization-20260523T073000Z\\\\clean_repro_20260523T150205Z\\\\modern_carddemo\\\\final_proof\",\n \"promotable_to_A\": false,\n \"report_hash\": \"88b3cc4916145340ed2dec0135ba25ee1b9ddd4029c7e1e4aedb586643286544\",\n \"required_live_matches\": 50\n}\n" }, { "command": "C:\\Users\\Cjc00\\AppData\\Local\\Programs\\Python\\Python311\\python.exe tools\\build_no_cost_confidence.py --source-root ..\\source --out-dir .\\final_proof", "cwd": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\clean_repro_20260523T150205Z\\modern_carddemo", "duration_seconds": 0.578, "name": "no_cost_confidence", "passed": true, "returncode": 0, "stderr_tail": "", "stdout_tail": "{\n \"out_dir\": \"D:\\\\scraper_storage\\\\modernization_labs\\\\aws-carddemo-modernization-20260523T073000Z\\\\clean_repro_20260523T150205Z\\\\modern_carddemo\\\\final_proof\",\n \"ready_for_pre_runtime_review\": true,\n \"report_hash\": \"20fd4a66a6fa52e75037c4ca5a6c389f613eefa9fdcc4087c036c6b355145c1a\",\n \"reviewer_posture\": \"strong_pre_runtime_confidence\",\n \"status_counts\": {\n \"pass\": 6,\n \"warn\": 1\n }\n}\n" }, { "command": "C:\\Users\\Cjc00\\AppData\\Local\\Programs\\Python\\Python311\\python.exe tools\\package_final_proof.py --source-root ..\\source", "cwd": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\clean_repro_20260523T150205Z\\modern_carddemo", "duration_seconds": 0.313, "name": "package_final_proof", "passed": true, "returncode": 0, "stderr_tail": "", "stdout_tail": "\"report_hash\": \"88b3cc4916145340ed2dec0135ba25ee1b9ddd4029c7e1e4aedb586643286544\",\n \"report_version\": \"carddemo_a_grade_promotion_gate_v0\",\n \"required_live_matches\": 50,\n \"target_A\": 50,\n \"trace_contract\": {\n \"accepted_trace_kinds\": [\n \"live_cobol_cics_runtime\",\n \"live_mainframe_runtime\"\n ],\n \"field_rules\": {\n \"capability_id\": \"must match one ID in reports/capability_ledger.json\",\n \"hash_fields\": \"64-character SHA-256 hex digests\",\n \"matched\": true,\n \"source_head\": \"59cc6c2fd7ebd7ef7925cad552a01a4b8b6e4d5e\"\n },\n \"required_fields\": [\n \"capability_id\",\n \"trace_kind\",\n \"source_head\",\n \"legacy_runtime_environment\",\n \"modern_observation_hash\",\n \"comparator_version\",\n \"matched\",\n \"raw_legacy_trace_hash or legacy_runtime_trace_hash\"\n ]\n }\n },\n \"clean_repro_verification_present\": false,\n \"files\": [\n \"FINAL_PROOF_README.md\",\n \"FINAL_RECEIPT_SUMMARY.json\",\n \"REPRO_COMMANDS.txt\",\n \"STATIC_ORACLE_REPLAY_REPORT.json\",\n \"KNOWN_LIMITS.md\",\n \"ARTIFACT_MANIFEST.json\"\n ],\n \"no_cost_confidence\": {\n \"a_missing_live_matches\": 50,\n \"a_promotable\": false,\n \"capability_count\": 50,\n \"edge_case_count\": 40,\n \"generated_utc\": \"2026-05-23T15:02:32+00:00\",\n \"golden_trace_count\": 34,\n \"legacy_runtime_claim_made\": false,\n \"paid_runtime_used\": false,\n \"path\": \"D:\\\\scraper_storage\\\\modernization_labs\\\\aws-carddemo-modernization-20260523T073000Z\\\\clean_repro_20260523T150205Z\\\\modern_carddemo\\\\final_proof\\\\NO_COST_CONFIDENCE_REPORT.json\",\n \"readme_path\": \"D:\\\\scraper_storage\\\\modernization_labs\\\\aws-carddemo-modernization-20260523T073000Z\\\\clean_repro_20260523T150205Z\\\\modern_carddemo\\\\final_proof\\\\NO_COST_CONFIDENCE_README.md\",\n \"ready_for_pre_runtime_review\": true,\n \"remaining_gap\": \"live legacy COBOL/CICS/VSAM/JCL runtime validation on a real or licensed-compatible runtime\",\n \"report_hash\": \"20fd4a66a6fa52e75037c4ca5a6c389f613eefa9fdcc4087c036c6b355145c1a\",\n \"report_version\": \"carddemo_no_cost_confidence_v0\",\n \"reviewer_posture\": \"strong_pre_runtime_confidence\",\n \"source_ref_total\": 101,\n \"static_oracle_ready_count\": 50,\n \"static_replay_passed\": true\n },\n \"out_dir\": \"D:\\\\scraper_storage\\\\modernization_labs\\\\aws-carddemo-modernization-20260523T073000Z\\\\clean_repro_20260523T150205Z\\\\modern_carddemo\\\\final_proof\",\n \"parity\": {\n \"B\": 50,\n \"F\": 0,\n \"capability_count\": 50,\n \"gap_count\": 0,\n \"grade_counts\": {\n \"A\": 0,\n \"B\": 50,\n \"C\": 0,\n \"F\": 0\n },\n \"next_gap_ranking_count\": 0,\n \"one_for_one_parity_ready\": true,\n \"parity_hash\": \"677ea1276946f3b2acd1791ad704445c5ecd1d208b8246c4de40b02c773916c4\",\n \"parity_report_passed\": true,\n \"proof_grade_meanings\": {\n \"A\": \"actual legacy runtime trace match\",\n \"B\": \"static legacy data/copybook oracle match\",\n \"C\": \"implemented or inferred without strict parity proof\",\n \"F\": \"discovered capability gap\"\n },\n \"rubric\": \"current static/source-oracle rubric\",\n \"static_oracle_or_better_count\": 50,\n \"strict_runtime_parity_count\": 0\n },\n \"static_oracle_replay\": {\n \"claim_limit\": \"Executable modern replay over static/source-oracle traces only; no live COBOL/CICS runtime replay has been performed.\",\n \"evidence_hash\": \"b800ca64245b6229211cc4ace2b7c375f59d6d84afd08d04491c67b2ac50d847\",\n \"failed_checks\": [],\n \"passed\": true,\n \"path\": \"D:\\\\scraper_storage\\\\modernization_labs\\\\aws-carddemo-modernization-20260523T073000Z\\\\clean_repro_20260523T150205Z\\\\modern_carddemo\\\\final_proof\\\\STATIC_ORACLE_REPLAY_REPORT.json\",\n \"replay_hash\": \"da60110c66ee3b44432933de91afec1ba09dcbc9551f4495933f9eba3779f56e\",\n \"runtime_probe_count\": 6,\n \"source_report_path\": \"D:\\\\scraper_storage\\\\modernization_labs\\\\aws-carddemo-modernization-20260523T073000Z\\\\clean_repro_20260523T150205Z\\\\modern_carddemo\\\\reports\\\\static_oracle_replay.json\"\n }\n}\n" } ], "copied_workspace": { "modern_copy": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\clean_repro_20260523T150205Z\\modern_carddemo", "scratch_root": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\clean_repro_20260523T150205Z", "source_copy": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\clean_repro_20260523T150205Z\\source" }, "generated_utc": "2026-05-23T15:02:33+00:00", "passed": true, "server_port": 8091, "server_smoke": { "checks": { "health_ok": true, "mq_date_reply": true, "summary_customers_50": true, "tranidx_key_contract": true }, "passed": true, "server_command": "C:\\Users\\Cjc00\\AppData\\Local\\Programs\\Python\\Python311\\python.exe -m carddemo.cli serve --source-root ..\\source --db-path .\\carddemo.sqlite --port 8091", "stderr_log": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\clean_repro_20260523T150205Z\\modern_carddemo\\server_smoke.err.log", "stdout_log": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\clean_repro_20260523T150205Z\\modern_carddemo\\server_smoke.out.log" }, "source_head": "59cc6c2fd7ebd7ef7925cad552a01a4b8b6e4d5e", "verification_version": "carddemo_clean_repro_verification_v0" }, "commands": { "a_grade_promotion": "python tools\\evaluate_a_grade_promotion.py --source-root ..\\source --out-dir .\\final_proof", "all_local_proof_no_server": "powershell -NoProfile -Command \"python -m carddemo.cli init-db --source-root ..\\source --db-path .\\carddemo.sqlite; python -m unittest discover -s tests; python tools\\generate_receipts.py --source-root ..\\source --db-path .\\carddemo.sqlite --out-dir .\\reports; python tools\\replay_static_oracles.py --source-root ..\\source --out-dir .\\reports --source-head 59cc6c2fd7ebd7ef7925cad552a01a4b8b6e4d5e; python tools\\evaluate_a_grade_promotion.py --source-root ..\\source --out-dir .\\final_proof; python tools\\build_no_cost_confidence.py --source-root ..\\source --out-dir .\\final_proof; python tools\\package_final_proof.py --source-root ..\\source\"", "no_cost_confidence": "python tools\\build_no_cost_confidence.py --source-root ..\\source --out-dir .\\final_proof", "package_final_proof": "python tools\\package_final_proof.py --source-root ..\\source", "receipt": "python tools\\generate_receipts.py --source-root ..\\source --db-path .\\carddemo.sqlite --out-dir .\\reports", "run": "python -m carddemo.cli serve --source-root ..\\source --db-path .\\carddemo.sqlite --port 8087", "setup": "python -m carddemo.cli init-db --source-root ..\\source --db-path .\\carddemo.sqlite", "static_oracle_replay": "python tools\\replay_static_oracles.py --source-root ..\\source --out-dir .\\reports --source-head 59cc6c2fd7ebd7ef7925cad552a01a4b8b6e4d5e", "test": "python -m unittest discover -s tests" }, "generated_utc": "2026-05-23T15:02:34+00:00", "known_limits": [ "This proof is static/source-oracle parity plus executable modern-service replay. It is not live COBOL/CICS all-path runtime equivalence.", "A-grade live legacy runtime trace matching remains 0 under the current proof-grade rubric.", "A-grade promotion is gated by A_GRADE_PROMOTION_REPORT.json and requires accepted live legacy runtime traces.", "NO_COST_CONFIDENCE_REPORT.json records maximum unpaid/pre-runtime evidence and the remaining paid/runtime validation boundary.", "The static replay exercises selected trace expectations; it is not exhaustive path coverage.", "The modern app is a local Python/SQLite target and not a production deployment package." ], "modern_code": { "local_path": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\modern_carddemo", "modern_hash_count": 29, "modern_hashes_digest": "599294a7df7226c4d2a4b820de4bf567abbd1bdd1e41a1b6fd123457cb3abf40" }, "no_cost_confidence": { "a_missing_live_matches": 50, "a_promotable": false, "capability_count": 50, "edge_case_count": 40, "generated_utc": "2026-05-23T15:02:34+00:00", "golden_trace_count": 34, "legacy_runtime_claim_made": false, "paid_runtime_used": false, "path": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\modern_carddemo\\final_proof\\NO_COST_CONFIDENCE_REPORT.json", "readme_path": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\modern_carddemo\\final_proof\\NO_COST_CONFIDENCE_README.md", "ready_for_pre_runtime_review": true, "remaining_gap": "live legacy COBOL/CICS/VSAM/JCL runtime validation on a real or licensed-compatible runtime", "report_hash": "c72a4b6b30b7bbee9096b3d79e2893fb0263d5aee1f4aebaec37401810208441", "report_version": "carddemo_no_cost_confidence_v0", "reviewer_posture": "strong_pre_runtime_confidence", "source_ref_total": 101, "static_oracle_ready_count": 50, "static_replay_passed": true }, "parity": { "B": 50, "F": 0, "capability_count": 50, "gap_count": 0, "grade_counts": { "A": 0, "B": 50, "C": 0, "F": 0 }, "next_gap_ranking_count": 0, "one_for_one_parity_ready": true, "parity_hash": "eef71685c56f22c2669311d9e2e7f1ce4f0cbe20b6542f405bb3d16cab1da95e", "parity_report_passed": true, "proof_grade_meanings": { "A": "actual legacy runtime trace match", "B": "static legacy data/copybook oracle match", "C": "implemented or inferred without strict parity proof", "F": "discovered capability gap" }, "rubric": "current static/source-oracle rubric", "static_oracle_or_better_count": 50, "strict_runtime_parity_count": 0 }, "public_actions_allowed": false, "receipt": { "generated_utc": "2026-05-23T15:01:51+00:00", "path": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\modern_carddemo\\reports\\modernization_receipt.json", "receipt_hash": "fea9dfeca8e1b400afe6fbf4a25f92282a6330da0bb031f87b8dbd6e41044819", "seed_counts": { "accounts": 50, "card_xrefs": 50, "cards": 50, "customers": 50, "disclosure_groups": 51, "pending_authorization_details": 202, "pending_authorization_summaries": 21, "transaction_categories": 18, "transaction_category_balances": 50, "transaction_types": 7, "transactions": 300, "users": 10 }, "source_head": "59cc6c2fd7ebd7ef7925cad552a01a4b8b6e4d5e" }, "smoke_evidence": [ { "absolute_path": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\modern_carddemo\\reports\\ui_batch_reports_smoke.png", "exists": true, "path": "reports/ui_batch_reports_smoke.png", "role": "existing_screenshot", "sha256": "f192f2b751ee902b70defbb5b49b745bbf8855a10bb8dc23d60e6c8bb9f6e537", "size_bytes": 69723 }, { "endpoints": [ "batch_resource_setup_tranidx", "health", "mq_system_date", "summary" ], "passed": true, "port": 8091, "role": "clean_copy_api_smoke" } ], "source": { "head": "59cc6c2fd7ebd7ef7925cad552a01a4b8b6e4d5e", "local_path": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\source", "repo_url": "https://github.com/aws-samples/aws-mainframe-modernization-carddemo.git", "source_hash_count": 204, "source_hashes_digest": "0703f97553bde0f5bd170aa95ec8c771a975b397be7d9e8088ec6fbf31d333c2", "status_short": "" }, "static_oracle_replay": { "claim_limit": "Executable modern replay over static/source-oracle traces only; no live COBOL/CICS runtime replay has been performed.", "evidence_hash": "c661998c6538b8118b5abf4d248cad72dfa138e087bded1a4c37a5e6a7377bab", "failed_checks": [], "passed": true, "path": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\modern_carddemo\\final_proof\\STATIC_ORACLE_REPLAY_REPORT.json", "replay_hash": "912e98e11d46cd967070d06ec17aaed3402bed44026267d1906ea6a2d54b9a42", "runtime_probe_count": 6, "source_report_path": "D:\\scraper_storage\\modernization_labs\\aws-carddemo-modernization-20260523T073000Z\\modern_carddemo\\reports\\static_oracle_replay.json" }, "summary_version": "carddemo_final_proof_summary_v0" }