feat: add session-scoped workflow approval gate commands

This commit is contained in:
William Valentin
2026-02-18 10:35:42 -08:00
parent 1508bcf9cb
commit f34a974210
13 changed files with 369 additions and 6 deletions
+3
View File
@@ -10,5 +10,8 @@ export {
createResetCommand,
createQueueCommand,
createTransferCommand,
createApprovalsCommand,
createApproveCommand,
createDenyCommand,
registerBuiltinCommands,
} from './builtin/index.js';