docs+brand: OSS hygiene batch — public project docs, canonical identity strings, report-chip fix - #18
Merged
Merged
Conversation
…f conduct, support, changelog, owners, trademark notice, templates SECURITY.md routes vulnerabilities to GitHub private vulnerability reporting (the repo toggle for it is requested separately). TRADEMARKS.md is prospective-only with the honesty clause (rights reserved only to the extent actually controlled; provenance findings tracked separately) and does not restate the ASSET-LICENSE boundary proposed in PR #14. CHANGELOG entries are summarized from the git history.
…escription
Tagline "A focused browser cleanup for Zoom error 1132." replaces
"One-click fix for Zoom Error 1132" in the brand conventions, README,
popup header descriptor, and the ds-bundle component copies. Store
description "Clear Zoom site data in Chrome with one guided action."
replaces the old summary in manifest.json (54/132 chars), _config.yml,
index.md, STORE_LISTING.md, and STORE_PREP.md.
As touched in the store docs: the store-name row now matches the listing
copy ("1132 Fixer for Chrome"), the privacy-policy URL row is re-verified
against the post-transfer GitHub Pages address (the pre-transfer URL is
dead — Pages does not redirect across owners), and stale version
references now match the repository's v1.2.5.
At 360px the new popup descriptor renders as two centered lines
(measured 279px + 82px); flagged for design review in the PR.
report.html ships a hardcoded fallback label that bump-version.js does not rewrite (it only updates popup.html), so it drifted one release behind. Runtime still overwrites the chip from the manifest; only the pre-script fallback was stale. The systematic fix (a multi-surface version-consistency gate) is designed in the release-automation batch.
…solve wrong from issue pages)
…ovenance-review status updated (review concluded 2026-08-09, per-asset dispositions pending)
…n-honest store source block
TRADEMARKS.md (R1): the variant draft banner is replaced by the exact
working-draft marker "> Working draft — pending operator legal confirmation."
as the top line of the file; the boundaries-in-effect sentence is retained
so draft status cannot be read as the boundaries being suspended.
STORE_LISTING.md (R2, Control-ruled): the detailed-description header
"OPEN SOURCE" becomes "SOURCE CODE" and the body states the facts without
an open-source label claim ("Source code is public under the MIT license.")
— the label is gated on OSS certification. As touched in the same block,
the two old-owner PrimeUpYourLife repository links now point at the
current 1132-Fixer paths.
Evidence at this tree: validate-extension 140/0 · store-listing verifier
8/8 within limits · popup e2e 91/0 · report e2e 32/0.
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.
Chrome OSS-hygiene batch (reviewable, per Control word): public project docs + canonical identity strings + one stale-label fix. Four commits, no behavior change — the validator, popup e2e, report e2e, and store-listing verifier all pass at head.
What's in it
Public project docs (new files):
SECURITY.md(private vulnerability reporting route),CONTRIBUTING.md,CODE_OF_CONDUCT.md(Contributor Covenant 2.1),SUPPORT.md,CHANGELOG.md(summarized from git history),CODEOWNERS,TRADEMARKS.md, issue forms + PR template.Canonical identity strings: tagline
A focused browser cleanup for Zoom error 1132.(brand conventions, README, popup header descriptor, ds-bundle component copies) and store descriptionClear Zoom site data in Chrome with one guided action.(manifest — 54/132 chars,_config.yml,index.md,STORE_LISTING.md,STORE_PREP.md). As touched in the store docs: store-name row aligned to the listing copy, privacy-policy URL row re-verified against the post-transfer Pages address (https://1132-fixer.github.io/1132-Fixer-Chrome/privacy.html, fetched200 OK2026-08-11 — the pre-transfer URL is dead, Pages does not redirect across owners), stalev1.2.4references updated tov1.2.5.Fix:
report.htmlfallback version chipv1.2.4→v1.2.5(bump-version.jsonly rewrites the popup chip, so the report fallback drifted; runtime overwrites it from the manifest, so this was label-only).Evidence
scripts/validate-extension.js— 140 passed / 0 failedscripts/test-popup-e2e.js— 91 / 0scripts/test-report-e2e.js— 32 / 0scripts/verify-store-listing.js— all 8 fields within store limitsFlags for review
SECURITY.mdroutes reporters to GitHub's private vulnerability reporting; that repo setting still needs enabling (one settings-class action, outside the already-executed enablement set) before merge lands the doc.TRADEMARKS.mdwording is operator-confirm gated (legal wording). It is prospective-only, carries the honesty clause (rights reserved only to the extent actually controlled), and deliberately does not restate the ASSET-LICENSE boundary proposed in docs(license): asset-license boundary — MIT for code/docs/tokens, marks carved out prospectively (P-3) #14.Observed, deliberately not touched
PrimeUpYourLife) URLs in pre-existing files (README badges/links, popup/report static links + their validator pins,PRIVACY_POLICY.mdcontact) — separate owner-reference sweep batch.package.jsondescription andscripts/make-trust-card.jssub-line — descriptor surfaces not in the ruled list; noted for the identity ruling's follow-up.assets/social-preview.pngartwork may still render the old tagline — brand-asset regeneration is the shared-design batch.Review-tooling note
The destination org has zero app installations (CodeRabbit / claude-for-github coverage was lost in the transfer), so no automated review bot will comment here — human review only until org apps are installed.
Simplicity statement
Minimum change for the verified requirement: docs are new files only; identity edits are string-for-string replacements on the ruled surfaces; the one code-adjacent fix is a single stale label. No abstractions, no config, no speculative structure added.