docs: bound the screencapture guidance to a region or window - #11
Merged
Conversation
The acceptance-verification section told sessions to screenshot the running app with macOS screencapture, and the evidence discipline in the same file tells them to commit the result. A bare `screencapture -x` grabs the entire desktop, so following both instructions would publish unrelated windows to a public repo. Documents the region and window-id forms instead, plus an explicit instruction never to commit a full-desktop capture and to open any capture before committing. Refs #10
📊 Test Coverage ReportCoverage: 32.6% Coverage report is available in the workflow artifacts. Coverage by Layer
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
CLAUDE.mdtold sessions to capture the running app with macOSscreencapture,and the evidence discipline a few lines below tells them to commit the artifact.
Following both would publish a full-desktop screenshot — every unrelated window
and notification — to this public repository.
Replaces the bare invocation with bounded region and window-id forms, and states
plainly that a full-desktop capture must never be committed and that any capture
must be opened and inspected first.
Evidence under
docs/verification/issue-10/. Docs-only; suite unchanged at1312 passed / 572 skipped / 0 failed,
skip:count unchanged at 48.Refs #10