summaryrefslogtreecommitdiff
path: root/docs/buildandinstall.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/buildandinstall.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/buildandinstall.md')
-rw-r--r--docs/buildandinstall.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/buildandinstall.md b/docs/buildandinstall.md
index abca741..379d310 100644
--- a/docs/buildandinstall.md
+++ b/docs/buildandinstall.md
@@ -19,7 +19,7 @@ Note: `mage lint` uses `golangci-lint`. Install via `mage devinstall` if needed.
Either use the Mage method as mentioned above, or install directly with:
-- Taskwarrior proxy: `go install codeberg.org/snonux/hexai/cmd/do@latest`
+- Task CLI (`do`, agent-scoped Taskwarrior wrapper): `go install codeberg.org/snonux/hexai/cmd/do@latest`
- CLI: `go install codeberg.org/snonux/hexai/cmd/hexai@latest`
- LSP: `go install codeberg.org/snonux/hexai/cmd/hexai-lsp-server@latest`
- Action runner: `go install codeberg.org/snonux/hexai/cmd/hexai-tmux-action@latest`