docs(store): point store-facing refs at 1132-Fixer/chrome, correct publisher - #24
Merged
Conversation
…blisher The transfer to the 1132-Fixer org left four references to the dead pre-transfer repo name PrimeUpYourLife/1132-Fixer-Chrome. These are store-facing, so a reader following them lands on a 404. - STORE_LISTING.md: Homepage URL and Support URL now point at https://github.com/1132-Fixer/chrome (+ /issues). - PRIVACY_POLICY.md: the Contact section claimed the extension is published by PrimeUpYourLife. The live Chrome Web Store listing (item fccnmckeeddpkhocebnbfnlapcjllljh) shows "Offered by High-Texas", which matches the publisher already recorded in STORE_PREP.md. Corrected to say so. - ds-bundle/README.md: token-source attribution updated to the current repo name. Documentation only. No manifest version change (still 1.2.7), no store upload, no release. npm test -> 55 passed, 0 failed (exit 0) node scripts/verify-store-listing.js -> all 8 fields within limits (exit 0) Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…roof The "Remaining submission blockers" table still offered https://primeupyourlife.github.io/1132-Fixer-Chrome/privacy.html as the evidence for the "Public privacy policy URL" row being DONE. That URL died with the org transfer, so the row presented a 404 as current proof. Re-measured both URLs on 2026-08-23: 200 https://1132-fixer.github.io/chrome/privacy.html 404 https://primeupyourlife.github.io/1132-Fixer-Chrome/privacy.html The live page was also checked against PRIVACY_POLICY.md by content, not just status code. The row now cites the working URL and records the old one as dead, matching what STORE_PREP.md:117 already documents. Documentation only. Manifest still 1.2.7, no store upload, no release. Co-Authored-By: Claude Opus 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.
What
Five references to the dead pre-transfer identity
PrimeUpYourLife/1132-Fixer-Chromesurvived the move to the1132-Fixerorg. All five are store-facing, so anyone following them gets a 404.STORE_LISTING.md:112https://github.com/PrimeUpYourLife/1132-Fixer-Chromehttps://github.com/1132-Fixer/chromeSTORE_LISTING.md:113.../1132-Fixer-Chrome/issueshttps://github.com/1132-Fixer/chrome/issuesPRIVACY_POLICY.md:92High-Texas"ds-bundle/README.md:52PrimeUpYourLife/1132-Fixer-Chrome1132-Fixer/chromeSTORE_PREP.md:379https://primeupyourlife.github.io/1132-Fixer-Chrome/privacy.htmlhttps://1132-fixer.github.io/chrome/privacy.html, old URL recorded as deadgrep -rni "primeupyourlife"over the tree now returns nothing.Every claim was measured, not assumed
Publisher. Fetching store item
fccnmckeeddpkhocebnbfnlapcjllljhreturns:This matches the publisher already recorded at
STORE_PREP.md:386("publisherHigh-Texas"), so the corrected privacy-policy line is consistent with the rest of the repo.Pages URLs, re-measured 2026-08-23:
The
STORE_PREP.md:379row asserts "content matchesPRIVACY_POLICY.md", so the live page was checked by content and not just by status code — distinctive sentences from the Affiliation and trademark paragraphs are present in the served HTML. That row's claim now rests on a URL that actually resolves, and it lines up withSTORE_PREP.md:117, which already documented the old URL as dead.Verification
Both required checks were run on this branch after every commit and exited 0:
npm test— Passed: 55, Failed: 0 (validate-extension + popup e2e + package tests)node scripts/verify-store-listing.js— all 8 listing fields within the store's limitsThe listing verifier only measures the ```text field blocks under
###headings; the edited lines all live in plain Markdown tables and prose, so no field character count moved.Constraints honored
manifest.jsonchange (still 1.2.7).feat/20-core-extractionuntouched.🤖 Generated with Claude Code