From a6a0b0e0d984d9f7c69c6b9ad4fa0cf05a2a6232 Mon Sep 17 00:00:00 2001 From: Gerlando Piro Date: Thu, 9 Jul 2026 18:00:14 +0200 Subject: [PATCH] chore(plugin): add discovery metadata to plugin + marketplace manifests Prepares wijzer for a public Claude Code marketplace listing by adding repository, homepage, license, category, and keywords to the plugin entry, plus a top-level marketplace description. `claude plugin validate` passes with no warnings. Co-Authored-By: Gerlando Piro --- .claude-plugin/marketplace.json | 13 ++++++++++++- .claude-plugin/plugin.json | 1 + 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 0716732..7cdcb74 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,5 +1,6 @@ { "name": "wijzer", + "description": "wijzer — an OpenWiki-format agent wiki for your codebase, powered by your Claude subscription.", "owner": { "name": "Gerlando Piro", "url": "https://github.com/gpxl" @@ -8,7 +9,17 @@ { "name": "wijzer", "source": "./", - "description": "Generate and maintain an OpenWiki-format agent wiki for your codebase, refreshed from git diffs — powered by your Claude subscription, no API keys." + "description": "Generate and maintain an OpenWiki-format agent wiki for your codebase, refreshed from git diffs — powered by your Claude subscription, no API keys.", + "homepage": "https://github.com/gpxl/wijzer", + "repository": "https://github.com/gpxl/wijzer", + "license": "MIT", + "category": "documentation", + "keywords": [ + "documentation", + "wiki", + "openwiki", + "codebase-docs" + ] } ] } diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 097ed75..20c9d8b 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -7,6 +7,7 @@ "url": "https://github.com/gpxl" }, "homepage": "https://github.com/gpxl/wijzer", + "repository": "https://github.com/gpxl/wijzer", "license": "MIT", "keywords": [ "documentation",