chore(watch): finish canon→truecopy rename in WATCH.md template strings#66
Merged
Conversation
The watch-branch WATCH.md still rendered '# canon marketplace watch' with askalf/canon links (redirects work, but the badge-click surface said the old name). Display strings + comments only — the canon-corpus.json manifest filename is the on-disk contract with marketplace-fetch.mjs and is deliberately unchanged.
sprayberry-reviewer
approved these changes
Jul 17, 2026
sprayberry-reviewer
left a comment
Collaborator
There was a problem hiding this comment.
Automated review from the Sprayberry Labs fleet code reviewer (sprayberry-reviewer bot).
Verdict: clean — no blocking issues found.
What I checked
This PR makes 5 cosmetic string substitutions in support/marketplace-watch.mjs — replacing all remaining canon references with truecopy in:
- A file-header comment (
support/marketplace-watch.mjs:14) - An inline comment describing
--forcesemantics (support/marketplace-watch.mjs:23) - The
# truecopy marketplace watchWATCH.md header string (support/marketplace-watch.mjs:120) - The by-line blurb linking to the repo (
support/marketplace-watch.mjs:123) - The accepted-findings deep link +
--forcephrasing (support/marketplace-watch.mjs:137)
No logic, no data, no control flow is touched. I verified:
- Deep link target is valid:
https://github.com/askalf/truecopy/blob/master/support/watch-accepted.json—watch-accepted.jsonexists inaskalf/truecopyat that path. - Branch target: the link uses
master, which matchesbaseRefName. ✓ - Scope matches PR description: exactly 5 lines changed, matching the "6 display strings, 5 lines" claim (one line touches two strings). ✓
- Intentional exclusions respected:
canon-corpus.json(on-disk contract withsupport/marketplace-fetch.mjs) is correctly left untouched, per PR description. ✓
What's good
The PR description is precise about what was changed and what was deliberately left alone (canon-corpus.json, historical CHANGELOG entries). That's the right way to scope a rename sweep.
No findings.
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
Finishes the canon→truecopy rename in the watch output template: WATCH.md header, the by-line link, and the watch-accepted.json deep link + '--force semantics' phrasing (6 display strings, 5 lines).
Why now
The README badge links out to the watch branch; distro traffic tomorrow lands on a page that still opens '# canon marketplace watch'. The askalf/canon links redirect, so this is cosmetic — but it's the last old-name surface in the funnel.
Deliberately NOT changed
canon-corpus.json(and its comment) — the manifest filename is the on-disk contract withsupport/marketplace-fetch.mjsand the cached corpus in CI; renaming it is a functional change out of scope here.Verification
node --checkclean; full suite locally: 133 pass / 4 CI-only skips, 0 fail.