feat(FN-3953): wire agent provisioning approval policy into engine tools
Merged agent provisioning approval policies into the engine with guard controls that restrict which agents can be created and by whom, integrated through the CLI extension and core policy definitions. Fusion-Task-Id: FN-3953
This commit is contained in:
@@ -91,7 +91,13 @@ export type DatabaseMutationType =
|
||||
| "task:unpause"
|
||||
| "task:dependency:add"
|
||||
| "document:write"
|
||||
| "workflow-step:result";
|
||||
| "workflow-step:result"
|
||||
| "agent:create:requested"
|
||||
| "agent:create:approved"
|
||||
| "agent:create:denied"
|
||||
| "agent:delete:requested"
|
||||
| "agent:delete:approved"
|
||||
| "agent:delete:denied";
|
||||
|
||||
// ── Filesystem mutation types ─────────────────────────────────────────────────
|
||||
|
||||
|
||||
Reference in New Issue
Block a user