File tree Expand file tree Collapse file tree
plugins/code-intelligence Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 " search-precedence" ,
4949 " tool-disclosure"
5050 ],
51- "version" : " 0.3.1 "
51+ "version" : " 0.4.0 "
5252 }
5353 ]
5454}
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ this repo - install them from their own repo instead.
162162The semantic rows above need a language server installed (here ` terraform-ls ` ).
163163Without one the plugin still helps: it discloses the ` rg ` fallback on the first
164164line instead of pretending the text search was exhaustive. Check your setup
165- with ` /code-intelligence:doctor ` .
165+ with ` /code-intelligence:setup-code-intelligence ` .
166166
167167``` bash
168168/plugin install code-intelligence@antonbabenko
176176- ` Is output.cluster_endpoint used anywhere before I change its type? `
177177- ` Did you really find all the references, or just text matches? `
178178
179- Check your setup (Claude Code): ` /code-intelligence:doctor `
179+ Check your setup (Claude Code): ` /code-intelligence:setup-code-intelligence `
180180
181181### [ terraform-skill] ( https://github.com/antonbabenko/terraform-skill )
182182
Original file line number Diff line number Diff line change 3030 "name" : " code-intelligence" ,
3131 "repository" : " https://github.com/antonbabenko/agent-plugins" ,
3232 "skills" : " ./skills" ,
33- "version" : " 0.3.1 "
33+ "version" : " 0.4.0 "
3434}
Original file line number Diff line number Diff line change 22
33All notable changes to the ` code-intelligence ` plugin are documented here. This file is managed by the per-plugin release pipeline; entries are prepended on release.
44
5+ ## code-intelligence-v0.4.0 (2026-05-17)
6+
7+ ### BREAKING CHANGES
8+
9+ * The ` doctor ` command is renamed to ` setup-code-intelligence ` . Its bare name
10+ shadowed Claude Code's built-in ` /doctor ` ; invoke the readiness check as
11+ ` /code-intelligence:setup-code-intelligence ` .
12+
513## code-intelligence-v0.3.1 (2026-05-17) ([ compare] ( https://github.com/antonbabenko/agent-plugins/compare/code-intelligence-v0.3.0...code-intelligence-v0.3.1 ) )
614
715### Bug Fixes
Original file line number Diff line number Diff line change 11---
2- name : doctor
2+ name : setup-code-intelligence
33description : Check code-intelligence prerequisites (ripgrep + a language server) and print install hints
44allowed-tools : Bash, AskUserQuestion
55---
66
7- # code-intelligence doctor
7+ # code-intelligence: setup & readiness check
88
99Run a one-shot readiness check for the ` code-intelligence ` skill, then offer an
1010optional star. The skill picks LSP vs exact-text vs fuzzy search by task; it
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Use when navigating or refactoring code with a language server - ch
44license : Apache-2.0
55metadata :
66 author : Anton Babenko
7- version : 0.3.1
7+ version : 0.4.0
88---
99
1010# Code Intelligence
Original file line number Diff line number Diff line change @@ -142,16 +142,16 @@ Where in this codebase is user authentication handled?
142142
143143---
144144
145- ## Scenario 4: Doctor Command Readiness Check
145+ ## Scenario 4: Setup Command Readiness Check
146146
147- ** Objective:** Verify the ` /code-intelligence:doctor ` command reports
147+ ** Objective:** Verify the ` /code-intelligence:setup-code-intelligence ` command reports
148148prerequisites accurately and the optional star step is consent-gated and
149149stateless.
150150
151151### Test Prompt
152152
153153``` text
154- /code-intelligence:doctor
154+ /code-intelligence:setup-code-intelligence
155155```
156156
157157### Expected Baseline Behavior (WITHOUT skill)
You can’t perform that action at this time.
0 commit comments