Skip to content

docs: weekly sync - #173

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

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

Conversation

@bserem

@bserem bserem commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

Syncs docs/ with changes landed directly on main in the last 7 days. No merge commits were found — all commits were pushed directly to main.

What changed and why

docs/drupal-settings.md

  • Added restrict_route_by_ip to the list of modules disabled in both devmode and perfmode settings. Commits a500562 and 76b64c2 added $config['restrict_route_by_ip.settings']['enable'] = FALSE to both PHP files (it locks specific routes to server IPs, which is only meaningful on real infra).

docs/git-hooks.md — pre-commit section

  • Module-shipped config exclusion (commit d209d17): all performance and extension checks now exclude paths under config/install/ or config/optional/, preventing false positives from module-bundled default config files (e.g. web/core/modules/system/config/install/system.performance.yml).
  • page_cache logic corrected (commit d75c760): page_cache: 0 is now forbidden only when the project uses a CDN module (fastly or cloudflare) listed in core.extension.yml. Without an invalidatable CDN, enabling page_cache is a useful extra layer, so the blanket prohibition was reversed.

docs/host-commands.md

  • ai-prompts agents (commits 9d816f4, 0f15e72): the available agents are now Claude, Codex, Antigravity, and Prompt. Gemini and Copilot have been removed. The agent is now selected once (after choosing the operation) rather than inside each action function.
  • holdmybeer (commit 21a7c91): the command now prints a one-time login link (ddev drush uli) after completing all setup steps.
  • sanity-check (commit f862857): added a new check-drupal-field-group-accordion.sh check that warns when the deprecated field_group accordion format is found in entity display config.

🤖 Generated with Claude Code

https://claude.ai/code/session_01RD3Cm9hq2Abp4Hz6CBkqGM


Generated by Claude Code

- drupal-settings.md: document that restrict_route_by_ip is now disabled in both devmode and perfmode (commits a500562, 76b64c2)
- git-hooks.md: pre-commit now excludes config/install and config/optional paths from all performance/extension checks (d209d17); page_cache: 0 is only forbidden when a CDN module is present in core.extension.yml (d75c760)
- host-commands.md: ai-prompts agents updated to Claude/Codex/Antigravity/Prompt (Gemini/Copilot removed, agent selection unified, 9d816f4 + 0f15e72); holdmybeer now prints a one-time login link at the end (21a7c91); sanity-check now includes field_group accordion deprecation check (f862857)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RD3Cm9hq2Abp4Hz6CBkqGM
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