Add the table of pending approvals

Implemented-By: OpenCode session (model recorded in docs/implementer-log.md)
This commit is contained in:
2026-09-19 16:48:09 -07:00
parent 57734ebb9a
commit caf8fd6eca
4 changed files with 238 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
//! The broker: the only role that holds authority.
pub mod approvals;
pub mod args;
pub mod audit;
pub mod config;