pi-coding-agent hook for Beads issue tracking.
When you run pi in a project with a .beads/ directory, this hook runs bd prime on session start so the agent understands your bd workflow.
Add to your global settings (~/.pi/agent/settings.json):
{
"hooks": {
"paths": ["git:https://github.com/cv/pi-bd"]
}
}Or try it first:
pi --hook git:https://github.com/cv/pi-bd- pi-coding-agent installed
- Beads (
bd) installed and on PATH
Just use !bd <command> in pi to run any bd command:
!bd ready # Find available work
!bd show <id> # View issue details
!bd close <id> # Complete work
!bd sync # Sync with git
MIT