From 63a4db3ee3b741d97a20d80993500c1515c5ab23 Mon Sep 17 00:00:00 2001 From: Augustinas Malinauskas Date: Tue, 14 Oct 2025 13:21:03 -0700 Subject: [PATCH 1/2] Update marketplace.json --- .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 4ff23e64..a84867f5 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -7,7 +7,7 @@ "plugins": [ { "name": "beads", - "source": ".", + "source": "./", "description": "AI-supervised issue tracker for coding workflows", "version": "0.9.0" } From 3c1957bd03973051337afc2d53a332a526b3b348 Mon Sep 17 00:00:00 2001 From: Augustinas Malinauskas Date: Tue, 14 Oct 2025 13:37:54 -0700 Subject: [PATCH 2/2] Mismatching manifest `repository` is a string https://docs.claude.com/en/docs/claude-code/plugins-reference --- .claude-plugin/plugin.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 99197caa..8dc9f5f4 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -6,10 +6,7 @@ "name": "Steve Yegge", "url": "https://github.com/steveyegge" }, - "repository": { - "type": "git", - "url": "https://github.com/steveyegge/beads" - }, + "repository": "https://github.com/steveyegge/beads", "license": "MIT", "homepage": "https://github.com/steveyegge/beads", "keywords": [