# Command Matrix ## Preflight and Identity - `node skills/beadboard-driver/scripts/resolve-bb.mjs` - Output: `{ ok, source, resolved_path, reason, remediation }` - `node skills/beadboard-driver/scripts/session-preflight.mjs` - Output: `{ ok, tools.bd, bb }` or `{ ok:false, error_code }` - `node skills/beadboard-driver/scripts/generate-agent-name.mjs` - Output: `{ ok, agent_name, attempts, collisions }` or `{ ok:false, error_code }` - `node skills/beadboard-driver/scripts/readiness-report.mjs --checks --artifacts ` - Output: `{ ok, checks, artifacts, dependency_sanity, summary }` ## Coordination Commands (`bb`) - `bb agent register --name --role ` - `bb agent list` - `bb agent show --agent ` - `bb agent send --from --to --bead --category --subject --body ` - `bb agent inbox --agent [--state unread|read|acked]` - `bb agent read --agent --message ` - `bb agent ack --agent --message ` - `bb agent reserve --agent --scope --bead [--ttl ] [--takeover-stale]` - `bb agent release --agent --scope ` - `bb agent status [--bead ] [--agent ]` ## Lifecycle Commands (`bd`) - `bd ready` - `bd show ` - `bd update --status in_progress --claim` - `bd update --notes ""` - `bd close --reason ""`