summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2026-03-26Implement ask started-task info 4c3640dc-3730-40c9-bfa6-db90564e3171Paul Buetow
2026-03-26release: v0.26.1v0.26.1Paul Buetow
2026-03-26release: v0.26.0v0.26.0Paul Buetow
2026-03-26ask: speed up fish UUID completionPaul Buetow
2026-03-26ask: filter fish UUID completionPaul Buetow
2026-03-26ask: add fish UUID completionsPaul Buetow
2026-03-26ask: align list header columns for task da6d3d36Paul Buetow
2026-03-26ask: silence rc.confirmation override bannerPaul Buetow
2026-03-26ask: add fish completions for task CLIPaul Buetow
2026-03-24ask: add --json flag for machine-readable outputv0.25.12Paul Buetow
2026-03-23fix: prevent ask add from swallowing tags into descriptions, add rc.confirmat...v0.25.11Paul Buetow
2026-03-23chore: bump version to v0.25.10v0.25.10Paul Buetow
2026-03-23fix: accept uuid: prefix on all ask subcommands via NormalizeUUIDPaul Buetow
2026-03-23chore: bump version to v0.25.9v0.25.9Paul Buetow
2026-03-23chore: bump version to v0.25.8v0.25.8Paul Buetow
2026-03-23refactor: split oversized functions, fix double logging, add %w wrappingPaul Buetow
2026-03-23fix: code quality improvements across lsp, askcli, appconfig, integrationtestsPaul Buetow
2026-03-23chore: bump version to v0.25.7v0.25.7Paul Buetow
2026-03-23fix: correct taskwarrior filter ordering in dep and info commandsPaul Buetow
2026-03-23fix: address all HIGH-severity code quality audit findingsPaul Buetow
2026-03-23fix: use uuid:<uuid> filter for start/stop/done/annotate/modify commandsPaul Buetow
2026-03-23chore: bump version to v0.25.6v0.25.6Paul Buetow
2026-03-23ask add: always emit UUID, never the numeric task IDPaul Buetow
2026-03-22chore: bump version to v0.25.5v0.25.5Paul Buetow
2026-03-22ask: fix filter argument ordering for list/all/ready commandsv0.25.4Paul Buetow
2026-03-22ask list: only show pending tasks by defaultv0.25.3Paul Buetow
2026-03-22ask: fix CLI commands to use correct Taskwarrior argument formatsv0.25.2Paul Buetow
2026-03-22ask: add ready command to list READY tasks (not blocked)Paul Buetow
2026-03-22ask: default to list, add ask all for complete task visibilityPaul Buetow
2026-03-22internal/askcli: support priority:X and +tag args in ask addPaul Buetow
2026-03-22Implement 'ask info' and 'ask add' subcommandsPaul Buetow
2026-03-22Implement 'ask list' subcommand: parse export JSON, sort by priority/urgency,...Paul Buetow
2026-03-22Implement 'ask dep add/rm/list' subcommandsPaul Buetow
2026-03-22Implement 'ask urgency' subcommand: export tasks, sort by urgency descending,...Paul Buetow
2026-03-22Implement write subcommands: annotate, start, stop, done, priority, tag, modi...Paul Buetow
2026-03-22Implement 'ask delete' subcommand: forward to Taskwarrior, suppress output, p...Paul Buetow
2026-03-22Scaffold internal/askcli package: dispatch, taskexec, taskexport, formatterPaul Buetow
2026-03-20Bump version to 0.25.1v0.25.1Paul Buetow
2026-03-19Bump version to 0.25.0v0.25.0Paul Buetow
2026-03-19Add ask Taskwarrior wrapperPaul Buetow
2026-03-19Improve actionable error guidancePaul Buetow
2026-03-19Inject runner dependencies across CLI, action, and LSPPaul Buetow
2026-03-17Release v0.24.2v0.24.2Paul Buetow
2026-03-17Fix bugs, remove duplication, and clean up code quality issuesPaul Buetow
2026-03-16Release v0.24.1v0.24.1Paul Buetow
2026-03-16Strengthen LLM stats counter tests with value assertionsPaul Buetow
2026-03-16Fix byte vs UTF-16 indexing in LSP position handlingPaul Buetow
2026-03-16Extract LLM stats counters into llmStatsSubsystemPaul Buetow
2026-03-16Document lock ordering, fix test data races, correct stateMu guardPaul Buetow
2026-03-16Add Snapshot.ScopeReqs/ScopeRPM and simplify 3 callersPaul Buetow