Context
Issue #337 is currently claimed, so this keeps one small, unclaimed docs task available for first-time contributors.
The README already links the live failure-patterns page, but examples/README.md does not mention it in the stack-specific guide section. That page is useful for people choosing which example or debugging guide matches their Browser Use, Stagehand, Skyvern, Playwright + LLM, or computer-use failure.
Task
Add one concise link to the failure-patterns page in examples/README.md, near the ### Stack-specific debugging guides section.
Suggested link target:
https://aaronlab.github.io/browsertrace/browser-agent-failure-patterns.html
Keep the change narrow:
- Do not rewrite the examples guide.
- Do not change generated HTML files.
- Add only one short sentence or one bullet.
Verification
Run:
If you also run tests, this docs-only check is enough:
uv run --python 3.11 --extra dev pytest tests/test_metadata.py -q
Context
Issue #337 is currently claimed, so this keeps one small, unclaimed docs task available for first-time contributors.
The README already links the live failure-patterns page, but
examples/README.mddoes not mention it in the stack-specific guide section. That page is useful for people choosing which example or debugging guide matches their Browser Use, Stagehand, Skyvern, Playwright + LLM, or computer-use failure.Task
Add one concise link to the failure-patterns page in
examples/README.md, near the### Stack-specific debugging guidessection.Suggested link target:
Keep the change narrow:
Verification
Run:
If you also run tests, this docs-only check is enough: