You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add TUI Phase 1: interactive browse and detail views
Extract browse queries into commons SDK (BrowseWanted, BrowseFilter,
WantedSummary) for reuse by both CLI and TUI. Add bubbletea/bubbles
dependencies and implement the wl tui subcommand with:
- Browse view: scrollable item list with status/type cycling, search
- Detail view: full item display with completion/stamp data, action hints
- Ayu-themed styling, status bar with key hints, alt-screen mode
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
want:="SELECT id, title, project, type, priority, posted_by, status, effort_level FROM wanted WHERE status = 'open' ORDER BY priority ASC, created_at DESC LIMIT 50"
0 commit comments