From d2e24b956cf92e6c7a56c11ae58672260327fa75 Mon Sep 17 00:00:00 2001 From: Thomas Pedersen Date: Wed, 29 Apr 2026 14:14:08 +0200 Subject: [PATCH] feat: add initial cortex configuration file Co-authored-by: Copilot --- .acquia/.cortex/cortex.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .acquia/.cortex/cortex.yaml diff --git a/.acquia/.cortex/cortex.yaml b/.acquia/.cortex/cortex.yaml new file mode 100644 index 0000000..16d7c8c --- /dev/null +++ b/.acquia/.cortex/cortex.yaml @@ -0,0 +1,21 @@ +openapi: 3.0.1 +info: + title: Monsido Page Processing Library + description: Library to support the Monsido frontend and Monsido Extension + x-cortex-tag: Monsido/page-processing-library + x-cortex-git: + github: + repository: Monsido/page-processing-library + x-cortex-owners: + - type: GROUP + name: Monsido/frontend-developers + provider: GITHUB + description: Monsido Frontend team + - type: SLACK + channel: opt-pe-chat + notificationsEnabled: true + description: Monsido R&D slack channel + x-cortex-groups: + - drupal-cloud + - optimize + - is-service