Fresh public clone packet
Expected output from the public package.
python3 scripts/sq67_demo.py demo --db examples/output/sq67_demo.sqlite
OK wrote 3 receipts to examples/output/sq67_demo.sqlite
python3 scripts/sq67_demo.py verify --db examples/output/sq67_demo.sqlite
OK
python3 scripts/score_receipts.py examples/sample_benchmark_rows.csv
lane,rows,exact_rate,evidence_rate,false_recoveries,control_rejections,avg_latency_seconds,total_tokens
SQ67 clean receipt lane,150,100.00%,100.00%,0,0,n/a,0
SQ67 clean route,450,100.00%,100.00%,0,0,n/a,0
Tornado N10 sealed batch,10,100.00%,100.00%,0,0,n/a,0
Tornado second-machine sealed batch,3,100.00%,100.00%,0,0,n/a,0
blinded carrier gate,25,100.00%,80.00%,0,5,n/a,0
normal visible lane,150,99.33%,76.00%,0,0,n/a,0
false recovery controls,1300,0.00%,0.00%,0,1300,n/a,0
gpt-5.5 lane C,50,100.00%,100.00%,0,0,74.935,8421682
gpt-5.6-sol lane C,50,76.00%,100.00%,0,0,171.111,19067794
Receipt row
What a public SQ67 receipt looks like.
{
"nonce": "SQ67_PUBLIC_DEMO_A001",
"lane": "sq67_clean",
"task": "extract_facts",
"claim": "receipt writer created a durable marker",
"evidence": [
"nonce preserved",
"payload hash computed",
"receipt hash chained"
],
"boundary": "synthetic public demo row only",
"next_gate": "recover by nonce"
}