summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-26 10:52:01 +0300
committerPaul Buetow <paul@buetow.org>2026-05-26 10:52:01 +0300
commitdb8c5659cb54cbfd0ac1e59888059d45b4fe4d3d (patch)
tree892486e1afda33b144d504bf9152928f2188cd7a /README.md
parent327fc7deb16768b9eac4cec57ca143f24dfae4f6 (diff)
feat(askcli): add projects subcommand
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 069cb37..8f468fa 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ It has got improved capabilities for Go code understanding (for example, create
- Never exposes numeric task IDs; human-facing output uses stable alias IDs
- `ask info` hides raw UUIDs unless `HEXAI_DEBUG` is set
- Machine-friendly output with 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 watch`, `ask modify`, `ask denotate`, `ask delete`, `ask fish`, `ask help`
+ - Subcommands: `ask add`, `ask list`, `ask info`, `ask annotate`, `ask start`, `ask stop`, `ask done`, `ask priority`, `ask tag`, `ask dep`, `ask urgency`, `ask watch`, `ask projects`, `ask modify`, `ask denotate`, `ask delete`, `ask fish`, `ask help`
- Fish shell completions: run `ask fish | source` in a session, or use a `conf.d` snippet (see [Fish shell completion](docs/fish-completion.md)); installs do not write files under `fish/completions/`
* 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**