Phase 7a: dashboard approve/deny + unified diff (similar crate)

This commit is contained in:
müde 2026-05-15 00:06:10 +02:00
parent 75df5f6c29
commit c82d41728c
6 changed files with 181 additions and 35 deletions

View file

@ -5,6 +5,7 @@ use anyhow::{Result, bail};
use clap::{Parser, Subcommand};
use hive_sh4re::{HostRequest, HostResponse};
mod actions;
mod agent_server;
mod approvals;
mod broker;