Skip to content

Commit 2ff32a2

Browse files
committed
docs: add Playwright feedback issue links
1 parent a288b26 commit 2ff32a2

5 files changed

Lines changed: 8 additions & 1 deletion

File tree

docs/launch/day-3-targeted-communities-packet.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ https://aaronlab.github.io/browsertrace/trace.html
178178
Repo:
179179
https://github.com/aaronlab/browsertrace
180180
181+
Playwright + LLM feedback issue:
182+
https://github.com/aaronlab/browsertrace/issues/12
183+
181184
It records screenshot, URL, action label, model input/output, and failed-step
182185
error into a local timeline. It is not a replacement for Playwright Trace Viewer;
183186
it is for Playwright scripts where an LLM is part of the control loop.

docs/launch/metrics-log.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ uv run --python 3.11 python scripts/launch_metrics.py --json
6060
| 2026-05-09T10:49:38+00:00 | 3 | 998 | 0 | 0 | 7 | 0 | 0 | after owner launch checklist issues updated with stack landing pages |
6161
| 2026-05-09T10:52:41+00:00 | 3 | 998 | 0 | 0 | 7 | 0 | 0 | after comparison landing page added |
6262
| 2026-05-09T10:55:33+00:00 | 3 | 998 | 0 | 0 | 7 | 0 | 0 | after Browser Use no-dependency callback demo added |
63+
| 2026-05-09T10:57:03+00:00 | 3 | 998 | 0 | 0 | 8 | 0 | 0 | after Playwright LLM feedback issue: https://github.com/aaronlab/browsertrace/issues/12 |

docs/launch/outreach-targets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ real reply or question to reference.
9696
- Best angle: "This is for Playwright scripts that include LLM decisions, not
9797
a replacement for Playwright trace viewer."
9898
- Link order: Playwright + LLM guide first, live trace second, repo third.
99+
- Link to the Playwright + LLM feedback issue if asked for a tracking thread.
99100
- Use Discord or LinkedIn only when the topic is LLM-guided automation.
100101
Share only the debugging write-up unless people ask for the repo.
101102
4. Skyvern Discussions

docs/llms.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ to explain why a browser run failed.
2525
- Press kit: https://aaronlab.github.io/browsertrace/launch/press-kit.html
2626
- Release: https://github.com/aaronlab/browsertrace/releases/tag/v0.1.6
2727
- Launch discussion: https://github.com/aaronlab/browsertrace/discussions/6
28+
- Playwright + LLM feedback: https://github.com/aaronlab/browsertrace/issues/12
2829

2930
## Core Capabilities
3031

docs/playwright-llm-debugging.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ <h1>Debug Playwright scripts where an LLM chooses the next browser action</h1>
203203
<a class="button primary" href="https://github.com/aaronlab/browsertrace">View repo</a>
204204
<a class="button" href="./trace.html">Open exported trace</a>
205205
<a class="button" href="./integrations.html#playwright">Integration snippet</a>
206+
<a class="button" href="https://github.com/aaronlab/browsertrace/issues/12">Feedback issue</a>
206207
</div>
207208

208209
<section>
@@ -257,7 +258,7 @@ <h2>Share only what is safe</h2>
257258

258259
<section>
259260
<div class="note">
260-
BrowserTrace is not a replacement for Playwright Trace Viewer. It is a local layer for Playwright scripts where LLM decisions are part of the bug.
261+
BrowserTrace is not a replacement for Playwright Trace Viewer. It is a local layer for Playwright scripts where LLM decisions are part of the bug. Playwright + LLM feedback is tracked in <a href="https://github.com/aaronlab/browsertrace/issues/12">issue #12</a>.
261262
</div>
262263
</section>
263264
</main>

0 commit comments

Comments
 (0)