Add v2.1.0 share-menu store screenshot, fix runbook branching guidance - #37
Merged
Merged
Conversation
…uidance Extends the existing screenshot-frame.source.html harness with a 'share' scene (auto-clicks the Share button 200ms after load, same pattern as the existing 'explore' scene) and captures screenshot-6-share.png at the real 1280x800 CWS/EWS dimension, showing the new "Share via" popover open with all its channels. Documented in CHROMEWEBSTORE.md alongside the existing 5 screenshots, plus a Version History row for 2.1.0. RELEASE.md previously said to open the release PR from a 'dev' branch unconditionally, which doesn't reflect actual practice -- a single feature branch (this release's feat/share-via-menu included) goes straight to main; 'dev' is only for bundling multiple feature branches into one PR when several are ready to ship together. The ruleset itself only gates on the target branch (main) requiring a PR + green test check -- it was never tied to the source branch's name. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Summary
cws/screenshot-6-share.png, 1280x800) showing the v2.1.0 "Share via" popover open, via a newsharescene added to the existingscreenshot-frame.source.htmlharness.CHROMEWEBSTORE.md(asset table, screenshot notes, Version History).RELEASE.md: it said to open the release PR from adevbranch unconditionally, which isn't actual practice — a single feature branch goes straight tomain;devis only for bundling multiple ready branches into one PR. The ruleset gates on the target branch (main) requiring a PR + greentestcheck, not on the source branch's name.Test plan
npm test— 218/218 passing (docs/asset-only change, no functional code touched)Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com
🤖 Generated with Claude Code