beads-viewer-0.19.0
aarch64-darwin.pkgs-beads-viewer
· build #2191
· raw
1Using versionCheckHook
unpackPhase
2unpacking source archive /nix/store/3n6aqkza02w9df03875fms3v2cgdazp8-source3source root is sourcebuildPhase
4Building subPackage ./cmd/bvfixupPhase
5checking for references to /nix/var/nix/builds/nix-69345-15098488/ in /nix/store/fj7bsy56ich654aqls90h0dk604w0hp9-beads-viewer-0.19.0...6patching script interpreter paths in /nix/store/fj7bsy56ich654aqls90h0dk604w0hp9-beads-viewer-0.19.07stripping (with command strip and flags -S) in /nix/store/fj7bsy56ich654aqls90h0dk604w0hp9-beads-viewer-0.19.0/bininstallCheckPhase
8Executing versionCheckPhase9Did not find version 0.19.0 in the output of the command /nix/store/fj7bsy56ich654aqls90h0dk604w0hp9-beads-viewer-0.19.0/bin/bv --version10bv v0.18.011Did not find version 0.19.0 in the output of the command /nix/store/fj7bsy56ich654aqls90h0dk604w0hp9-beads-viewer-0.19.0/bin/bv --help12Usage: bv [flags]1314A TUI viewer for beads issue tracker.1516General Flags:17 --cpu-profile string Write CPU profile to file18 --db string Path to beads database file or .beads directory (overrides19 BEADS_DB and BEADS_DIR env vars)20 --version Show version21 --update Update bv to the latest version22 --check-update Check if a new version is available23 --rollback Rollback to the previous version (from backup)24 --update-dry-run Show what an update would do without installing (use via 'bv25 upgrade --dry-run')26 --yes Skip confirmation prompts (use with --update)27 -f, --format string Structured output format for --robot-* commands: json or toon28 (env: BV_OUTPUT_FORMAT, TOON_DEFAULT_FORMAT)29 --stats Show JSON vs TOON token estimates on stderr (env: TOON_STATS=1)30 --no-cache Bypass disk cache for robot triage (also: BV_NO_CACHE=1)31 --force-full-analysis Compute all metrics regardless of graph size (may be slow for32 large graphs)33 --profile-startup Output detailed startup timing profile for diagnostics34 --profile-json Output profile in JSON format (use with --profile-startup)35 --theme string Color theme: light, dark, or auto (default: detect terminal36 background)37 --background-mode Enable experimental background snapshot loading (TUI only)38 --no-background-mode Disable experimental background snapshot loading (TUI only)39 -h, --help help for bv4041Search & Filters:42 --robot-min-confidence float Filter robot outputs by minimum confidence (0.0-1.0)43 --robot-max-results int Limit robot output count (0 = use defaults)44 --robot-by-label string Filter robot outputs by label (exact match)45 --robot-by-assignee string Filter robot outputs by assignee (exact match)46 -l, --label string Scope analysis to label's subgraph (affects47 --robot-insights, --robot-plan, --robot-priority)48 --severity string Filter robot alerts by severity (info|warning|critical)49 --alert-type string Filter robot alerts by alert type (e.g., stale_issue)50 --alert-label string Filter robot alerts by label match51 -r, --recipe string Apply named recipe (e.g., triage, actionable, high-impact)52 --search string Semantic search query (vector-based; builds/updates index53 on first run)54 --search-limit int Max results for --search/--robot-search (default 10)55 --search-mode string Search ranking mode: text or hybrid (default:56 BV_SEARCH_MODE or text)57 --search-preset string Hybrid preset name (default: BV_SEARCH_PRESET or default)58 --search-weights string Hybrid weights JSON (overrides preset; keys:59 text,pagerank,status,impact,priority,recency)60 --workspace string Load issues from workspace config file (.bv/workspace.yaml)61 --repo string Filter issues by repository prefix (e.g., 'api-' or 'api')6263Robot & Planning Flags:64 --robot-help Show AI agent help65 --robot-capabilities Output machine-readable command66 capabilities for AI agents67 --robot-docs string Machine-readable JSON docs for AI agents.68 Topics: guide, commands, examples, env,69 exit-codes, all70 --robot-insights Output graph analysis and insights as JSON71 for AI agents72 --robot-plan Output dependency-respecting execution73 plan as JSON for AI agents74 --robot-priority Output priority recommendations as JSON75 for AI agents76 --robot-triage Output unified triage as JSON (the77 mega-command for AI agents)78 --robot-triage-by-track Group triage recommendations by execution79 track (bv-87)80 --robot-triage-by-label Group triage recommendations by label (bv-87)81 --robot-next Output only the top pick recommendation as82 JSON (minimal triage)83 --brief Compact --robot-triage output: only84 decision-relevant fields (id, title,85 status, assignee, blockers, unblocks) (#183)86 --robot-not-ready-labels string Comma-separated labels marking a bead87 not-ready: excluded from claimable88 --robot-next/--robot-triage top picks89 (env: BV_ROBOT_NOT_READY_LABELS; #173)90 --robot-diff Output diff as JSON (use with --diff-since)91 --robot-recipes Output available recipes as JSON for AI agents92 --robot-label-health Output label health metrics as JSON for AI93 agents94 --robot-label-flow Output cross-label dependency flow as JSON95 for AI agents96 --robot-label-attention Output attention-ranked labels as JSON for97 AI agents98 --attention-limit int Limit number of labels in99 --robot-label-attention output (default 5)100 --robot-alerts Output alerts (drift + proactive) as JSON101 for AI agents102 --robot-metrics Output performance metrics (timing, cache,103 memory) as JSON104 --robot-schema Output JSON Schema definitions for all105 robot commands106 --schema-command string Output schema for specific command only107 (e.g., robot-triage)108 --robot-suggest Output smart suggestions (duplicates,109 dependencies, labels, cycles) as JSON110 --suggest-type string Filter suggestions by type: duplicate,111 dependency, label, cycle112 --suggest-confidence float Minimum confidence for suggestions (0.0-1.0)113 --suggest-bead string Filter suggestions for specific bead ID114 --robot-graph Output dependency graph as115 JSON/DOT/Mermaid for AI agents116 --graph-format string Graph output format: json, dot, mermaid117 (default "json")118 --graph-root string Subgraph from specific root issue ID119 --graph-depth int Max depth for subgraph (0 = unlimited)120 --robot-search Output semantic search results as JSON for121 AI agents (use with --search)122 --robot-drift Output drift check as JSON (use with123 --check-drift)124 --robot-history Output bead-to-commit correlations as JSON125 --robot-history-timeout-ms int Budget in ms for the git-history prologue126 of robot triage (0 = unbounded; default127 10000, env BV_ROBOT_HISTORY_TIMEOUT_MS)128 (default -1)129 --robot-explain-correlation string Explain why a commit is linked to a bead130 (format: SHA:beadID)131 --robot-confirm-correlation string Confirm a correlation is correct (format:132 SHA:beadID)133 --robot-reject-correlation string Reject an incorrect correlation (format:134 SHA:beadID)135 --correlation-by string Agent/user identifier for correlation feedback136 --correlation-reason string Reason for correlation feedback137 --robot-correlation-stats Output correlation feedback statistics as JSON138 --robot-orphans Output orphan commit candidates (commits139 that should be linked but aren't) as JSON140 --orphans-min-score int Minimum suspicion score for orphan141 candidates (0-100) (default 30)142 --robot-file-beads string Output beads that touched a file path as JSON143 --file-beads-limit int Max closed beads to show (use with144 --robot-file-beads) (default 20)145 --robot-file-hotspots Output files touched by most beads as JSON146 --hotspots-limit int Max hotspots to show (use with147 --robot-file-hotspots) (default 10)148 --robot-impact string Analyze impact of modifying files149 (comma-separated paths)150 --robot-file-relations string Output files that frequently co-change151 with the given file path152 --relations-threshold float Minimum correlation threshold (0.0-1.0)153 for related files (default 0.5)154 --relations-limit int Max related files to show (default 10)155 --robot-related string Output beads related to a specific bead ID156 as JSON157 --related-min-relevance percent_or_fraction Minimum relevance score for related work158 (int 0-100 percent OR float 0.0-1.0159 fraction) (default 20)160 --related-max-results int Max results per category for related work161 (default 10)162 --related-include-closed Include closed beads in related work results163 --robot-blocker-chain string Output full blocker chain analysis for164 issue ID as JSON165 --robot-impact-network string Output bead impact network as JSON (empty166 for full, or bead ID for subnetwork)167 --robot-causality string Output causal chain analysis for bead ID168 as JSON169 --robot-sprint-list Output sprints as JSON170 --robot-sprint-show string Output specific sprint details as JSON171 --robot-forecast string Output ETA forecast for bead ID, or 'all'172 for all open issues173 --forecast-label string Filter forecast by label174 --forecast-sprint string Filter forecast by sprint ID175 --forecast-agents int Number of parallel agents for capacity176 calculation (default 1)177 --robot-capacity Output capacity simulation and completion178 projection as JSON179 --agents int Number of parallel agents for capacity180 simulation (default 1)181 --capacity-label string Filter capacity simulation by label182 --robot-burndown string Output burndown data for sprint ID, or183 'current' for active sprint184185History & Drift:186 --diff-since string Show changes since historical point (commit SHA, branch, tag,187 or date)188 --as-of string View state at point in time (commit SHA, branch, tag, or date)189 --save-baseline string Save current metrics as baseline with optional description190 --baseline-info Show information about the current baseline191 --check-drift Check for drift from baseline (exit codes: 0=OK, 1=critical,192 2=warning)193 --bead-history string Show history for specific bead ID194 --history-since string Limit history to commits after this date/ref (e.g., '30 days195 ago', '2024-01-01')196 --history-limit int Max commits to analyze (0 = unlimited) (default 500)197 --min-confidence float Filter correlations by minimum confidence (0.0-1.0)198199Export & Reporting:200 --export-md string Export issues to a Markdown file (e.g., report.md)201 --export-graph string Export graph: .html for interactive, .png/.svg for static202 (auto-names if empty)203 --graph-preset string Graph layout preset: compact (default) or roomy (default "compact")204 --graph-title string Title for graph export (default: project name)205 --no-hooks Skip running hooks during export206 --emit-script Emit shell script for top-N recommendations (agent workflows)207 --script-limit int Limit number of items in emitted script (use with208 --emit-script) (default 5)209 --script-format string Script format: bash, fish, or zsh (use with --emit-script)210 (default "bash")211 --priority-brief string Export priority brief to Markdown file (e.g., brief.md)212 --agent-brief string Export agent brief bundle to directory (includes triage.json,213 insights.json, brief.md, helpers.md)214 --export-pages string Export static site to directory (e.g., ./bv-pages)215 --pages-title string Custom title for static site216 --pages-include-closed Include closed issues in export (default: true) (default true)217 --pages-include-history Include git history for time-travel (default: true) (default true)218 --preview-pages string Preview existing static site bundle219 --no-live-reload Disable live-reload in preview mode220 --watch-export Watch for beads changes and auto-regenerate export (use with221 --export-pages)222 --pages Launch interactive Pages deployment wizard223 --debug-render string Render a view and output to file (views: insights, board)224 --debug-width int Width for debug render (default 180)225 --debug-height int Height for debug render (default 50)226227Agent File Management:228 --agents-add Add beads workflow instructions to AGENTS.md (creates file if needed)229 --agents-remove Remove beads workflow instructions from AGENTS.md230 --agents-update Update beads workflow instructions to latest version231 --agents-check Check AGENTS.md blurb status (default if no --agents-* action)232 --agents-dry-run Show what would happen without executing (use with --agents-*)233 --agents-force Skip confirmation prompts (use with --agents-*)234235Other Flags:236 --network-depth int Depth of subnetwork when querying specific bead (1-3) (default 2)237 --feedback-accept string Record accept feedback for issue ID (tunes recommendation weights)238 --feedback-ignore string Record ignore feedback for issue ID (tunes recommendation weights)239 --feedback-reset Reset all feedback data to defaults240 --feedback-show Show current feedback status and weight adjustments241242Run `bv --robot-help` for detailed AI/robot command documentation.