Fix plugin manifest schema for Claude Code marketplace
Claud code `/plugin marketplace add steveyegge/beads` fix
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"name": "beads",
|
"name": "beads",
|
||||||
"source": ".",
|
"source": "./",
|
||||||
"description": "AI-supervised issue tracker for coding workflows",
|
"description": "AI-supervised issue tracker for coding workflows",
|
||||||
"version": "0.9.2"
|
"version": "0.9.2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,10 +6,7 @@
|
|||||||
"name": "Steve Yegge",
|
"name": "Steve Yegge",
|
||||||
"url": "https://github.com/steveyegge"
|
"url": "https://github.com/steveyegge"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": "https://github.com/steveyegge/beads",
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/steveyegge/beads"
|
|
||||||
},
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://github.com/steveyegge/beads",
|
"homepage": "https://github.com/steveyegge/beads",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
Reference in New Issue
Block a user