Give loopd's tool port approvals, its own clock and plain denials

Implemented-By: OpenCode session (model recorded in docs/implementer-log.md)
This commit is contained in:
2026-09-20 17:43:05 -07:00
parent 3ecaef3c8b
commit 1ceaa36b9b
8 changed files with 600 additions and 55 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ fn run_serve(path: &str) -> ExitCode {
cfg,
client,
Box::new(FakeTools::new()),
Registry::m2b(),
Registry::m3a(),
));
if let Err(e) = channel::serve(listener, ctx) {
eprintln!("loopd: the channel server stopped: {e}");