summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-22 20:53:36 +0200
committerPaul Buetow <paul@buetow.org>2026-03-22 20:53:36 +0200
commit6fd142f00772a1843b2bece2b779189dd5dcbb21 (patch)
treedb79544ca69baa108046ed4e3d67bdc92a72f335 /README.md
parentb5932f24276896468ce75f9aceea2efb1fc6f44f (diff)
docs: update README and usage.md with new ask subcommands
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index f3a3a40..872c23a 100644
--- a/README.md
+++ b/README.md
@@ -13,9 +13,12 @@ It has got improved capabilities for Go code understanding (for example, create
* LSP in-editor chat with the LLM
* 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
+* Task management CLI for agent-managed project work
- Entrypoint: `ask`
- - Automatically scopes Taskwarrior commands to `project:<repo> +agent`
+ - Auto-scopes to `project:<repo> +agent` (derived from git repo root)
+ - Never exposes numeric task IDs — uses UUIDs only
+ - Machine-friendly output: UUID-only tables, suppressed decorative text
+ - Subcommands: `ask add`, `ask list`, `ask info`, `ask annotate`, `ask start`, `ask stop`, `ask done`, `ask priority`, `ask tag`, `ask dep`, `ask urgency`, `ask modify`, `ask denotate`, `ask delete`, `ask export`
* 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**
- Create, update, delete, and retrieve prompts via MCP protocol