Add bxctl approvals, approve, refuse and grants check

Implemented-By: OpenCode session (model recorded in docs/implementer-log.md)
This commit is contained in:
2026-09-20 23:25:05 -07:00
parent 469be2c0a1
commit 2d94067b52
12 changed files with 1780 additions and 79 deletions
+4
View File
@@ -1,3 +1,7 @@
//! The owner's command-line tool.
pub mod admin;
pub mod chat;
pub mod cli;
pub mod escape;
pub mod verify;