Using versionCheckHook Running phase: unpackPhase unpacking source archive /nix/store/3n6aqkza02w9df03875fms3v2cgdazp8-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase Building subPackage ./cmd/bv Running phase: installPhase Running phase: fixupPhase checking for references to /nix/var/nix/builds/nix-73767-984148917/ in /nix/store/fj7bsy56ich654aqls90h0dk604w0hp9-beads-viewer-0.19.0... /nix/store/cv1d7p48379km6a85h4zp6kr86brh32q-audit-tmpdir.sh: line 39: 75203 Done find "$dir" -type f -not -path '*/.build-id/*' -print0 75204 Segmentation fault: 11 | while IFS= read -r -d '' file; do if isELF "$file"; then printf '%s\0' "$file" 1>&3; else if isScript "$file"; then filename=${file##*/}; dir=${file%/*}; if [ -e "$dir/.$filename-wrapped" ]; then printf '%s\0' "$file" 1>&4; fi; fi; fi; done patching script interpreter paths in /nix/store/fj7bsy56ich654aqls90h0dk604w0hp9-beads-viewer-0.19.0 stripping (with command strip and flags -S) in /nix/store/fj7bsy56ich654aqls90h0dk604w0hp9-beads-viewer-0.19.0/bin Running phase: installCheckPhase Executing versionCheckPhase Did not find version 0.19.0 in the output of the command /nix/store/fj7bsy56ich654aqls90h0dk604w0hp9-beads-viewer-0.19.0/bin/bv --version bv v0.18.0 Did not find version 0.19.0 in the output of the command /nix/store/fj7bsy56ich654aqls90h0dk604w0hp9-beads-viewer-0.19.0/bin/bv --help Usage: bv [flags] A TUI viewer for beads issue tracker. General Flags: --cpu-profile string Write CPU profile to file --db string Path to beads database file or .beads directory (overrides BEADS_DB and BEADS_DIR env vars) --version Show version --update Update bv to the latest version --check-update Check if a new version is available --rollback Rollback to the previous version (from backup) --update-dry-run Show what an update would do without installing (use via 'bv upgrade --dry-run') --yes Skip confirmation prompts (use with --update) -f, --format string Structured output format for --robot-* commands: json or toon (env: BV_OUTPUT_FORMAT, TOON_DEFAULT_FORMAT) --stats Show JSON vs TOON token estimates on stderr (env: TOON_STATS=1) --no-cache Bypass disk cache for robot triage (also: BV_NO_CACHE=1) --force-full-analysis Compute all metrics regardless of graph size (may be slow for large graphs) --profile-startup Output detailed startup timing profile for diagnostics --profile-json Output profile in JSON format (use with --profile-startup) --theme string Color theme: light, dark, or auto (default: detect terminal background) --background-mode Enable experimental background snapshot loading (TUI only) --no-background-mode Disable experimental background snapshot loading (TUI only) -h, --help help for bv Search & Filters: --robot-min-confidence float Filter robot outputs by minimum confidence (0.0-1.0) --robot-max-results int Limit robot output count (0 = use defaults) --robot-by-label string Filter robot outputs by label (exact match) --robot-by-assignee string Filter robot outputs by assignee (exact match) -l, --label string Scope analysis to label's subgraph (affects --robot-insights, --robot-plan, --robot-priority) --severity string Filter robot alerts by severity (info|warning|critical) --alert-type string Filter robot alerts by alert type (e.g., stale_issue) --alert-label string Filter robot alerts by label match -r, --recipe string Apply named recipe (e.g., triage, actionable, high-impact) --search string Semantic search query (vector-based; builds/updates index on first run) --search-limit int Max results for --search/--robot-search (default 10) --search-mode string Search ranking mode: text or hybrid (default: BV_SEARCH_MODE or text) --search-preset string Hybrid preset name (default: BV_SEARCH_PRESET or default) --search-weights string Hybrid weights JSON (overrides preset; keys: text,pagerank,status,impact,priority,recency) --workspace string Load issues from workspace config file (.bv/workspace.yaml) --repo string Filter issues by repository prefix (e.g., 'api-' or 'api') Robot & Planning Flags: --robot-help Show AI agent help --robot-capabilities Output machine-readable command capabilities for AI agents --robot-docs string Machine-readable JSON docs for AI agents. Topics: guide, commands, examples, env, exit-codes, all --robot-insights Output graph analysis and insights as JSON for AI agents --robot-plan Output dependency-respecting execution plan as JSON for AI agents --robot-priority Output priority recommendations as JSON for AI agents --robot-triage Output unified triage as JSON (the mega-command for AI agents) --robot-triage-by-track Group triage recommendations by execution track (bv-87) --robot-triage-by-label Group triage recommendations by label (bv-87) --robot-next Output only the top pick recommendation as JSON (minimal triage) --brief Compact --robot-triage output: only decision-relevant fields (id, title, status, assignee, blockers, unblocks) (#183) --robot-not-ready-labels string Comma-separated labels marking a bead not-ready: excluded from claimable --robot-next/--robot-triage top picks (env: BV_ROBOT_NOT_READY_LABELS; #173) --robot-diff Output diff as JSON (use with --diff-since) --robot-recipes Output available recipes as JSON for AI agents --robot-label-health Output label health metrics as JSON for AI agents --robot-label-flow Output cross-label dependency flow as JSON for AI agents --robot-label-attention Output attention-ranked labels as JSON for AI agents --attention-limit int Limit number of labels in --robot-label-attention output (default 5) --robot-alerts Output alerts (drift + proactive) as JSON for AI agents --robot-metrics Output performance metrics (timing, cache, memory) as JSON --robot-schema Output JSON Schema definitions for all robot commands --schema-command string Output schema for specific command only (e.g., robot-triage) --robot-suggest Output smart suggestions (duplicates, dependencies, labels, cycles) as JSON --suggest-type string Filter suggestions by type: duplicate, dependency, label, cycle --suggest-confidence float Minimum confidence for suggestions (0.0-1.0) --suggest-bead string Filter suggestions for specific bead ID --robot-graph Output dependency graph as JSON/DOT/Mermaid for AI agents --graph-format string Graph output format: json, dot, mermaid (default "json") --graph-root string Subgraph from specific root issue ID --graph-depth int Max depth for subgraph (0 = unlimited) --robot-search Output semantic search results as JSON for AI agents (use with --search) --robot-drift Output drift check as JSON (use with --check-drift) --robot-history Output bead-to-commit correlations as JSON --robot-history-timeout-ms int Budget in ms for the git-history prologue of robot triage (0 = unbounded; default 10000, env BV_ROBOT_HISTORY_TIMEOUT_MS) (default -1) --robot-explain-correlation string Explain why a commit is linked to a bead (format: SHA:beadID) --robot-confirm-correlation string Confirm a correlation is correct (format: SHA:beadID) --robot-reject-correlation string Reject an incorrect correlation (format: SHA:beadID) --correlation-by string Agent/user identifier for correlation feedback --correlation-reason string Reason for correlation feedback --robot-correlation-stats Output correlation feedback statistics as JSON --robot-orphans Output orphan commit candidates (commits that should be linked but aren't) as JSON --orphans-min-score int Minimum suspicion score for orphan candidates (0-100) (default 30) --robot-file-beads string Output beads that touched a file path as JSON --file-beads-limit int Max closed beads to show (use with --robot-file-beads) (default 20) --robot-file-hotspots Output files touched by most beads as JSON --hotspots-limit int Max hotspots to show (use with --robot-file-hotspots) (default 10) --robot-impact string Analyze impact of modifying files (comma-separated paths) --robot-file-relations string Output files that frequently co-change with the given file path --relations-threshold float Minimum correlation threshold (0.0-1.0) for related files (default 0.5) --relations-limit int Max related files to show (default 10) --robot-related string Output beads related to a specific bead ID as JSON --related-min-relevance percent_or_fraction Minimum relevance score for related work (int 0-100 percent OR float 0.0-1.0 fraction) (default 20) --related-max-results int Max results per category for related work (default 10) --related-include-closed Include closed beads in related work results --robot-blocker-chain string Output full blocker chain analysis for issue ID as JSON --robot-impact-network string Output bead impact network as JSON (empty for full, or bead ID for subnetwork) --robot-causality string Output causal chain analysis for bead ID as JSON --robot-sprint-list Output sprints as JSON --robot-sprint-show string Output specific sprint details as JSON --robot-forecast string Output ETA forecast for bead ID, or 'all' for all open issues --forecast-label string Filter forecast by label --forecast-sprint string Filter forecast by sprint ID --forecast-agents int Number of parallel agents for capacity calculation (default 1) --robot-capacity Output capacity simulation and completion projection as JSON --agents int Number of parallel agents for capacity simulation (default 1) --capacity-label string Filter capacity simulation by label --robot-burndown string Output burndown data for sprint ID, or 'current' for active sprint History & Drift: --diff-since string Show changes since historical point (commit SHA, branch, tag, or date) --as-of string View state at point in time (commit SHA, branch, tag, or date) --save-baseline string Save current metrics as baseline with optional description --baseline-info Show information about the current baseline --check-drift Check for drift from baseline (exit codes: 0=OK, 1=critical, 2=warning) --bead-history string Show history for specific bead ID --history-since string Limit history to commits after this date/ref (e.g., '30 days ago', '2024-01-01') --history-limit int Max commits to analyze (0 = unlimited) (default 500) --min-confidence float Filter correlations by minimum confidence (0.0-1.0) Export & Reporting: --export-md string Export issues to a Markdown file (e.g., report.md) --export-graph string Export graph: .html for interactive, .png/.svg for static (auto-names if empty) --graph-preset string Graph layout preset: compact (default) or roomy (default "compact") --graph-title string Title for graph export (default: project name) --no-hooks Skip running hooks during export --emit-script Emit shell script for top-N recommendations (agent workflows) --script-limit int Limit number of items in emitted script (use with --emit-script) (default 5) --script-format string Script format: bash, fish, or zsh (use with --emit-script) (default "bash") --priority-brief string Export priority brief to Markdown file (e.g., brief.md) --agent-brief string Export agent brief bundle to directory (includes triage.json, insights.json, brief.md, helpers.md) --export-pages string Export static site to directory (e.g., ./bv-pages) --pages-title string Custom title for static site --pages-include-closed Include closed issues in export (default: true) (default true) --pages-include-history Include git history for time-travel (default: true) (default true) --preview-pages string Preview existing static site bundle --no-live-reload Disable live-reload in preview mode --watch-export Watch for beads changes and auto-regenerate export (use with --export-pages) --pages Launch interactive Pages deployment wizard --debug-render string Render a view and output to file (views: insights, board) --debug-width int Width for debug render (default 180) --debug-height int Height for debug render (default 50) Agent File Management: --agents-add Add beads workflow instructions to AGENTS.md (creates file if needed) --agents-remove Remove beads workflow instructions from AGENTS.md --agents-update Update beads workflow instructions to latest version --agents-check Check AGENTS.md blurb status (default if no --agents-* action) --agents-dry-run Show what would happen without executing (use with --agents-*) --agents-force Skip confirmation prompts (use with --agents-*) Other Flags: --network-depth int Depth of subnetwork when querying specific bead (1-3) (default 2) --feedback-accept string Record accept feedback for issue ID (tunes recommendation weights) --feedback-ignore string Record ignore feedback for issue ID (tunes recommendation weights) --feedback-reset Reset all feedback data to defaults --feedback-show Show current feedback status and weight adjustments Run `bv --robot-help` for detailed AI/robot command documentation.