Add brokerd serve: startup, both sockets, and the expiry thread

Implemented-By: OpenCode session (model recorded in docs/implementer-log.md)
This commit is contained in:
2026-09-20 17:24:57 -07:00
parent d250678355
commit 3ecaef3c8b
5 changed files with 725 additions and 4 deletions
+1
View File
@@ -10,4 +10,5 @@ pub mod grants;
pub mod ledger;
pub mod policy;
pub mod runner;
pub mod serve;
pub mod state;