| Age | Commit message (Expand) | Author |
| 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 | chore: bump version to v0.25.6v0.25.6 | Paul Buetow |
| 2026-03-23 | integrationtests: complete ask coverage, fix weak assertions | Paul Buetow |
| 2026-03-23 | docs: update usage.md for ask list/all commands | Paul Buetow |
| 2026-03-23 | ask add: always emit UUID, never the numeric task ID | Paul Buetow |
| 2026-03-22 | chore: bump version to v0.25.5v0.25.5 | 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 | docs: update README and usage.md with new ask subcommands | Paul Buetow |
| 2026-03-22 | cmd/ask: wire to askcli.Dispatch, remove taskproxy passthrough | Paul Buetow |
| 2026-03-22 | gitignore: add /ask binary | 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 |
| 2026-03-22 | Add skill migration and Taskwarrior leakage audit to ask wrapper plan | Paul Buetow |
| 2026-03-22 | Add modify, denotate, and start field to ask wrapper plan | Paul Buetow |
| 2026-03-22 | Add delete, export, and list filter/sort/limit to ask wrapper plan | Paul Buetow |
| 2026-03-22 | Add plan document for ask UUID-only Taskwarrior wrapper | Paul Buetow |
| 2026-03-22 | Remove 'hexai task' references from docs | Paul Buetow |
| 2026-03-22 | Remove 'hexai task' subcommand; task management is fully handled by the 'ask'... | Paul Buetow |
| 2026-03-20 | Bump version to 0.25.1v0.25.1 | Paul Buetow |
| 2026-03-19 | Bump version to 0.25.0v0.25.0 | Paul Buetow |
| 2026-03-19 | Add ask Taskwarrior wrapper | Paul Buetow |
| 2026-03-19 | Add hexai task proxy dispatch tests | Paul Buetow |
| 2026-03-19 | Add Taskwarrior task proxy subcommand | Paul Buetow |
| 2026-03-19 | Improve actionable error guidance | Paul Buetow |
| 2026-03-19 | Inject runner dependencies across CLI, action, and LSP | Paul Buetow |
| 2026-03-17 | Release v0.24.2v0.24.2 | Paul Buetow |
| 2026-03-17 | Fix bugs, remove duplication, and clean up code quality issues | Paul Buetow |
| 2026-03-16 | Release v0.24.1v0.24.1 | Paul Buetow |
| 2026-03-16 | Strengthen LLM stats counter tests with value assertions | Paul Buetow |
| 2026-03-16 | Fix byte vs UTF-16 indexing in LSP position handling | Paul Buetow |
| 2026-03-16 | Extract LLM stats counters into llmStatsSubsystem | Paul Buetow |
| 2026-03-16 | Document lock ordering, fix test data races, correct stateMu guard | Paul Buetow |
| 2026-03-16 | Add Snapshot.ScopeReqs/ScopeRPM and simplify 3 callers | Paul Buetow |
| 2026-03-16 | Track fire-and-forget goroutines with sync.WaitGroup for clean shutdown | Paul Buetow |
| 2026-03-16 | Replace Summary: prefixes with standard Go package doc comments | Paul Buetow |
| 2026-03-16 | Make deferShowDocument respect serverCtx for graceful shutdown | Paul Buetow |
| 2026-03-16 | Use atomic.Int64 for LLM stats counters instead of server-wide mutex | Paul Buetow |
| 2026-03-16 | Address review: add zero-temp test, remove unused surface parameter | Paul Buetow |