From 56002ff942de1bfb0ce467ec37a692b8c4ca01e9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 11 Apr 2026 22:26:48 +0300 Subject: docs: align Fish completion with manual load only Clarify that mage install and go install do not write fish/completions, document removing stale ask.fish from older installs, and cross-link README, buildandinstall, and usage. Made-with: Cursor --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/usage.md') diff --git a/docs/usage.md b/docs/usage.md index ce449f4..0429176 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -125,7 +125,7 @@ cat SOMEFILE.txt | hexai --tps-simulation 20 ## Task management -`ask` is a task management CLI for the current git project. The binary was briefly named `do`; use `ask` everywhere (commands, scripts, shell completion). +`ask` is a task management CLI for the current git project. The binary was briefly named `do`; use `ask` everywhere (commands, scripts, shell completion). For Fish, load completions with `ask fish | source` or the setup in [Fish shell completion](fish-completion.md). By default it auto-scopes to `project: +agent` so operations are confined to agent-managed project tasks. -- cgit v1.2.3