# Command Matrix This matrix lists the operational command surface for the BeadBoard driver skill. Day-to-day runbooks use `bd mail` delegation rather than direct low-level agent CLI invocations. ## Session and Identity - `node skills/beadboard-driver/scripts/session-preflight.mjs` - `node skills/beadboard-driver/scripts/ensure-bb-mail-configured.mjs` - `bd create --title="Agent: " --description="" --type=task --priority=0 --label="gt:agent,role:"` - `bd agent state spawning` — agent bead created, environment not yet verified - `bd agent state running` — environment verified, ready to claim work - `bd agent state working` — work bead claimed, actively executing - `bd agent state stuck` — blocked, waiting on intervention or response - `bd agent state done` — work bead closed, all deliverables complete - `bd agent state stopped` — session ending cleanly - `bd agent heartbeat ` - `bd agent show ` ## Work Claim and Lifecycle - `bd ready` - `bd show ` - `bd update --status in_progress --assignee ` - `bd slot set hook ` - `bd update --notes ""` - `bd close --reason ""` - `bd slot clear hook` ## Mail and Coordination (`bd mail` delegated) - `bd mail inbox` - `bd mail send --to --bead --category --subject "" --body "
"` - `bd mail read ` - `bd mail ack ` Delegate setup and validation: - `bd config set mail.delegate "node /skills/beadboard-driver/scripts/bb-mail-shim.mjs"` - `export BB_AGENT=` - `node skills/beadboard-driver/scripts/ensure-bb-mail-configured.mjs` ## Dependency and Graph Control - `bd dep --blocks ` - `bd dep add ` - `bd dep list ` - `bd dep tree ` - `bd dep cycles` - `bd dep relate ` - `bd dep unrelate ` ## Swarm and Molecule Operations - `bd swarm validate ` - `bd swarm create [--coordinator ] [--force]` - `bd swarm status ` - `bd swarm list` - `bd mol show ` - `bd mol pour --var key=value` - `bd mol ready` - `bd mol progress ` - `bd mol stale` ## Gates and Blocked Work - `bd gate list` - `bd gate list --all` - `bd gate check` - `bd gate check --type=bead` - `bd gate show ` - `bd gate resolve ` ## Comments and Audit Trail - `bd comments ` - `bd comments add ""` - `bd comments add -f ` ## Environment and Repair Helpers - `node {baseDir}/scripts/setup-mail-delegate.mjs` — configure mail.delegate (self-resolves shim path) - `node {baseDir}/scripts/readiness-report.mjs --checks --artifacts ` - `node {baseDir}/scripts/diagnose-env.mjs` - `node {baseDir}/scripts/heal-common-issues.mjs [--project-root ] [--apply] [--fix-git-index-lock]`