Handle approvals, refusals and grant checks on admin.sock

Implemented-By: OpenCode session (model recorded in docs/implementer-log.md)
This commit is contained in:
2026-09-20 13:54:01 -07:00
parent e68e626cd7
commit d250678355
4 changed files with 517 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
//! The broker: the only role that holds authority.
pub mod admin;
pub mod approvals;
pub mod args;
pub mod audit;