Ronald te Brake Releases Surge Tool to Improve AI Integration with Drupal Projects
Ronald te Brake has launched Surge, a new tool aimed at improving how AI coding agents interact with Drupal projects. Surge generates and applies Drupal coding standards in formats that are compatible with a wide range of AI tools and modern IDEs.
The project's goal is to give AI tools a clear understanding of Drupal's structure, standards, and development practices. Surge scans Drupal projects for official and community-provided coding guidelines, then compiles them into a single source of truth using the emerging AGENTS.md format. It also creates tool-specific configurations for environments that require them, such as PhpStorm, Claude, Aider, and Gemini CLI.
The latest update, released on September 2, 2025, introduced interactive Composer commands. The composer surge-standards command helps developers apply coding standards directly to supported tools, while composer surge-scan performs a dry run and generates a markdown file that can be shared across environments. These features streamline setup and make it easier to incorporate AI-driven workflows into Drupal development.
Surge is not yet covered by Drupal's official security advisory policy, but it represents an early effort to make Drupal more AI-aware by standardizing how tools receive coding context. The project signals an important step toward bridging Drupal development workflows with AI-powered coding environments.
More details and installation instructions are available at drupal.org/project/surge.

