Replace the audit record with chained audit events

Implemented-By: OpenCode session (model recorded in docs/implementer-log.md)
This commit is contained in:
2026-09-19 00:22:25 -07:00
parent cb5ecad4da
commit c6395b16f4
6 changed files with 270 additions and 71 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ pub mod ids;
pub mod log;
pub mod wire;
pub use audit::{AuditRecord, DecisionRecord};
pub use audit::{ApprovalAnswer, AuditEvent, AuditRecord, DecisionRecord, ResultStatus};
pub use class::DataClass;
pub use frame::{FrameError, MAX_FRAME, read_frame, write_frame};
pub use grant::{Constraints, Grant, Mode};