docs: weekly sync - #173
Open
bserem wants to merge 1 commit into
Open
Conversation
- 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
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.
Syncs
docs/with changes landed directly onmainin the last 7 days. No merge commits were found — all commits were pushed directly tomain.What changed and why
docs/drupal-settings.mdrestrict_route_by_ipto the list of modules disabled in both devmode and perfmode settings. Commitsa500562and76b64c2added$config['restrict_route_by_ip.settings']['enable'] = FALSEto both PHP files (it locks specific routes to server IPs, which is only meaningful on real infra).docs/git-hooks.md— pre-commit sectiond209d17): all performance and extension checks now exclude paths underconfig/install/orconfig/optional/, preventing false positives from module-bundled default config files (e.g.web/core/modules/system/config/install/system.performance.yml).page_cachelogic corrected (commitd75c760):page_cache: 0is now forbidden only when the project uses a CDN module (fastlyorcloudflare) listed incore.extension.yml. Without an invalidatable CDN, enablingpage_cacheis a useful extra layer, so the blanket prohibition was reversed.docs/host-commands.mdai-promptsagents (commits9d816f4,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(commit21a7c91): the command now prints a one-time login link (ddev drush uli) after completing all setup steps.sanity-check(commitf862857): added a newcheck-drupal-field-group-accordion.shcheck that warns when the deprecatedfield_groupaccordion format is found in entity display config.🤖 Generated with Claude Code
https://claude.ai/code/session_01RD3Cm9hq2Abp4Hz6CBkqGM
Generated by Claude Code