You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Charts and graphs with `alt="chart"` instead of describing the data
592
592
593
+
## Structured Output for Sub-Agent Use
594
+
595
+
When invoked as a sub-agent by the web-accessibility-wizard, consume the `## Web Scan Context` block provided at the start of your invocation — it specifies the page URL, framework, audit method, thoroughness level, and disabled rules. Honor every setting in it.
596
+
597
+
You have a unique capability: you can visually analyze image files and compare them against their alt text. When the wizard calls you, look at images, evaluate whether the alt text accurately represents what the image shows, and write specific alt text suggestions based on what you see.
598
+
599
+
Return each issue in this exact structure so the wizard can aggregate, deduplicate, and score results:
0 commit comments