From d9601881379c5002ce41bb53da8ad1a1d643a931 Mon Sep 17 00:00:00 2001 From: Anton Babenko Date: Sun, 17 May 2026 15:28:53 +0200 Subject: [PATCH] fix(code-intelligence): doctor prints claude-code-lsps install path The doctor command only listed per-language binary install hints. Add a Claude Code note: install language servers as LSP plugins via '/plugin marketplace add boostvolt/claude-code-lsps' then '/plugin install @claude-code-lsps' (e.g. terraform-ls), preferred on Claude Code; binary hints remain the fallback. --- plugins/code-intelligence/commands/doctor.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/code-intelligence/commands/doctor.md b/plugins/code-intelligence/commands/doctor.md index 97a465c..acb0696 100644 --- a/plugins/code-intelligence/commands/doctor.md +++ b/plugins/code-intelligence/commands/doctor.md @@ -55,6 +55,13 @@ themselves. | Terraform | `terraform-ls` | `brew install hashicorp/tap/terraform-ls` | | Lua | `lua-language-server` | `brew install lua-language-server` | +**Claude Code users:** several language servers are also installable as LSP +plugins from the `claude-code-lsps` marketplace, no manual binary needed - +`/plugin marketplace add boostvolt/claude-code-lsps` then +`/plugin install @claude-code-lsps` (e.g. +`terraform-ls@claude-code-lsps`). Prefer this on Claude Code; fall back to the +binary install hints above otherwise. + ## 4. Verdict - `rg` present AND at least one language server present -> print `READY`.