chore(rename): repoint canonical references to 1132-Fixer/chrome - #19
Merged
Conversation
The repository was renamed 1132-Fixer/1132-Fixer-Chrome -> 1132-Fixer/chrome (identity-preserving, repo ID 1246919604 unchanged). This sweep updates every active canonical reference to the new path so nothing depends on GitHub's rename redirect, and repoints the GitHub Pages URLs, which do NOT redirect: - README badges and Feedback/Report links - Pages site: index.md links, _layouts/default.html footer/nav links - PRIVACY_POLICY.md repository + hosted-privacy URLs (new Pages URL https://1132-fixer.github.io/chrome/privacy.html verified live: HTTPS 200, content matches) - SUPPORT.md issues link - Issue-form absolute links (bug_report, feature_request, config) - report.html feedback link + its validators (validate-extension.js ALLOWED_STATIC_LINKS + report.html URL check, test-report-e2e.js) in lockstep - STORE_LISTING.md source link and privacy-policy-URL block - STORE_PREP.md dashboard-walkthrough values and post-rename re-verification of the privacy URL - install.bat folder-name message Deliberately unchanged: STORE_LISTING.md lines 109-110 (record of live store dashboard state), STORE_PREP.md historical DONE record, AGENTS.md history note, ds-bundle/ provenance note (design-system), all 1132-Fixer-Windows references (separate consolidation phase), manifest description strings, package.json npm name. Local checks: validate-extension 140 pass, popup e2e 91 pass, report e2e 32 pass, 0 failures.
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
Phase K reference sweep for the identity-preserving rename
1132-Fixer/1132-Fixer-Chrome→1132-Fixer/chrome(repo ID 1246919604 unchanged, HEAD unchanged at rename time). Repoints every active canonical reference to the new path so nothing depends on GitHub's rename redirect, and updates GitHub Pages URLs, which do not redirect (old Pages URL now 404, verified).Changes (14 files, 27 lines)
index.mdsource/install links,_layouts/default.htmlnav + footer linkshttps://1132-fixer.github.io/chrome/privacy.html(verified live post-rename: HTTPS 200, page contains "Privacy Policy")bug_report.yml,feature_request.yml,config.ymlabsolute links (made absolute in docs+brand: OSS hygiene batch — public project docs, canonical identity strings, report-chip fix #18, now repointed)validate-extension.jsALLOWED_STATIC_LINKS+ report.html URL check,test-report-e2e.jslink assertionDeliberately unchanged
STORE_LISTING.mdlines 109–110 — record of live store dashboard state (operator/§8 class)STORE_PREP.mdline 354 — dated historical DONE recordAGENTS.mdhistory note,ds-bundle/README.mdprovenance — historical / design-system untouched1132-Fixer-Windowsreferences — separate consolidation phase (E–F)manifest.jsondescription strings (§6-ruled; contains no repo URLs anyway),package.jsonnpm name,_config.yml(has no baseurl/url key and no repo reference)Verification
validate-extension.js140 pass ·test-popup-e2e.js91 pass ·test-report-e2e.js32 pass · 0 failuresSimplicity statement
Minimum sweep for the verified requirement: URL-substring substitutions plus one honest re-verification row; no abstractions, no speculative compatibility, validators changed only in lockstep with the single link they pin.