beads-bv

Installation
SKILL.md

beads-bv — Graph-Aware Triage

Core Insight: Your backlog is a directed graph. PageRank finds what everything depends on. Betweenness finds bottlenecks. The math knows your priorities better than your gut.

Constraints

  • Run only bv --robot-* commands because bare bv launches an interactive TUI and blocks an agent lane.
  • Treat graph recommendations as triage evidence, not permission to mutate or close work; the owning workflow still applies its acceptance gate.
  • Resolve the live tracker store before every br command because linked worktrees may not contain the canonical ledger.

CRITICAL: Robot Mode Only

bv                    # WRONG — launches TUI, blocks terminal
bv --robot-triage     # CORRECT — JSON output for agents

NEVER run bare bv in agent contexts.

Installs
11
Repository
boshu2/agentops
GitHub Stars
426
First Seen
Jun 7, 2026
beads-bv — boshu2/agentops