| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-22 | ask: default to list, add ask all for complete task visibility | Paul Buetow | |
| - ask (no args) now behaves like ask list (active tasks sorted by priority/urgency) - ask help: explicit help subcommand - ask all: shows ALL tasks including completed/deleted (uses status:any) - handleAll added in command_list.go, mirrors handleList with status:any - Updated tests: help tests use explicit 'ask help', all subcommand added to reachability test - Updated help text to document ask all | |||
| 2026-03-22 | Implement 'ask info' and 'ask add' subcommands | Paul Buetow | |
| 2026-03-22 | Implement 'ask list' subcommand: parse export JSON, sort by ↵ | Paul Buetow | |
| priority/urgency, format UUID table | |||
| 2026-03-22 | Implement 'ask dep add/rm/list' subcommands | Paul Buetow | |
| 2026-03-22 | Implement 'ask urgency' subcommand: export tasks, sort by urgency ↵ | Paul Buetow | |
| descending, format as UUID table | |||
| 2026-03-22 | Implement write subcommands: annotate, start, stop, done, priority, tag, ↵ | Paul Buetow | |
| modify, denotate | |||
| 2026-03-22 | Implement 'ask delete' subcommand: forward to Taskwarrior, suppress output, ↵ | Paul Buetow | |
| print UUID+success | |||
| 2026-03-22 | Scaffold internal/askcli package: dispatch, taskexec, taskexport, formatter | Paul Buetow | |
