| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-27 | fix ask description width 84f1af4e-be84-4265-9df2-8f6932059913 | Paul Buetow | |
| 2026-03-27 | fix ask alias output wording 7f53c2ff-4eb0-4c7e-bf90-f44587364f4a | Paul Buetow | |
| 2026-03-27 | fix askcli header width for 0685342b-606c-4c8f-aab5-cd363d926e77 | Paul Buetow | |
| 2026-03-27 | askcli: show task aliases in output (cd322ed1-882d-40e9-ab98-689acd5f161e) | Paul Buetow | |
| 2026-03-26 | Implement ask started-task info 4c3640dc-3730-40c9-bfa6-db90564e3171 | Paul Buetow | |
| 2026-03-26 | ask: align list header columns for task da6d3d36 | Paul Buetow | |
| 2026-03-23 | fix: accept uuid: prefix on all ask subcommands via NormalizeUUID | Paul Buetow | |
| All ask commands now strip a leading "uuid:" prefix from user-supplied UUID arguments before building the taskwarrior filter, so both bare UUIDs and the "uuid:<value>" format work uniformly across annotate, start, stop, done, modify, denotate, priority, tag, info, delete, and dep. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-03-22 | ask: fix CLI commands to use correct Taskwarrior argument formatsv0.25.2 | Paul Buetow | |
| - handlePriority: use 'uuid:<uuid> modify priority:<level>' instead of 'priority <uuid> <level>' - handleTag: use 'uuid:<uuid> modify +/-tag' instead of 'tag <uuid> +/-tag' - handleDelete: use 'uuid:<uuid> delete' and pass stdin for confirmation - handleDenotate: use 'uuid:<uuid> denotate <pattern>' instead of 'denotate <uuid> <pattern>' - Add integration tests for all ask CLI subcommands - Update unit tests to match new command argument formats - createTask now uses task info to get UUID instead of export parsing - parseTaskInfoText fixed to split tags by ', ' instead of whitespace | |||
| 2026-03-22 | Scaffold internal/askcli package: dispatch, taskexec, taskexport, formatter | Paul Buetow | |
