Skip to content

docs(browser-trace): fix broken command, malformed timestamp, and typos#124

Open
ghostsentinelai wants to merge 1 commit into
browserbase:mainfrom
ghostsentinelai:fix/browser-trace-doc-corrections
Open

docs(browser-trace): fix broken command, malformed timestamp, and typos#124
ghostsentinelai wants to merge 1 commit into
browserbase:mainfrom
ghostsentinelai:fix/browser-trace-doc-corrections

Conversation

@ghostsentinelai

Copy link
Copy Markdown

Four documentation-only corrections to the browser-trace skill — no behavior change.

File Before After
REFERENCE.md (troubleshooting) bash start-capture.mjs ... node scripts/start-capture.mjs ...
SKILL.md (screenshot-by-timestamp recipe) awk -v t=20260427T1714123NZ awk -v t=20260427T171412Z
EXAMPLES.md (Example 5 key idea) "only adds an tracer" "only adds a tracer"
REFERENCE.md (bash cheatsheet) # ... it appends to raw.ndjson? no, it overwrites # note: re-running start-capture overwrites raw.ndjson, it does not append

Rationale:

  • The scripts are Node ESM modules; bash start-capture.mjs cannot execute them. Every other example correctly uses node scripts/start-capture.mjs.
  • 20260427T1714123NZ is not a valid value in the skill's own %Y%m%dT%H%M%SZ timestamp format used everywhere else.
  • Grammar typo.
  • Leftover self-correcting draft note replaced with a direct statement of the documented overwrite behavior.

Found while installing and reading through the skill end-to-end.

Four documentation corrections, no behavior change:

- REFERENCE.md: troubleshooting row invoked `bash start-capture.mjs`,
  but the scripts are Node ESM modules — bash can't run them. Changed
  to `node scripts/start-capture.mjs` to match every other example.
- SKILL.md: the screenshot-by-timestamp recipe used an awk target of
  `20260427T1714123NZ`, which isn't a valid timestamp in the skill's
  own `%Y%m%dT%H%M%SZ` format. Corrected to `20260427T171412Z`.
- EXAMPLES.md: "only adds an tracer" -> "a tracer".
- REFERENCE.md: replaced a leftover draft-note comment
  ("it appends to raw.ndjson? no, it overwrites") with a clear
  statement of the actual overwrite behavior.
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.

1 participant