Expand description
Applying a recipe: each step maps a valid log to a valid log.
Event-level steps run through ocel_etl::StagingLog (whose gate
re-validates), object-level steps use the core’s OCEL-aware filters, and
the final result is validated once more — a recipe can drop data, but it
can never produce an inconsistent log.
Structs§
- Dropped
Event - A dropped event, summarized for a “this is what the recipe deletes” preview — machine cleaning must stay human-inspectable.
- Step
Preview - One step’s effect plus a sample of the events it removed.
- Step
Report - Effect of one step, for honest reporting in CLIs and UIs.