docs: weekly sync#156
Open
bserem wants to merge 1 commit into
Open
Conversation
- 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed and why
Three commits landed directly on
mainin the week of 2026-07-03 that touched documented areas. This PR updates the docs to match.commands/host/ai-prompts(commit36f57bd)Two new AI agent options were added to the BackstopJS Init operation:
agy --prompt <prompt>The
ai-promptsentry indocs/host-commands.mdpreviously 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(commit95bc89e)The behat command was refactored in two ways:
.behat_testingflag-file touch andtrapnow happen unconditionally at the top, before any other check, so the flag is always set regardless of which behat path is taken.vendor/bin/behatexists at the project root it is invoked asvendor/bin/behat -c tests/behat/behat.yml "$@"(skipping thecd tests/behat+composer installpath).The
behatentry indocs/web-commands.mddescribed the old order and omitted the root-vendor shortcut entirely. Both are now accurate.commands/host/tests(commit7165051)Already synced by the bot in commit
ab93d1b— no further doc change needed.Generated by Claude Code