diff --git a/docs/host-commands.md b/docs/host-commands.md index 4c949af..dfe857c 100644 --- a/docs/host-commands.md +++ b/docs/host-commands.md @@ -8,7 +8,7 @@ These commands run on the developer's host machine (via `ddev `), from ## Commands -- `ai-prompts` — Interactive fzf menu ("AI Prompts Operations Centre") offering BackstopJS-init prompt generation (extracts test/reference domains, feeds a templated prompt to a chosen AI agent) and access-log forensics (GDPR-safe IP masking via `mask_ips.py` before sending log excerpts to an LLM). Aliases: `ai`. +- `ai-prompts` — Interactive fzf menu ("AI Prompts Operations Centre") offering BackstopJS-init prompt generation (extracts test/reference domains, feeds a templated prompt to a chosen AI agent: Gemini, Copilot, Claude, Antigravity via `agy --prompt`, or Prompt which echoes the raw text for manual use) and access-log forensics (GDPR-safe IP masking via `mask_ips.py` before sending log excerpts to an LLM; supports Gemini, Copilot, and Claude). Aliases: `ai`. - `annertech-tip-of-the-day` — Installs (or removes with `-u`/`--uninstall`) a custom DDEV "tip of the day" remote-config entry in `~/.ddev/global_config.yaml` pointing at Annertech's tips repo, clearing DDEV state so the change takes effect. Note: header `## Usage` says `install-tips`, which is stale/inconsistent with the actual filename. - `backstop-public` — Copies the BackstopJS HTML report into the web root so it's reachable over HTTP, prints the URL, and deletes the copy automatically after 5 minutes. - `branch` — Creates a git branch named `YYYYMM_T-__` from a Teamwork card URL/ID and description. Blocks branching from forbidden base branches (dev/develop/development/stage/staging) and warns to pull first when branching from main/master. Aliases: `branch`, `br`.