From eeb93113a6b010326c15e3f60665b78daee272a7 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 16 Jul 2026 19:38:33 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20weekly=20sync=20=E2=80=94=20ai-prompts?= =?UTF-8?q?=20adds=20Antigravity=20and=20Prompt=20agents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit 36f57bd (2026-07-09) added two new AI agent options to the BackstopJS init flow in commands/host/ai-prompts: Antigravity (via `agy --prompt`) and Prompt (echoes the raw prompt text for manual copy-paste). The access-log forensics flow is unchanged and still supports only Gemini, Copilot, and Claude. Update the host-commands.md entry to enumerate all five agents for BackstopJS init and note the three-agent subset for access-log forensics. Co-Authored-By: Claude --- docs/host-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.