Skip to content

Commit 5205707

Browse files
committed
docs: add runtime refusal receipt v0.2 example
1 parent ba3de89 commit 5205707

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"schema_version": "0.2",
3+
"id": "dbac37d4-2e3b-428b-9885-7154704a6907",
4+
"issued_at": "2026-05-11T16:56:00Z",
5+
"refused_at": "2026-05-11T16:56:02Z",
6+
"verdict": "OUT_OF_SCOPE",
7+
"action_class": "publish_public_statement",
8+
"payload_hash": "sha256:3c60bbeb91c5af53f3891221a5411f1a4500949524ccba89b12dafe5647b0f88",
9+
"receipt_hash": "sha256:5ad57a914a828058cc8a064f74dca8851920ebc676d55988e7170509c6bfdada",
10+
"previous_receipt_hash": null,
11+
"authority": {
12+
"present": true,
13+
"source": "demo_internal_draft_authority",
14+
"valid": true,
15+
"issuer": "synthetic_policy_engine",
16+
"signature": null,
17+
"verification_method": "synthetic_local_policy_check"
18+
},
19+
"scope": {
20+
"scope_match": false,
21+
"requested_action_class": "publish_public_statement",
22+
"allowed_action_class": "draft_internal_note"
23+
},
24+
"freshness": {
25+
"fresh": true,
26+
"checked_at": "2026-05-11T16:56:01Z",
27+
"clock_source": "synthetic_utc_clock"
28+
},
29+
"replay": {
30+
"nonce": "demo_nonce_runtime_refusal_v0_2_001",
31+
"replay_detected": false,
32+
"nonce_registry_reference": "synthetic_nonce_registry:demo",
33+
"idempotency_key": "synthetic_idempotency_key_001"
34+
},
35+
"state": {
36+
"execution_permitted": false,
37+
"current_state": "public_approval_missing",
38+
"observed_at": "2026-05-11T16:55:00Z",
39+
"state_snapshot_hash": "sha256:5766d8e56bfea503e44b0c5ba452d84ab7d914c7d43fb0653e43fb98bae85070"
40+
},
41+
"evidence": [
42+
{
43+
"type": "AUDIT_ENTRY",
44+
"uri": "https://github.com/LalaSkye/commit-gate-core/tree/main/docs/schemas/examples",
45+
"hash": "sha256:6542940d4776a65b311475a2b36da657dd31ecbcf80f025768507198dc2d983f",
46+
"verifier": "synthetic_validator",
47+
"verification_method": "local_schema_and_semantic_check",
48+
"verified_at": "2026-05-11T16:56:03Z"
49+
}
50+
],
51+
"claimed_downstream_effect_status": "CLAIMED_NOT_COMMITTED",
52+
"reason": "The authority permitted internal drafting only and did not cover public publication.",
53+
"claim_boundary": "Synthetic example. Path-local receipt demonstration only. Records claimed refusal and attached evidence references; does not prove downstream non-execution, production enforcement, compliance, or field evidence."
54+
}

0 commit comments

Comments
 (0)