Remove install.txt references; add Uninstalling section to AGENT-INSTALL.md#68
Merged
Conversation
…ALL.md install.txt/uninstall.txt are being removed from patchstack.com (patchstack-website#350) — pre-user stage, nothing consumed them, and install.txt had drifted (claimed four subcommands while the CLI ships seven, including the guide command the install prompt runs). The guide CLI and bundled AGENT-INSTALL.md are the versioned sources of truth. Uninstall content lands in AGENT-INSTALL.md, which is always present at uninstall time because the package is still installed. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Adds clear Uninstalling section and purges outdated install.txt references. 🎯 Quality: 99% Elite · 📦 Size: Small 📈 This month: Your 226th PR — above team average · Averaging Excellent |
Contributor
Author
|
/review |
mariojgt
approved these changes
Jul 14, 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.
Follow-up to #67 — this commit was pushed to that branch a few minutes after it merged, so it never landed.
What
src/cli.tshelp text): install.txt and uninstall.txt are being deleted from patchstack.com (patchstack/patchstack-website#350) — pre-user stage, nothing consumed them, and install.txt had drifted badly (it claimed "exactly four subcommands" while the CLI ships seven, including theguidecommand the install prompt runs — a vendor doc denying the requested command exists is a refusal trigger by itself). TheguideCLI and bundled AGENT-INSTALL.md are the versioned sources of truth and structurally can't drift..patchstackrc.json, un-chain shared hooks rather than deleting them, grep for stray widget snippets, account-side removal is user-driven in the dashboard — no CLI delete command exists) with the consent-assertion/no-pause phrasing stripped. Since the package is by definition still installed at uninstall time, the bundled doc is always present — andguideprints AGENT-INSTALL.md in full, sonpx @patchstack/connect guidenow surfaces uninstall instructions with no new code.Validation
372 tests, typecheck, build green. AGENT-INSTALL.md is a 🟠 shipped-doc change — reaches agents on the next npm publish; fold into the ≥2026-07-16 re-gate.
🤖 Generated with Claude Code