From 7a90d90f81d9c268c8b530520b3f48255629d3bb Mon Sep 17 00:00:00 2001 From: Jon Eide Johnsen Date: Thu, 5 Mar 2026 09:34:51 -0800 Subject: [PATCH] chore: rename cursor plugin --- .cursor-plugin/marketplace.json | 2 +- .cursor-plugin/plugin.json | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cursor-plugin/marketplace.json b/.cursor-plugin/marketplace.json index 8945a83..71855fb 100644 --- a/.cursor-plugin/marketplace.json +++ b/.cursor-plugin/marketplace.json @@ -11,7 +11,7 @@ }, "plugins": [ { - "name": "sanity-plugin", + "name": "sanity", "source": "./", "description": "Sanity plugin for Cursor with MCP server, agent skills, agent rules, and commands.", "version": "1.0.0", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 632c9ea..4552a3a 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,5 +1,5 @@ { - "name": "sanity-plugin", + "name": "sanity", "displayName": "Sanity", "version": "1.0.0", "description": "Sanity plugin for Cursor with MCP server, agent skills, agent rules, and commands.", diff --git a/README.md b/README.md index a6ddcb1..af90786 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ Or run `/sanity` to explore all capabilities. In Cursor chat, run: ``` -/add-plugin sanity-plugin +/add-plugin sanity ``` ### Option 4: Manual installation