teernisse d7056cc86f feat(bd-4s6): add bv triage commands for recommendations
Implements get_triage and get_next_pick Tauri commands that call
bv --robot-triage and bv --robot-next respectively.

Response types are frontend-friendly (specta::Type) with:
- TriageResponse: counts, top_picks, quick_wins, blockers_to_clear
- NextPickResponse: single best pick with claim_command

Includes 5 tests covering:
- Structured data transformation
- Empty list handling
- Error propagation (BvUnavailable, BvTriageFailed)
2026-02-26 11:00:15 -05:00
Description
No description provided
813 KiB
Languages
TypeScript 66%
Rust 33.5%
JavaScript 0.3%
Shell 0.1%