Skip to content

Docs: link failure patterns from examples guide#342

Merged
aaronlab merged 1 commit into
aaronlab:mainfrom
nightcityblade:fix/issue-340
May 12, 2026
Merged

Docs: link failure patterns from examples guide#342
aaronlab merged 1 commit into
aaronlab:mainfrom
nightcityblade:fix/issue-340

Conversation

@nightcityblade

Copy link
Copy Markdown
Contributor

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.md in PR discussions and reviews.
For security-sensitive changes or private trace data, follow SECURITY.md before
sharing 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

  • What changed: Added a concise failure-patterns overview link to the stack-specific debugging guides in examples/README.md.
  • Why it matters: Helps readers choose the matching example or debugging guide for common BrowserTrace agent failures.

Linked Issue

Test Plan

  • I ran uv run --python 3.11 --extra dev pytest -q
  • I ran git diff --check
  • I checked git diff --stat and git diff --summary for unexpected deleted or renamed files.
  • I included the exact error/output for checks run below.

Additional targeted check run:

uv run --python 3.11 --extra dev pytest tests/test_metadata.py -q

Result: 351 passed in 0.73s.

Demo / Screenshots

Docs-only change; no UI screenshots or trace export needed.

@aaronlab aaronlab merged commit 4d36c5d into aaronlab:main May 12, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: link failure patterns from examples guide

2 participants