Files missed in manual version bump: - .claude-plugin/plugin.json - .claude-plugin/marketplace.json - integrations/beads-mcp/pyproject.toml - integrations/beads-mcp/__init__.py - Hook templates Generated with Claude Code Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16 lines
321 B
JSON
16 lines
321 B
JSON
{
|
|
"name": "beads-marketplace",
|
|
"description": "Local marketplace for beads plugin development",
|
|
"owner": {
|
|
"name": "Steve Yegge"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "beads",
|
|
"source": "./",
|
|
"description": "AI-supervised issue tracker for coding workflows",
|
|
"version": "0.30.3"
|
|
}
|
|
]
|
|
}
|