From 7cd05c64014f1df7ebb10fe35c8b481c421c3eba Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 22 Mar 2026 07:34:40 +0200 Subject: Remove 'hexai task' references from docs Amp-Thread-ID: https://ampcode.com/threads/T-019d1407-6145-7534-b780-29a2559d06c5 Co-authored-by: Amp --- README.md | 3 +-- docs/usage.md | 5 ----- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 84e97ef..f3a3a40 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,7 @@ It has got improved capabilities for Go code understanding (for example, create * Stand-alone command line tool for LLM interaction - Includes `--tps-simulation` to preview how fast a model would feel by streaming placeholder text or piped stdin at a chosen token-per-second rate * Taskwarrior proxy for agent-managed project work - - Preferred entrypoint: `ask` - - Compatibility alias: `hexai task` + - Entrypoint: `ask` - Automatically scopes Taskwarrior commands to `project: +agent` * Parallel completions and CLI responses from multiple providers/models for side-by-side comparison * **MCP server for prompt/runbook management** (`hexai-mcp-server`) - **⚠️ DEPRECATED/EXPERIMENTAL** diff --git a/docs/usage.md b/docs/usage.md index 571956b..d712f1e 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -134,11 +134,6 @@ Use `ask` when you want Taskwarrior automatically scoped to the current git repo `ask` pre-sets `project: +agent` and then forwards the remaining arguments to Taskwarrior unchanged, so normal reports, filters, UUID selectors, and commands still work. It must be run inside a git repository so the project name can be derived from the repo root. -Compatibility note: `hexai task ...` still works and behaves the same way, but `ask ...` is the shorter preferred entrypoint for agent-managed project tasks. - -- `hexai task list` -- `hexai task uuid:1234 annotate "Delivered Y"` - ## Hexai Action (TUI) `hexai-tmux-action` runs code actions over a selection or diagnostics+selection piped from stdin, or read from a file. -- cgit v1.2.3