From bb454f98576f096725dc33f9b9a8f58d85aa9169 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 6 Mar 2026 23:38:28 +0000 Subject: [PATCH] fix: correct marketplace.json schema Align with google-patent-cli marketplace structure for proper parsing. Co-Authored-By: Claude Opus 4.6 --- .claude-plugin/marketplace.json | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 2df6130..b0b0e60 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,22 +1,17 @@ { - "title": "arXiv CLI", - "id": "com.sonesuke.arxiv-cli", - "description": "CLI tool for searching and fetching papers from arXiv with Cypher query support", - "icon": "https://github.com/sonesuke.png", - "author": { - "name": "sonesuke", - "contact": "https://github.com/sonesuke" + "name": "arxiv-cli-marketplace", + "owner": { + "name": "sonesuke" }, - "license": "MIT", - "categories": ["Developer Tools", "Research"], - "tags": ["arxiv", "research", "papers", "academic", "search"], - "readme": "https://github.com/sonesuke/arxiv-cli/blob/main/README.md", - "homepage": "https://github.com/sonesuke/arxiv-cli", - "repository": "https://github.com/sonesuke/arxiv-cli", - "references": [ + "plugins": [ { - "type": "github", - "url": "https://github.com/sonesuke/arxiv-cli" + "name": "arxiv-cli", + "description": "arXiv CLI - Search and analyze papers from arXiv with Cypher query support", + "version": "0.1.5", + "author": { + "name": "sonesuke" + }, + "source": "./claude-plugin" } ] }