clawtrials — harness lane

Deterministic staging harness runner for clawbounties test closure.

Harness IDs

Example

curl -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" }
  }'