From 253e1ffa797dab78c8241f35cfdf7691a9a4e1d9 Mon Sep 17 00:00:00 2001 From: Minsu Lee Date: Tue, 3 Mar 2026 17:54:27 +0900 Subject: [PATCH] chore(.claude-plugin): rename marketplace name to code-intelligence Rename the marketplace plugin name from "language-server-please" to "code-intelligence" to align with the official "Code intelligence" category naming in Claude Code documentation. --- .claude-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 641fe63..bc459dc 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,5 +1,5 @@ { - "name": "language-server-please", + "name": "code-intelligence", "owner": { "name": "PassionFactory" },