Updated all component versions: - bd CLI: 0.30.5 → 0.30.6 - Plugin: 0.30.5 → 0.30.6 - MCP server: 0.30.5 → 0.30.6 - npm package: 0.30.5 → 0.30.6 Changes in this release: - bd graph command shows dependency counts using subgraph formatting (bd-6v2) - types.StatusPinned for persistent beads that survive cleanup
56 lines
1.1 KiB
JSON
56 lines
1.1 KiB
JSON
{
|
|
"name": "beads",
|
|
"description": "AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.",
|
|
"version": "0.30.6",
|
|
"author": {
|
|
"name": "Steve Yegge",
|
|
"url": "https://github.com/steveyegge"
|
|
},
|
|
"repository": "https://github.com/steveyegge/beads",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/steveyegge/beads",
|
|
"keywords": [
|
|
"issue-tracker",
|
|
"task-management",
|
|
"ai-workflow",
|
|
"agent-memory",
|
|
"mcp-server"
|
|
],
|
|
"mcpServers": {
|
|
"beads": {
|
|
"command": "uv",
|
|
"args": [
|
|
"--directory",
|
|
"${CLAUDE_PLUGIN_ROOT}/integrations/beads-mcp",
|
|
"run",
|
|
"beads-mcp"
|
|
],
|
|
"env": {}
|
|
}
|
|
},
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{
|
|
"matcher": "",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "bd prime"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"PreCompact": [
|
|
{
|
|
"matcher": "",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "bd prime"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|