Files
beads/.claude-plugin/marketplace.json
emma 88a6438c80 chore(release): bump version to 0.48.0
Release highlights:
- VersionedStorage interface for pluggable backends
- bd types command and enhancement type alias
- bd close -m flag (git commit convention)
- RepoContext API for centralized git operations
- Dolt backend improvements (WIP)
- Many bug fixes for doctor, sync, hooks, worktrees

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 04:36:41 -08:00

16 lines
334 B
JSON

{
"name": "beads-marketplace",
"description": "Local marketplace for beads plugin development",
"owner": {
"name": "Steve Yegge"
},
"plugins": [
{
"name": "beads",
"source": "./claude-plugin",
"description": "AI-supervised issue tracker for coding workflows",
"version": "0.48.0"
}
]
}