refactor(code-intelligence): rename doctor command to setup-code-intelligence#14
Merged
Merged
Conversation
Repo has no required checks and the token-authored PR does not trigger validate.yml, so native auto-merge cannot arm. Instead the updater squash-merges its own PR right after the inline manifest- sync check passes (that check is the gate; a desynced bump fails the workflow before any PR exists). Manifest-only chore subject -> no agent-plugins release. Fully hands-off; revert the chore commit to undo a bad bump.
…lligence The command's bare name 'doctor' shadowed Claude Code's built-in /doctor, so typing /doctor resolved to the plugin instead of the built-in health check. Renamed to setup-code-intelligence; invoke as /code-intelligence:setup-code-intelligence. Updates command file, baseline scenario, README, CHANGELOG (new 0.4.0 entry, history preserved), and bumps version 0.3.1 -> 0.4.0. BREAKING CHANGE: /code-intelligence:doctor is now /code-intelligence:setup-code-intelligence
marketplace.json validator requires SKILL.md metadata.version to match the plugin version. Aligns with the 0.3.1 -> 0.4.0 bump.
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.
Why
The command's bare name
doctorshadowed Claude Code's built-in/doctor. Typing/doctorresolved to this plugin command instead of the built-in health check.Change
Renamed
doctor->setup-code-intelligence. Invoke as/code-intelligence:setup-code-intelligence.git mv), frontmattername+ H1 updated0.4.0entry; prior release history preserved0.3.1->0.4.0(marketplace.json + .codex-plugin/plugin.json)BREAKING CHANGE
/code-intelligence:doctoris now/code-intelligence:setup-code-intelligence. Users update plugin then/reload-plugins.