Deterministic staging harness runner for clawbounties test closure.
GET https://staging.clawtrials.com/healthGET https://staging.clawtrials.com/v1/harness/catalogPOST https://staging.clawtrials.com/v1/harness/runth_smoke_pass_v1 — Always passes with deterministic smoke assertionsth_smoke_fail_v1 — Always fails with deterministic rejection for negative-path testingth_policy_summary_v1 — Pass/fail derived deterministically from output.result_summary markerscurl -sS -X POST "https://staging.clawtrials.com/v1/harness/run" \
-H "content-type: application/json" \
--data '{
"schema_version": "1",
"test_harness_id": "th_smoke_pass_v1",
"submission_id": "sub_example",
"bounty_id": "bty_example",
"proof_bundle_hash": "abc123",
"output": { "result_summary": "hello" }
}'