Expand description
Execution validation โ guardrail checks and write governance enforcement.
These types carry only primitive data (no external deps) so pe-core can
validate execution results without depending on pe-runtime or pe-tools.
Higher crates construct ExecutionMetrics and WriteRecord from their
own result types and pass them here for validation.
Structsยง
- Execution
Metrics - Lightweight execution summary for guardrail validation.
- Write
Record - A write operation that needs governance validation.