From 1c6c76a213a0402343ec2ce0ad3a6e1c71ab03f3 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Wed, 15 Apr 2026 10:39:11 -0500 Subject: [PATCH] Remove displayName from plugin.json The `displayName` field is not part of the Claude Code plugin schema. `claude plugin validate` rejects unrecognized keys, which prevents the plugin from passing the marketplace CI scan. The `name` field already identifies the plugin. --- plugins/carta-crm/.claude-plugin/plugin.json | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/carta-crm/.claude-plugin/plugin.json b/plugins/carta-crm/.claude-plugin/plugin.json index 0d2523e..b02cdfb 100644 --- a/plugins/carta-crm/.claude-plugin/plugin.json +++ b/plugins/carta-crm/.claude-plugin/plugin.json @@ -1,6 +1,5 @@ { "name": "carta-crm", - "displayName": "Carta CRM", "version": "0.5.1", "description": "Add investors, companies, contacts, deals, and notes to the Carta CRM via the public API", "author": {