Fleet Schemas ↑↓ move within a pane · ←→ move between panes · Enter opens · Esc backs out
FireReceipt 16 fields

laws-core/FireReceipt

fireId non-empty string
Canonical experiment fire reference owning this receipt.
required
caseId non-empty string
Case whose recorded decision point was replayed.
required
arm one of: control | cure | trim | model | variant | compound
Treatment selected for this fire; control varies nothing.
required
pairedControlId non-empty string OR null
Exact control reference checked before treatment dispatch; null for a control.
required
judgeId non-empty string OR null
Judge reference when graded; null when this fire receipt precedes grading.
required
classifierHash non-empty string OR null
Classifier identity when graded; null when this fire receipt precedes grading.
required
clauseBytesSha256 string matching /^sha256:[a-f0-9]{64}$/
SHA-256 of ordered law id and clause quote pairs, with a NUL after each component.
required
clauseSource non-empty string
fire-meta for a control or compared paired clauses; legacy-control when the paired control lacks reviewed clauses and only that comparison was skipped.
required
prefixSha256 string matching /^sha256:[a-f0-9]{64}$/
SHA-256 of the exact saved messages.json bytes for the first recorded reply, preserving its serialization and any saved message delta.
required
replyCount integer >= 0
Number of recorded replies produced by this fire.
required
banBlockPresent boolean
Whether every nonempty declared replacement block occurs verbatim in the dispatched standing messages; false when no block is declared.
required
banBlockSha256 string matching /^sha256:[a-f0-9]{64}$/ OR null
SHA-256 of the newline-joined delivered replacement blocks; null when no block is declared.
required
offLawBytes integer >= 0 OR null
Off-law byte difference measured by lawSwap; null when that measurement was not made.
required
launchLoadPerCore number >= 0
One-minute native host load divided by logical CPU count at first reply dispatch.
required
host non-empty string
Host dispatching the generation requests.
required
startedAt string matching /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$/
UTC instant immediately before this fire dispatches its first reply, in the native Date ISO format.
required

Checks

This binding declares no checks beyond its field shape.

Defects

No defects in the 8 records checked.

Where it lives

Bound bylaws-core
Declared in~/mnt/laws/laws-core/assets/schemas/fire-receipt.ts
BindingfireReceiptDataStore
Directory~/mnt/runs/autoresearch-experiments
Files*/*/*/artifacts/fire-receipt.json
Referenced asfire-receipt