Skip to content

docs: weekly sync#156

Open
bserem wants to merge 1 commit into
mainfrom
claude/pensive-edison-eh2i0b
Open

docs: weekly sync#156
bserem wants to merge 1 commit into
mainfrom
claude/pensive-edison-eh2i0b

Conversation

@bserem

@bserem bserem commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator

What changed and why

Three commits landed directly on main in the week of 2026-07-03 that touched documented areas. This PR updates the docs to match.

commands/host/ai-prompts (commit 36f57bd)

Two new AI agent options were added to the BackstopJS Init operation:

  • Antigravity — invokes agy --prompt <prompt>
  • Prompt — echoes the populated prompt to stdout (useful as a dry-run / copy-paste path)

The ai-prompts entry in docs/host-commands.md previously said "a chosen AI agent" without naming them. It now lists all five agents (Gemini, Copilot, Claude, Antigravity, Prompt) and notes that Access Log Forensics only supports the first three (Gemini/Copilot/Claude — the code falls through to an error for the others).

commands/web/behat (commit 95bc89e)

The behat command was refactored in two ways:

  1. The .behat_testing flag-file touch and trap now happen unconditionally at the top, before any other check, so the flag is always set regardless of which behat path is taken.
  2. A new early-exit shortcut: if vendor/bin/behat exists at the project root it is invoked as vendor/bin/behat -c tests/behat/behat.yml "$@" (skipping the cd tests/behat + composer install path).

The behat entry in docs/web-commands.md described the old order and omitted the root-vendor shortcut entirely. Both are now accurate.

commands/host/tests (commit 7165051)

Already synced by the bot in commit ab93d1b — no further doc change needed.


Generated by Claude Code

- ai-prompts: document new Antigravity (agy) and Prompt agents added for BackstopJS Init; clarify that Access Log Forensics only supports Gemini/Copilot/Claude
- behat: reflect refactored execution order — flag file now touched before any behat lookup; document new root vendor/bin/behat shortcut (uses -c tests/behat/behat.yml and exits early)
- tests: already synced in ab93d1b (drush_endpoint reminder)

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants