error_budget_update
Update the error budget for a team after a task completes, appending the result to a sliding window of recent tasks and recalculating autonomy level.
Instructions
Update error budget after a task completes.
Automatically called after task completion. Appends to the sliding window (last 20 tasks) and recomputes the autonomy level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | Team ID | |
| task_success | Yes | True if task succeeded, False if failed/blocked |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||