-
Notifications
You must be signed in to change notification settings - Fork 0
Add a commit-bound manual verification receipt #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,70 @@ | ||
| # Completed Manual-Flow Verification — 2026-08-14 | ||
|
|
||
| This public-safe receipt records one completed verification run for the exact | ||
| revision below. It is evidence for the maintainer-controlled Load unpacked | ||
| preview, not a production-readiness or Chrome Web Store claim. | ||
|
|
||
| ## Tested revision | ||
|
|
||
| - Repository: `Driedsandwich/github-web-context-exporter` | ||
| - Commit: `639031e038dd61c018f8a8f82556d78883e960cc` | ||
| - Tree: `6dccbd212674bee54f9405d79e49a21184848832` | ||
|
|
||
| ## Verification environment | ||
|
|
||
| - Observed at: 2026-08-14 13:19 JST | ||
| - Browser: Chrome for Testing 151.0.7922.34 | ||
| - OS: macOS 26.5.2 (build 25F84) | ||
| - Load method: `Load unpacked` through the Chrome DevTools Protocol | ||
| `Extensions.loadUnpacked` command into a fresh isolated profile | ||
| - Popup activation: extension action triggered on each tested tab through the | ||
| Chrome DevTools Protocol | ||
| - Verifier role: Codex acting as the maintainer-authorized verification agent | ||
| - Normal Chrome profile used: no | ||
|
|
||
| ## Public-safe pages | ||
|
|
||
| - Issue: <https://github.com/cli/cli/issues/13891> | ||
| - Pull Request Conversation: <https://github.com/cli/cli/pull/13892> | ||
| - Unsupported repository root: <https://github.com/cli/cli> | ||
|
|
||
| ## Completed results | ||
|
|
||
| | Check | Result | Observed behavior | | ||
| | --- | --- | --- | | ||
| | Load unpacked | Pass | The expected extension name and version loaded from the tested revision. | | ||
| | Issue metadata | Pass | Repository, type, number, title, canonical URL, body preview, and visible comments were present. | | ||
| | Issue Markdown boundary | Pass | The title used the `Untrusted Page Title` fence; body and two visible comments used balanced inert nested fences. | | ||
| | Issue Copy | Pass | The real clipboard content matched the preview; `Copied!` appeared and returned to `Copy Markdown`. | | ||
| | Issue local save | Pass | The saved Markdown content matched the preview. | | ||
| | Pull Request metadata | Pass | Repository, type, number, title, canonical URL, body preview, and visible comments were present. | | ||
| | Pull Request Markdown boundary | Pass | The title used the `Untrusted Page Title` fence; body and two visible comments used balanced inert nested fences. | | ||
| | Pull Request Copy | Pass | The real clipboard content matched the preview; `Copied!` appeared and returned to `Copy Markdown`. | | ||
| | Pull Request local save | Pass | The saved Markdown content matched the preview. | | ||
| | Unsupported page | Pass | No Markdown was generated and Copy and Download remained disabled. | | ||
| | Permissions | Pass | Permissions were exactly `activeTab`, `scripting`, and `clipboardWrite`; no host permissions were present. | | ||
|
|
||
| Both supported exports used canonical source URLs without query or fragment | ||
| data. Each generated preview included limitation and review-before-sharing | ||
| sections. | ||
|
|
||
| ## Scope and limitations | ||
|
|
||
| - The run used public pages only. It did not inspect a private repository. | ||
| - The isolated headed browser flow was driven through Chrome DevTools Protocol | ||
| commands; it was not an unaided human click-through. | ||
| - A temporary isolated-browser clipboard permission was used to exercise the | ||
| real clipboard path. The manifest permission posture was checked separately, | ||
| and the pre-run clipboard content was restored. | ||
| - The unsupported-page fail-safe was exercised. Injection-exception behavior | ||
| remained covered by the automated test suite rather than being forced in the | ||
| public GitHub pages. | ||
| - The run verifies this exact commit and tree only. Later GitHub DOM or browser | ||
| changes require a fresh receipt. | ||
| - The preview remains deliberately incomplete and requires human review before | ||
| sharing. | ||
|
|
||
| ## Decision | ||
|
|
||
| Pass for the stated maintainer-controlled Load unpacked preview scope. No | ||
| blocking failure was observed in this exact-revision run. | ||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only unsupported URL listed is the repository root, and this row records that single flow as passing, but
docs/07_manual_verification.mdexplicitly requires repeating the unsupported-page check on a Pull Request Files changed page. Without exercising/pull/<number>/files, this receipt does not substantiate its completed Pass decision and could miss an end-to-end routing regression; either run and record that case or mark the verification incomplete.AGENTS.md reference: AGENTS.md:L58-L60
Useful? React with 👍 / 👎.