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