01
Commit the rule
Fix the evaluation logic and the relevant window before incoming feed values can affect the result.
Hive primitive
Record what a feed delivered, evaluate it against logic fixed before the window opens, and export evidence another reviewer can check.
A feed event becomes a bounded evidence record. The primitive separates the feed delivery, the rule that evaluates it, the resulting evidence state, and any later correction. Each part has a defined place in the record.
01
Fix the evaluation logic and the relevant window before incoming feed values can affect the result.
02
Record the committed representation of what the feed delivered for the named window.
03
Apply the fixed logic and produce one explicit evidence state for the available record.
04
Append corrections and export the evidence without erasing the earlier record.
No forced certainty. An outcome describes whether the committed record supports the fixed rule. It does not turn incomplete evidence into a pass or failure.
The required recorded conditions evaluate as true for the stated window.
At least one required recorded condition evaluates as false.
Required evidence is missing, incomplete, or invalid for the stated evaluation.
Independent review
The exported evidence keeps the key relationships together so an independent reviewer can inspect the commitment, delivery record, fixed rule reference, outcome, and correction chain.
Illustrative applications
Record deliveries and fixed evaluation conditions without treating the receipt as a clinical decision.
Preserve the inputs and rule references used for an evaluation window.
Review independently checkable evidence without turning the primitive into a coverage or claims decision.
Maintain a durable record across delivery, evaluation, correction, and export steps.
Release posture
This page describes the primitive. It is not evidence that production mint or trigger routes are enabled.
Routes disabledStart with the boundary
Use a conformance review to define what will be recorded, what remains outside the receipt, and which release gates must pass.