summaryrefslogtreecommitdiff
path: root/docs/usage.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-08 10:04:19 +0300
committerPaul Buetow <paul@buetow.org>2026-04-08 10:04:19 +0300
commit385278639394e3672bce678b49e51f14ac72638c (patch)
tree6602ae262d1b3d9a6b3b99e0cf61cc6c432b5bba /docs/usage.md
parent8e351c86502cea78f1f0b3aa19cde7ca702bacab (diff)
docs: align task CLI docs with do rename from ask
Rename plan-ask-uuid-wrapper.md to plan-do-uuid-wrapper.md and note the former binary name. Clarify install line, README entrypoint, and usage task-management section so scripts and examples consistently use do. Made-with: Cursor
Diffstat (limited to 'docs/usage.md')
-rw-r--r--docs/usage.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/usage.md b/docs/usage.md
index cc78300..ee811a3 100644
--- a/docs/usage.md
+++ b/docs/usage.md
@@ -125,7 +125,9 @@ cat SOMEFILE.txt | hexai --tps-simulation 20
## Task management
-`do` is a task management CLI for the current git project. By default it auto-scopes to `project:<repo> +agent` so operations are confined to agent-managed project tasks.
+`do` is a task management CLI for the current git project. The binary was previously named `ask`; use `do` everywhere (commands, scripts, shell completion).
+
+By default it auto-scopes to `project:<repo> +agent` so operations are confined to agent-managed project tasks.
Use `do na <subcommand...>` or `do no-agent <subcommand...>` to run the same subcommands against project tasks without the `+agent` tag. Those prefixes keep the project scope but replace the default tag filter with `-agent`.