integrations/junie/README.md
Integration for Junie (JetBrains AI Agent) with beads issue tracking.
# Install beads
curl -fsSL https://raw.githubusercontent.com/gastownhall/beads/main/scripts/install.sh | bash
# Initialize beads in your project
bd init
bd setup junie
This creates:
.junie/guidelines.md - Agent instructions for beads workflow.junie/mcp/mcp.json - MCP server configuration.junie/guidelines.md)Junie automatically reads this file on session start. It contains:
bd CLI.junie/mcp/mcp.json)Configures the beads MCP server so Junie can use beads tools directly:
{
"mcpServers": {
"beads": {
"command": "bd",
"args": ["mcp"]
}
}
}
Once installed, Junie will:
.junie/guidelines.mdbd CLI commandsmcp_beads_ready - Find tasks ready for workmcp_beads_list - List issues with filtersmcp_beads_show - Show issue detailsmcp_beads_create - Create new issuesmcp_beads_update - Update issue status/prioritymcp_beads_close - Close completed issuesmcp_beads_dep - Manage dependenciesmcp_beads_blocked - Show blocked issuesmcp_beads_stats - Get issue statisticsbd setup junie --check
bd setup junie --remove
bd prime - Get full workflow contextbd ready - Find unblocked workbd dolt push - Push issue changes to Dolt remote (run at session end)Same as beads (see repository root).