summaryrefslogtreecommitdiff
path: root/docs/usage.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-11 22:26:48 +0300
committerPaul Buetow <paul@buetow.org>2026-04-11 22:26:48 +0300
commit56002ff942de1bfb0ce467ec37a692b8c4ca01e9 (patch)
tree52d01684656194ea11f1f13b07fdd8472db7418f /docs/usage.md
parent969006d536d1861f9602da19d1c724f9def871f7 (diff)
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
Diffstat (limited to 'docs/usage.md')
-rw-r--r--docs/usage.md2
1 files changed, 1 insertions, 1 deletions
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:<repo> +agent` so operations are confined to agent-managed project tasks.