summaryrefslogtreecommitdiff
path: root/internal/askcli
AgeCommit message (Expand)Author
2026-03-23fix: code quality improvements across lsp, askcli, appconfig, integrationtestsPaul Buetow
2026-03-23fix: correct taskwarrior filter ordering in dep and info commandsPaul Buetow
2026-03-23fix: address all HIGH-severity code quality audit findingsPaul Buetow
2026-03-23fix: use uuid:<uuid> filter for start/stop/done/annotate/modify commandsPaul Buetow
2026-03-23ask add: always emit UUID, never the numeric task IDPaul Buetow
2026-03-22ask: fix filter argument ordering for list/all/ready commandsv0.25.4Paul Buetow
2026-03-22ask list: only show pending tasks by defaultv0.25.3Paul Buetow
2026-03-22ask: fix CLI commands to use correct Taskwarrior argument formatsv0.25.2Paul Buetow
2026-03-22ask: add ready command to list READY tasks (not blocked)Paul Buetow
2026-03-22ask: default to list, add ask all for complete task visibilityPaul Buetow
2026-03-22internal/askcli: support priority:X and +tag args in ask addPaul Buetow
2026-03-22Implement 'ask info' and 'ask add' subcommandsPaul Buetow
2026-03-22Implement 'ask list' subcommand: parse export JSON, sort by priority/urgency,...Paul Buetow
2026-03-22Implement 'ask dep add/rm/list' subcommandsPaul Buetow
2026-03-22Implement 'ask urgency' subcommand: export tasks, sort by urgency descending,...Paul Buetow
2026-03-22Implement write subcommands: annotate, start, stop, done, priority, tag, modi...Paul Buetow
2026-03-22Implement 'ask delete' subcommand: forward to Taskwarrior, suppress output, p...Paul Buetow
2026-03-22Scaffold internal/askcli package: dispatch, taskexec, taskexport, formatterPaul Buetow