Skip to content

Commit 473ae0c

Browse files
cameroncookecodex
andcommitted
fix(ui-automation): Add wait-for-ui next steps
Declare wait_for_ui next-step templates so its success params are consumed and rendered for follow-up snapshot and settled-wait actions. Co-Authored-By: Codex <noreply@openai.com>
1 parent b476c94 commit 473ae0c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

manifests/tools/wait_for_ui.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,12 @@ annotations:
1414
readOnlyHint: true
1515
destructiveHint: false
1616
openWorldHint: false
17+
nextSteps:
18+
- label: Capture a fresh runtime UI snapshot
19+
toolId: snapshot_ui
20+
priority: 1
21+
when: success
22+
- label: Wait until the UI is settled
23+
toolId: wait_for_ui
24+
priority: 2
25+
when: success

0 commit comments

Comments
 (0)