mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
chore(lifecycle): regenerate artifacts for waive_finding verb
Generated by 'make lifecycle' + scripts/regenerate_verb_tables.py — the foundation-check drift gate requires these in sync with the spec.
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
|------|-------------|
|
|------|-------------|
|
||||||
| `i_am_idle` | `i_am_idle()` |
|
| `i_am_idle` | `i_am_idle()` |
|
||||||
| `triage` | `triage()` |
|
| `triage` | `triage()` |
|
||||||
|
| `waive_finding` | `waive_finding(finding_id: UUID, note: str)` |
|
||||||
|
|
||||||
### Content (do) tools
|
### Content (do) tools
|
||||||
|
|
||||||
|
|||||||
@@ -5,3 +5,4 @@ other verb will be rejected with a Decision telling you the right one.
|
|||||||
|
|
||||||
- **i_am_idle**: Signal you have no active work. PMs auto-pause owned in_progress tasks.
|
- **i_am_idle**: Signal you have no active work. PMs auto-pause owned in_progress tasks.
|
||||||
- **triage**: List actionable tasks in your scope.
|
- **triage**: List actionable tasks in your scope.
|
||||||
|
- **waive_finding**: Waive one minor/nit review finding by id with a required note. Blocker/major findings must be fixed, never waived. No task status change.
|
||||||
|
|||||||
@@ -241,6 +241,7 @@ real tools live in their agent_sdk drivers, not role_config.
|
|||||||
|------|-------------|
|
|------|-------------|
|
||||||
| `i_am_idle` | `i_am_idle()` |
|
| `i_am_idle` | `i_am_idle()` |
|
||||||
| `triage` | `triage()` |
|
| `triage` | `triage()` |
|
||||||
|
| `waive_finding` | `waive_finding(finding_id: UUID, note: str)` |
|
||||||
|
|
||||||
### Content (do) tools
|
### Content (do) tools
|
||||||
|
|
||||||
|
|||||||
@@ -309,3 +309,12 @@ Voluntarily release a claim back to pending. The work-in-progress branch is pres
|
|||||||
|
|
||||||
**Composes:** (no atomic actions)
|
**Composes:** (no atomic actions)
|
||||||
|
|
||||||
|
|
||||||
|
## waive_finding
|
||||||
|
|
||||||
|
Waive one minor/nit review finding by id with a required note. Blocker/major findings must be fixed, never waived. No task status change.
|
||||||
|
|
||||||
|
**Allowed roles:** auditor
|
||||||
|
|
||||||
|
**Composes:** (no atomic actions)
|
||||||
|
|
||||||
|
|||||||
@@ -438,6 +438,16 @@
|
|||||||
"name": "unclaim",
|
"name": "unclaim",
|
||||||
"pre_side_effects": [],
|
"pre_side_effects": [],
|
||||||
"side_effects": []
|
"side_effects": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"allowed_roles": [
|
||||||
|
"auditor"
|
||||||
|
],
|
||||||
|
"composes": [],
|
||||||
|
"description": "Waive one minor/nit review finding by id with a required note. Blocker/major findings must be fixed, never waived. No task status change.",
|
||||||
|
"name": "waive_finding",
|
||||||
|
"pre_side_effects": [],
|
||||||
|
"side_effects": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"transitions": [
|
"transitions": [
|
||||||
|
|||||||
Reference in New Issue
Block a user