Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a05e2e-805b-7042-a750-71f473bceea2
38 lines
890 B
YAML
38 lines
890 B
YAML
# Source-side emission cadence for load-bearing approval evidence.
|
|
# Statute §9.6; detection surface GH-WP-0002-T04.
|
|
schema_version: "0.1"
|
|
source: approval-engine
|
|
kind: load-bearing
|
|
form: heartbeat-or-reconciliation
|
|
rate_monitoring: forbidden
|
|
|
|
heartbeat:
|
|
class: heartbeat
|
|
interval: 24h
|
|
assertion: nothing-to-report
|
|
missing: finding
|
|
|
|
reconciliation:
|
|
compare:
|
|
local: committed outbox counts per class
|
|
remote: "audit-core event counts where source=approval-engine"
|
|
divergence: finding
|
|
undrained_local: lag-not-divergence
|
|
|
|
lag_bound:
|
|
outbox_depth: 100
|
|
outbox_age: 1h
|
|
exceed: finding
|
|
|
|
classes:
|
|
issuance:
|
|
action: approval.issuance
|
|
use:
|
|
action: approval.use
|
|
note: "Public CAS consumption under GH-DEC-2026-003."
|
|
supersession:
|
|
action: approval.supersession
|
|
revocation:
|
|
action: approval.revocation
|
|
heartbeat:
|
|
action: approval.heartbeat
|