feat(atomic-a11y): add browser capture, LLM client, and supporting au…#7188
Draft
y-lakhdar wants to merge 8 commits intofeat/a11y-delta-workflowfrom
Draft
feat(atomic-a11y): add browser capture, LLM client, and supporting au…#7188y-lakhdar wants to merge 8 commits intofeat/a11y-delta-workflowfrom
y-lakhdar wants to merge 8 commits intofeat/a11y-delta-workflowfrom
Conversation
This was referenced Mar 3, 2026
bb0f142 to
f8c310c
Compare
…dit modules Add Playwright-based browser automation for capturing screenshots, hover states, and target sizes. Add OpenAI client wrapper with retry logic and rate limiting. Include accessibility tree utilities, progress tracking, and component grouping modules.
f8c310c to
2a222a4
Compare
…feat/a11y-browser-llm
…feat/a11y-browser-llm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
This is PR 5b — the infrastructure modules that the AI audit orchestrator (5c) depends on.
What this PR does
Browser capture (
browser-capture.ts— 355 lines):LLM client (
llm-client.ts— 241 lines):Supporting modules:
accessibility-tree.ts(77 lines) — A11y tree diffing, pruning, and truncationprogress.ts(75 lines) — Progress file save/load/clear for resume capabilitycomponent-groups.ts(109 lines) — Component grouping logic for batch processingPR Chain (5b of 7)
feat/a11y-package-scaffoldfeat/a11y-shared-foundationfeat/a11y-reporterfeat/a11y-openacrfeat/a11y-delta-workflowfeat/a11y-browser-llmfeat/a11y-audit-orchestratorfeat/a11y-reporter-wiringfeat/a11y-ci-integrationReplaces #7125 (split into 5a/5b/5c)
KIT-5471