Add the audit writer with its startup check

Implemented-By: OpenCode session (model recorded in docs/implementer-log.md)
This commit is contained in:
2026-09-19 16:32:37 -07:00
parent a301915551
commit ded7eb8c50
6 changed files with 1081 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
//! The broker: the only role that holds authority.
pub mod args;
pub mod audit;
pub mod config;
pub mod grants;
pub mod policy;