hivemind_approvals
hivemind_approvals
Human-in-the-loop approval workflow for sensitive operations.
Actions
| Action | Description |
|---|---|
| request | Request approval for an operation |
| check | Check status of a pending approval |
| list | List pending approvals |
| approve | Approve a request (human) |
| deny | Deny a request (human) |
| check-policies | Check if a file has approval policies |
Request Example
hivemind_approvals(
action: "request",
channel: "general",
description: "Delete the users table migration"
)
Check Example
hivemind_approvals(action: "check", correlation_id: "abc123")
Approvals can be managed from the Hivemind dashboard.