Issue #3586244: Add example context items from the Chicago Driesnote demo.

Description

Adds an optional example module, ai_context_test_items, under tests/modules/, Closes #3586244. It ships 13 vetted AI Context items so people new to the Context Control Center can explore real, well-structured context without having to install a full Drupal Forge / demo site first. The items are taken from the DrupalCon Chicago 2026 Driesnote demo, the fictional "FinDrop" travel-expense SaaS. They span the full complexity range the issue asks for: from simple global rules to complex, parent-scoped page-building recipes.

Testing instructions

  1. ddev composer require drupal/default_content
  2. $settings['extension_discovery_scan_tests'] = TRUE; (in web/sites/default/settings.php)
  3. ddev drush en ai_context_test_items -y && ddev drush cr

Result: all 13 items import successfully; the parent/child hierarchy resolves correctly; items are visible from the CCC overview at /admin/config/ai/context/overview.

Checklist

  • I have updated the MR title to use format: Issue #1234: My issue title.
  • I have updated the MR description to include: Closes #1234
  • I have performed a self-review of my own code
  • I have added or updated tests, or explained in the description why this change is not covered by tests
  • I have updated documentation for any new or changed functionality
  • I have written testing instructions and verified them locally
  • I have noted any required post-merge steps (config imports, cache rebuilds, manual changes)
  • This MR contains no breaking API or hook changes, or they are explicitly documented in the description

AI Compliance

Note

Check the one that best describes your usage, or leave all unchecked if AI was not significantly used.

  • AI Assisted Code
    Mainly written by a human; AI used for autocomplete or partial generation under full human supervision.
  • AI Generated Code
    Mainly generated by AI, reviewed and approved by a human before this MR was created.
  • Vibe Coded
    Generated by AI and only functionally reviewed before this MR was created.

Closes #3586244

Edited by Kristen Pol

Merge request reports

Loading