Guidance for AI coding agents working on the Varbase Events Base recipe.
Read the project history and context first:
CHANGELOG.md— what changed in each release, newest first. Read it before proposing changes so you follow the established direction and versioning.- Merge request comments and history on git.drupalcode.org/project/varbase_events_base — the reasoning behind recent changes lives in the MR discussions.
- Issue comments on drupal.org/project/issues/varbase_events_base — the Problem/Motivation and Proposed resolution for each change.
- Add an entry under
## [Unreleased]inCHANGELOG.md. - Keep commit messages in the Drupal commit-type format:
{type}: #{issueID} Summary(see https://www.drupal.org/node/3586390). - Never bump the version or tag a release without explicit maintainer approval.
- This is a
drupal-recipe; keep configuration in the recipe, not inconfig/installorconfig/optional.