check-authorization
Check if an action would be authorized by Stage0 policy without executing it, preventing unauthorized tool calls.
Instructions
Check if an action would be authorized by Stage0 (does NOT execute the action)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | The goal/action to check | |
| retryCount | No | Current retry count (for loop scenarios, must be >= 0) | |
| sideEffects | Yes | List of side effects (e.g., "publish", "deploy", "loop") | |
| successCriteria | No | List of success criteria |