new_audit(ard-schema): add Agent Resource Discovery gatherer and schema audit - #17158
Closed
TravenReese wants to merge 3 commits into
Closed
TravenReese wants to merge 3 commits into
TravenReese wants to merge 3 commits into
Conversation
TravenReese
force-pushed
the
agentic-resource-discovery
branch
from
August 7, 2026 19:27
04d1eff to
df1deb5
Compare
TravenReese
force-pushed
the
agentic-resource-discovery
branch
from
August 10, 2026 16:30
df1deb5 to
eb947fe
Compare
TravenReese
force-pushed
the
agentic-resource-discovery
branch
from
August 10, 2026 16:43
eb947fe to
6aac294
Compare
TravenReese
force-pushed
the
agentic-resource-discovery
branch
from
August 10, 2026 16:49
6aac294 to
b37cc60
Compare
TravenReese
force-pushed
the
agentic-resource-discovery
branch
from
August 10, 2026 18:23
b37cc60 to
6a484cc
Compare
TravenReese
force-pushed
the
agentic-resource-discovery
branch
from
August 11, 2026 21:01
6a484cc to
d5b3e21
Compare
TravenReese
force-pushed
the
agentic-resource-discovery
branch
from
August 11, 2026 21:26
d5b3e21 to
dbb3eec
Compare
TravenReese
force-pushed
the
agentic-resource-discovery
branch
from
August 12, 2026 16:20
dbb3eec to
32531b6
Compare
TravenReese
force-pushed
the
agentic-resource-discovery
branch
from
August 20, 2026 20:47
32531b6 to
263d721
Compare
TravenReese
force-pushed
the
agentic-resource-discovery
branch
from
August 20, 2026 21:02
263d721 to
25ef625
Compare
TravenReese
force-pushed
the
agentic-resource-discovery
branch
from
August 20, 2026 21:24
25ef625 to
4430719
Compare
TravenReese
force-pushed
the
agentic-resource-discovery
branch
from
August 21, 2026 03:35
4430719 to
444464c
Compare
TravenReese
force-pushed
the
agentic-resource-discovery
branch
from
August 21, 2026 04:39
444464c to
2b2c7da
Compare
TravenReese
force-pushed
the
agentic-resource-discovery
branch
from
August 21, 2026 04:43
2b2c7da to
ae9130c
Compare
TravenReese
force-pushed
the
agentic-resource-discovery
branch
from
August 21, 2026 05:00
ae9130c to
972f5fd
Compare
TravenReese
force-pushed
the
agentic-resource-discovery
branch
from
August 21, 2026 18:16
972f5fd to
0a1d9e0
Compare
TravenReese
force-pushed
the
agentic-resource-discovery
branch
from
August 24, 2026 03:32
0a1d9e0 to
1cd063a
Compare
TravenReese
force-pushed
the
agentic-resource-discovery
branch
from
August 24, 2026 16:37
1cd063a to
41945b1
Compare
TravenReese
force-pushed
the
agentic-resource-discovery
branch
from
August 24, 2026 16:57
41945b1 to
896e07a
Compare
TravenReese
force-pushed
the
agentic-resource-discovery
branch
from
August 24, 2026 18:24
896e07a to
fbdf6ac
Compare
TravenReese
force-pushed
the
agentic-resource-discovery
branch
from
August 24, 2026 18:27
fbdf6ac to
892edb1
Compare
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.
Adds the Agentic Resource Discovery (ARD) schema conformance audit (ard-schema) to Lighthouse under the agentic-browsing category. This change introduces an AgentResourceDiscovery gatherer that locates ai-catalog.json manifests via robots.txt, HTML tags, HTTP Link headers, or default .well-known endpoints, and validates the manifest structure, RFC 8141 URNs, and best practices ported from the official ARD conformance test suite. Includes comprehensive unit tests, smokehouse E2E definitions, and response header capture support in the core fetcher.