| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-08 | Rename task CLI from ask to do | Paul Buetow | |
| - Move cmd/ask to cmd/do; mage BuildDo builds binary named do - Update askcli help text, errors, Fish completion (complete -c do, __do_*) - Task alias cache path: XDG cache hexai/do/task-aliases-v2.json - Refresh README and docs; go install path cmd/do@latest - Remove accidentally tracked cmd/ask build artifact; ignore cmd/do/do and cmd/do/ask Made-with: Cursor | |||
| 2026-03-23 | ask add: always emit UUID, never the numeric task ID | Paul Buetow | |
| Use rc.verbose=new-uuid so taskwarrior prints "Created task <uuid>." directly on stdout. Parse the UUID from that line instead of doing a two-step numeric-ID lookup or falling back to an export call. Removes ExtractUUIDFromOutput (which could leak numeric IDs) and fetchUUIDByNumericID (the export fallback). Integration tests now get the UUID straight from ask add output without any extra calls. Also fixes TestMain_WiresDispatcher which expected "export" first in args, but list now prepends status:pending filter. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-03-22 | cmd/ask: wire to askcli.Dispatch, remove taskproxy passthrough | Paul Buetow | |
| 2026-03-19 | Add ask Taskwarrior wrapper | Paul Buetow | |
