{
  "stage": 365,
  "engine": "Verified Timestamp Promotion Test Harness with Fake-Verified Claim Guard",
  "simulation_only": true,
  "production_decision_must_remain": "timestamp_pending",
  "note": "These are safe simulation test cases. They do not claim real OpenTimestamps or RFC3161 verification.",
  "test_cases": [
    {
      "case_id": "valid_simulated_promotion",
      "purpose": "Confirm the promotion path can become ready when target hash matches and simulated verification metadata exists.",
      "simulation_only": true,
      "target_hash": "052c8f0283110e405443d56f2396c52a8486e7a70a489f831af107dad73ab1b5",
      "simulated_ots_verification_result_sha256": "032426665efcadeeb76458e3701f6575c9bbe4c08bc05853025fdca5b3cc3bba",
      "simulated_rfc3161_verification_result_sha256": null,
      "timestamp_verified": false,
      "expected_test_decision": "promotion_path_ready"
    },
    {
      "case_id": "mismatch_rejection_test",
      "purpose": "Confirm mismatch is rejected.",
      "simulation_only": true,
      "target_hash": "0000000000000000000000000000000000000000000000000000000000000000",
      "simulated_ots_verification_result_sha256": "1e7d06a21113853ba482015922a871107f949a7dd0cd7b841079069ac66f07f4",
      "simulated_rfc3161_verification_result_sha256": null,
      "timestamp_verified": false,
      "expected_test_decision": "timestamp_rejected_expected"
    },
    {
      "case_id": "fake_verified_block_test",
      "purpose": "Confirm fake verified claims are blocked.",
      "simulation_only": true,
      "target_hash": "052c8f0283110e405443d56f2396c52a8486e7a70a489f831af107dad73ab1b5",
      "simulated_ots_verification_result_sha256": null,
      "simulated_rfc3161_verification_result_sha256": null,
      "timestamp_verified": true,
      "expected_test_decision": "fake_verified_block_expected"
    }
  ]
}