summaryrefslogtreecommitdiff
path: root/internal/askcli/commands_registry.go
AgeCommit message (Collapse)Author
2026-04-08fish: complete task selectors with short aliases onlyPaul Buetow
Add complete-aliases subcommand that emits tab-separated alias lines without UUID duplicates. Wire embedded Fish script (__do_task_selectors) to call complete-aliases; keep complete-uuids unchanged for scripts and tests. Made-with: Cursor
2026-03-27Implement command registry for askcli commandsPaul Buetow