feat: unadvertised --uninstall mode for skill office - #238
Merged
Conversation
codevhub skill office --uninstall fetches the published per-OS uninstall script (codev-office-<os>-uninstall.sh|ps1) and runs it - no bundle download. --yes / --skills-only / --purge-downloads pass through to the uninstaller; install flags are rejected in uninstall mode and vice versa, so nothing is silently forwarded to a script that would choke on it. Deliberately absent from OFFICE_USAGE and codevhub help. Co-Authored-By: Claude Fable 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.
Replaces #237, which GitHub auto-closed when its stacked base branch was deleted by the #236 squash-merge; this is the same uninstall commit cherry-picked onto current main.
Adds
codevhub skill office --uninstall: fetches the published per-OS uninstall script (codev-office-<os>-uninstall.sh|ps1, always refetched like the setup script) and runs it — no bundle download in this mode.--yes/--skills-only/--purge-downloadspass through (-Yes/-SkillsOnly/-PurgeDownloadson Windows); without--yesthe uninstaller's own confirmation prompt works (spawner inherits stdio). Deliberately absent fromOFFICE_USAGEandcodevhub help; mixed install/uninstall flags error loudly per the strict-parse convention.Tested: 45 tests pass across the office/download suites (uninstall parse + rejections, script-name contract, both shells' uninstallerArgs, end-to-end fetch-and-spawn with the bundle untouched).
🤖 Generated with Claude Code