docs: correct stale Capture recorder facts and mark the extension a prototype - #76
Merged
Conversation
This was referenced Aug 18, 2026
Correct documentation facts that no longer describe the shipped package, and separate the Chrome extension prototype from the supported paths. - CLAUDE.md: the `[audio]` extra does not exist; the transcription extra is `transcribe-fast`. `video.py` drives an external FFmpeg process and does not use PyAV. The recording pipeline uses native input observers, not pynput. Privacy is an optional integration, not automatic scrubbing. - README.md: native capture covers Windows, macOS, and Linux, and window-scoped capture covers an RDP or Citrix client window. Flow's Playwright recorder can now launch Chromium or attach to one existing signed-in local Chromium tab, and its browser recording guide exists, so link it. The Flow adapter compiles right clicks, left-button drags, modifier chords, and scrolling; the old limitation text was wrong. - Mark the Chrome extension, its bridge transport, and its event schemas as a development prototype, and record the promotion contract it must meet. - Mark docs/DESIGN.md and docs/VISUALIZATION_DESIGN.md as historical where they no longer describe the current API. This change carries no lifecycle label movement. The package stays Experimental in README.md and stays `Development Status :: 2 - Pre-Alpha` in pyproject.toml. Capture moves from Experimental to Production in one later visible change, once its qualification evidence exists. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
abrichr
force-pushed
the
codex/promote-capture-beta
branch
from
August 20, 2026 01:16
c937787 to
0848cf9
Compare
abrichr
marked this pull request as ready for review
August 20, 2026 01:19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
This pull request now carries documentation and metadata corrections only.
The lifecycle relabel that it originally contained is held back.
[audio]does not exist,[transcribe-fast]doesvideo.py: it drives an external FFmpeg process and does not use PyAVopenadapt-flowbrowser recording guide, which now exists on Flowmainafter Flow #364docs/DESIGN.mdanddocs/VISUALIZATION_DESIGN.mdas historical where they no longer describe the current APIWhat was held back
The founder's rule is that Capture moves from Experimental to Production in
one visible change, at the end, once its qualification evidence exists.
There is no interim Beta step. These hunks stay unmerged:
README.md**Status: Experimental.**->**Status: Beta.**pyproject.tomlDevelopment Status :: 2 - Pre-Alpha->Development Status :: 4 - Betapyproject.tomldescriptionrewrite (release metadata must move with the single visible change)CLAUDE.mdchrome_extension/README.mddocs/DESIGN.mdThe original head
c937787c4e32b81f7f9ade282b4e81a0719317c9, which containsall of those hunks, is preserved on branch
codex/promote-capture-beta-original.The
.github/workflows/test.ymlhunk is also dropped. PR #81 already landed astronger bounded apt install on
main, somain's version is kept.Validation
scripts/verify_distribution.py🤖 Generated with Claude Code