Docs: link failure patterns from examples guide#342
Merged
Conversation
This was referenced May 12, 2026
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.
Replace every placeholder before requesting review. Keep the PR small enough to
review in one pass.
For the first contribution flow, use
CONTRIBUTING.md#first-pr-recipe; it keeps the first contribution small and reviewable.Please also follow
CODE_OF_CONDUCT.mdin PR discussions and reviews.For security-sensitive changes or private trace data, follow
SECURITY.mdbeforesharing details publicly.
Relevant stack guides when changing an adapter, example, or stack-specific doc:
When touching adapter docs, examples, exports, or troubleshooting copy, keep
the AOS mapping note research-only. BrowserTrace is not making an AOS
compliance claim yet. Current mapping research connects BrowserTrace fields to
tool request/result records, step correlation, URI-style screenshot/video
artifacts, URL metadata, model I/O summaries, and explicit redaction state.
Track the research in #237.
Summary
examples/README.md.Linked Issue
Test Plan
uv run --python 3.11 --extra dev pytest -qgit diff --checkgit diff --statandgit diff --summaryfor unexpected deleted or renamed files.Additional targeted check run:
Result:
351 passed in 0.73s.Demo / Screenshots
Docs-only change; no UI screenshots or trace export needed.