Skip to content

docs: add public export verification note#243

Merged
aaronlab merged 1 commit into
aaronlab:mainfrom
maaiopen-design:docs-public-export-verification
May 11, 2026
Merged

docs: add public export verification note#243
aaronlab merged 1 commit into
aaronlab:mainfrom
maaiopen-design:docs-public-export-verification

Conversation

@maaiopen-design

Copy link
Copy Markdown
Contributor

Summary

  • add a short verification note after the public export command sequence
  • explain that public.html should be created locally and should show timeline/status/error details
  • call out that prompts/model I/O, screenshots, and URLs are omitted, and how to handle ambiguous run ID prefixes

Testing

  • python -m venv .venv
  • .\.venv\Scripts\python -m pip install -e .[dev]
  • $env:PYTHONUTF8='1'; $env:PYTHONIOENCODING='utf-8'; .\.venv\Scripts\python -m pytest tests\test_metadata.py -q -> 249 passed
  • $env:BROWSERTRACE_HOME = (Resolve-Path '.').Path + '\.browsertrace-demo'; .\.venv\Scripts\browsertrace.exe demo
  • .\.venv\Scripts\browsertrace.exe list --limit 5
  • .\.venv\Scripts\browsertrace.exe export 8a734e23 --public -o public.html -> Wrote public.html

Notes: uv was not installed in this Windows environment, so I used a standard Python virtual environment. The initial pytest/list attempts hit Windows GBK Unicode encoding errors; rerunning with PYTHONUTF8=1 and PYTHONIOENCODING=utf-8 passed.

Fixes #242

@aaronlab aaronlab left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this is exactly the intended docs-only scope for #242. I verified locally with:\n\n- uv run --python 3.11 --extra dev pytest tests/test_metadata.py -q -> 249 passed\n- git diff --check main...HEAD -> clean

@aaronlab aaronlab merged commit d8b6627 into aaronlab:main May 11, 2026
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: add public-safe export verification note

3 participants