binnacle
Task tracker for AI agents. Stores data outside your repo so it doesn't pollute your codebase.
[!WARNING] Early alpha. Things may break.
Install
Usage
For AI agents:
Running Agents
See container/README.md for sandboxed execution.
What It Tracks
- Tasks (
bn-xxxx) with priorities, dependencies, tags - Bugs (
bn-xxxx) with severity levels - Ideas (
bn-xxxx) that can be promoted to tasks - Milestones (
bn-xxxx) with progress tracking - Tests (
bnt-xxxx) linked to tasks, auto-reopen on regression - Docs (
bn-xxxx) for attached documentation - Queue (
bnq-xxxx) for agent prioritization
Quick Reference
Run bn --help for everything else.
GUI
# open http://localhost:3030
Interactive graph of tasks and dependencies with live updates.
Building
License
MIT