[NO-TICKET] Call the widget the Patchstack Connector - #283
Merged
Merged
Conversation
The CLI, the install prompt and the shipped docs called the site widget the "disclosure widget", but its public report form is off until the site is claimed, so the name described something most new installs never show. Everything now calls it the Patchstack Connector, and "the connector" where it meant this package now says "Connect" so the two names never collide. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
|
Renamed 'disclosure widget' to 'Patchstack Connector' consistently across docs and code. 🎯 Quality: 77% Good · 📦 Size: Medium 📈 This month: Your 139th PR — above team average · Averaging Good |
Contributor
Author
|
/review |
daniloradovic
approved these changes
Sep 25, 2026
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 changed
Connect now calls the site widget the Patchstack Connector everywhere it names it: the
guidechecklist,scanoutput and help text, the static-site noteprotectprints, the install prompt, and the shipped docs (README.md,AGENT-INSTALL.md,GETTING-STARTED.md,MAINTAINING.md).Why
The old name, "disclosure widget", describes the public report form. That form is off until the site is claimed, so on a new install the widget shows the "Connect this website" panel instead, and the name described something the user had not seen yet. A few lines went further and called it the "Report a vulnerability" widget, which is wrong for the same reason.
Fix
guidechecklist lines now readPatchstack Connector installed,Patchstack Connector disabled by config,Fix the Patchstack Connector yourself…, andAdd the Patchstack Connector…(wasAdd the "Report a vulnerability" widget…).scanprintsWidget: added the Patchstack Connector tag to ….README.md,GETTING-STARTED.md,field-test/prompt.txt) stay identical.POST /api/logs/logendpoint are unchanged, since that names an API endpoint.Verified
npm run typecheck,npm run buildandnpm run capabilities:checkpass (no capability vocabulary change).npm test: 197 files, 3255 passed, 7 skipped. That includes the install-prompt test that keeps the three prompt copies identical.Field test still owed
node field-test/run.mjs --persona hostile --rounds 3has to pass on this branch before release. It has not been run yet.guideoutput andAGENT-INSTALL.mdchanged too. The harness installs the published tarball, so those need the same hostile run right after the release that carries them. Until then, the disclosure tests andcapabilities:checkare what cover them.Out of scope, worth a follow-up
Docs: the public documentation pages for JavaScript/Node projects are renamed in a companion docs PR.
🤖 Generated with Claude Code