beads-viewer-0.19.0
x86_64-linux.pkgs-beads-viewer
· build #2222
· raw
1Using versionCheckHook
unpackPhase
2unpacking source archive /nix/store/3n6aqkza02w9df03875fms3v2cgdazp8-source3source root is sourcebuildPhase
4Building subPackage ./cmd/bvfixupPhase
5shrinking RPATHs of ELF executables and libraries in /nix/store/9xb30xkfi7l9byzg0kj3ysqxh40a4ii6-beads-viewer-0.19.06shrinking /nix/store/9xb30xkfi7l9byzg0kj3ysqxh40a4ii6-beads-viewer-0.19.0/bin/bv7checking for references to /build/ in /nix/store/9xb30xkfi7l9byzg0kj3ysqxh40a4ii6-beads-viewer-0.19.0...8patching script interpreter paths in /nix/store/9xb30xkfi7l9byzg0kj3ysqxh40a4ii6-beads-viewer-0.19.09stripping (with command strip and flags -S -p) in /nix/store/9xb30xkfi7l9byzg0kj3ysqxh40a4ii6-beads-viewer-0.19.0/bininstallCheckPhase
10Executing versionCheckPhase11Did not find version 0.19.0 in the output of the command /nix/store/9xb30xkfi7l9byzg0kj3ysqxh40a4ii6-beads-viewer-0.19.0/bin/bv --version12bv v0.18.013Did not find version 0.19.0 in the output of the command /nix/store/9xb30xkfi7l9byzg0kj3ysqxh40a4ii6-beads-viewer-0.19.0/bin/bv --help14Usage: bv [flags]1516A TUI viewer for beads issue tracker.1718General Flags:19 --cpu-profile string Write CPU profile to file20 --db string Path to beads database file or .beads directory (overrides21 BEADS_DB and BEADS_DIR env vars)22 --version Show version23 --update Update bv to the latest version24 --check-update Check if a new version is available25 --rollback Rollback to the previous version (from backup)26 --update-dry-run Show what an update would do without installing (use via 'bv27 upgrade --dry-run')28 --yes Skip confirmation prompts (use with --update)29 -f, --format string Structured output format for --robot-* commands: json or toon30 (env: BV_OUTPUT_FORMAT, TOON_DEFAULT_FORMAT)31 --stats Show JSON vs TOON token estimates on stderr (env: TOON_STATS=1)32 --no-cache Bypass disk cache for robot triage (also: BV_NO_CACHE=1)33 --force-full-analysis Compute all metrics regardless of graph size (may be slow for34 large graphs)35 --profile-startup Output detailed startup timing profile for diagnostics36 --profile-json Output profile in JSON format (use with --profile-startup)37 --theme string Color theme: light, dark, or auto (default: detect terminal38 background)39 --background-mode Enable experimental background snapshot loading (TUI only)40 --no-background-mode Disable experimental background snapshot loading (TUI only)41 -h, --help help for bv4243Search & Filters:44 --robot-min-confidence float Filter robot outputs by minimum confidence (0.0-1.0)45 --robot-max-results int Limit robot output count (0 = use defaults)46 --robot-by-label string Filter robot outputs by label (exact match)47 --robot-by-assignee string Filter robot outputs by assignee (exact match)48 -l, --label string Scope analysis to label's subgraph (affects49 --robot-insights, --robot-plan, --robot-priority)50 --severity string Filter robot alerts by severity (info|warning|critical)51 --alert-type string Filter robot alerts by alert type (e.g., stale_issue)52 --alert-label string Filter robot alerts by label match53 -r, --recipe string Apply named recipe (e.g., triage, actionable, high-impact)54 --search string Semantic search query (vector-based; builds/updates index55 on first run)56 --search-limit int Max results for --search/--robot-search (default 10)57 --search-mode string Search ranking mode: text or hybrid (default:58 BV_SEARCH_MODE or text)59 --search-preset string Hybrid preset name (default: BV_SEARCH_PRESET or default)60 --search-weights string Hybrid weights JSON (overrides preset; keys:61 text,pagerank,status,impact,priority,recency)62 --workspace string Load issues from workspace config file (.bv/workspace.yaml)63 --repo string Filter issues by repository prefix (e.g., 'api-' or 'api')6465Robot & Planning Flags:66 --robot-help Show AI agent help67 --robot-capabilities Output machine-readable command68 capabilities for AI agents69 --robot-docs string Machine-readable JSON docs for AI agents.70 Topics: guide, commands, examples, env,71 exit-codes, all72 --robot-insights Output graph analysis and insights as JSON73 for AI agents74 --robot-plan Output dependency-respecting execution75 plan as JSON for AI agents76 --robot-priority Output priority recommendations as JSON77 for AI agents78 --robot-triage Output unified triage as JSON (the79 mega-command for AI agents)80 --robot-triage-by-track Group triage recommendations by execution81 track (bv-87)82 --robot-triage-by-label Group triage recommendations by label (bv-87)83 --robot-next Output only the top pick recommendation as84 JSON (minimal triage)85 --brief Compact --robot-triage output: only86 decision-relevant fields (id, title,87 status, assignee, blockers, unblocks) (#183)88 --robot-not-ready-labels string Comma-separated labels marking a bead89 not-ready: excluded from claimable90 --robot-next/--robot-triage top picks91 (env: BV_ROBOT_NOT_READY_LABELS; #173)92 --robot-diff Output diff as JSON (use with --diff-since)93 --robot-recipes Output available recipes as JSON for AI agents94 --robot-label-health Output label health metrics as JSON for AI95 agents96 --robot-label-flow Output cross-label dependency flow as JSON97 for AI agents98 --robot-label-attention Output attention-ranked labels as JSON for99 AI agents100 --attention-limit int Limit number of labels in101 --robot-label-attention output (default 5)102 --robot-alerts Output alerts (drift + proactive) as JSON103 for AI agents104 --robot-metrics Output performance metrics (timing, cache,105 memory) as JSON106 --robot-schema Output JSON Schema definitions for all107 robot commands108 --schema-command string Output schema for specific command only109 (e.g., robot-triage)110 --robot-suggest Output smart suggestions (duplicates,111 dependencies, labels, cycles) as JSON112 --suggest-type string Filter suggestions by type: duplicate,113 dependency, label, cycle114 --suggest-confidence float Minimum confidence for suggestions (0.0-1.0)115 --suggest-bead string Filter suggestions for specific bead ID116 --robot-graph Output dependency graph as117 JSON/DOT/Mermaid for AI agents118 --graph-format string Graph output format: json, dot, mermaid119 (default "json")120 --graph-root string Subgraph from specific root issue ID121 --graph-depth int Max depth for subgraph (0 = unlimited)122 --robot-search Output semantic search results as JSON for123 AI agents (use with --search)124 --robot-drift Output drift check as JSON (use with125 --check-drift)126 --robot-history Output bead-to-commit correlations as JSON127 --robot-history-timeout-ms int Budget in ms for the git-history prologue128 of robot triage (0 = unbounded; default129 10000, env BV_ROBOT_HISTORY_TIMEOUT_MS)130 (default -1)131 --robot-explain-correlation string Explain why a commit is linked to a bead132 (format: SHA:beadID)133 --robot-confirm-correlation string Confirm a correlation is correct (format:134 SHA:beadID)135 --robot-reject-correlation string Reject an incorrect correlation (format:136 SHA:beadID)137 --correlation-by string Agent/user identifier for correlation feedback138 --correlation-reason string Reason for correlation feedback139 --robot-correlation-stats Output correlation feedback statistics as JSON140 --robot-orphans Output orphan commit candidates (commits141 that should be linked but aren't) as JSON142 --orphans-min-score int Minimum suspicion score for orphan143 candidates (0-100) (default 30)144 --robot-file-beads string Output beads that touched a file path as JSON145 --file-beads-limit int Max closed beads to show (use with146 --robot-file-beads) (default 20)147 --robot-file-hotspots Output files touched by most beads as JSON148 --hotspots-limit int Max hotspots to show (use with149 --robot-file-hotspots) (default 10)150 --robot-impact string Analyze impact of modifying files151 (comma-separated paths)152 --robot-file-relations string Output files that frequently co-change153 with the given file path154 --relations-threshold float Minimum correlation threshold (0.0-1.0)155 for related files (default 0.5)156 --relations-limit int Max related files to show (default 10)157 --robot-related string Output beads related to a specific bead ID158 as JSON159 --related-min-relevance percent_or_fraction Minimum relevance score for related work160 (int 0-100 percent OR float 0.0-1.0161 fraction) (default 20)162 --related-max-results int Max results per category for related work163 (default 10)164 --related-include-closed Include closed beads in related work results165 --robot-blocker-chain string Output full blocker chain analysis for166 issue ID as JSON167 --robot-impact-network string Output bead impact network as JSON (empty168 for full, or bead ID for subnetwork)169 --robot-causality string Output causal chain analysis for bead ID170 as JSON171 --robot-sprint-list Output sprints as JSON172 --robot-sprint-show string Output specific sprint details as JSON173 --robot-forecast string Output ETA forecast for bead ID, or 'all'174 for all open issues175 --forecast-label string Filter forecast by label176 --forecast-sprint string Filter forecast by sprint ID177 --forecast-agents int Number of parallel agents for capacity178 calculation (default 1)179 --robot-capacity Output capacity simulation and completion180 projection as JSON181 --agents int Number of parallel agents for capacity182 simulation (default 1)183 --capacity-label string Filter capacity simulation by label184 --robot-burndown string Output burndown data for sprint ID, or185 'current' for active sprint186187History & Drift:188 --diff-since string Show changes since historical point (commit SHA, branch, tag,189 or date)190 --as-of string View state at point in time (commit SHA, branch, tag, or date)191 --save-baseline string Save current metrics as baseline with optional description192 --baseline-info Show information about the current baseline193 --check-drift Check for drift from baseline (exit codes: 0=OK, 1=critical,194 2=warning)195 --bead-history string Show history for specific bead ID196 --history-since string Limit history to commits after this date/ref (e.g., '30 days197 ago', '2024-01-01')198 --history-limit int Max commits to analyze (0 = unlimited) (default 500)199 --min-confidence float Filter correlations by minimum confidence (0.0-1.0)200201Export & Reporting:202 --export-md string Export issues to a Markdown file (e.g., report.md)203 --export-graph string Export graph: .html for interactive, .png/.svg for static204 (auto-names if empty)205 --graph-preset string Graph layout preset: compact (default) or roomy (default "compact")206 --graph-title string Title for graph export (default: project name)207 --no-hooks Skip running hooks during export208 --emit-script Emit shell script for top-N recommendations (agent workflows)209 --script-limit int Limit number of items in emitted script (use with210 --emit-script) (default 5)211 --script-format string Script format: bash, fish, or zsh (use with --emit-script)212 (default "bash")213 --priority-brief string Export priority brief to Markdown file (e.g., brief.md)214 --agent-brief string Export agent brief bundle to directory (includes triage.json,215 insights.json, brief.md, helpers.md)216 --export-pages string Export static site to directory (e.g., ./bv-pages)217 --pages-title string Custom title for static site218 --pages-include-closed Include closed issues in export (default: true) (default true)219 --pages-include-history Include git history for time-travel (default: true) (default true)220 --preview-pages string Preview existing static site bundle221 --no-live-reload Disable live-reload in preview mode222 --watch-export Watch for beads changes and auto-regenerate export (use with223 --export-pages)224 --pages Launch interactive Pages deployment wizard225 --debug-render string Render a view and output to file (views: insights, board)226 --debug-width int Width for debug render (default 180)227 --debug-height int Height for debug render (default 50)228229Agent File Management:230 --agents-add Add beads workflow instructions to AGENTS.md (creates file if needed)231 --agents-remove Remove beads workflow instructions from AGENTS.md232 --agents-update Update beads workflow instructions to latest version233 --agents-check Check AGENTS.md blurb status (default if no --agents-* action)234 --agents-dry-run Show what would happen without executing (use with --agents-*)235 --agents-force Skip confirmation prompts (use with --agents-*)236237Other Flags:238 --network-depth int Depth of subnetwork when querying specific bead (1-3) (default 2)239 --feedback-accept string Record accept feedback for issue ID (tunes recommendation weights)240 --feedback-ignore string Record ignore feedback for issue ID (tunes recommendation weights)241 --feedback-reset Reset all feedback data to defaults242 --feedback-show Show current feedback status and weight adjustments243244Run `bv --robot-help` for detailed AI/robot command documentation.