From 6fd142f00772a1843b2bece2b779189dd5dcbb21 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 22 Mar 2026 20:53:36 +0200 Subject: docs: update README and usage.md with new ask subcommands --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') 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: +agent` + - Auto-scopes to `project: +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 -- cgit v1.2.3