From e35858a1ac3009a93bcb19044a7d4653e0ce2221 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Mon, 2 Feb 2026 09:28:19 -0600 Subject: [PATCH 1/2] reef(catalog-info) Add Backstage catalog for ckeditor5-math why: Register package in Backstage (Reef) for discoverability (LOB-1458) what: - Add catalog-info.yaml with metadata (owner: lobsters, tags: typescript/ckeditor5, GitHub link) See also: https://linear.app/multiverse-io/issue/LOB-1458 --- catalog-info.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..dde2ae4 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,18 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: ckeditor5-math + description: Math feature for CKEditor 5. + annotations: + github.com/project-slug: Multiverse-io/ckeditor5-math + backstage.io/techdocs-ref: dir:. + tags: + - typescript + - ckeditor5 + links: + - title: GitHub + url: https://github.com/Multiverse-io/ckeditor5-math +spec: + type: library + owner: lobsters + lifecycle: production From 01b6213a82039ab60140340246113e6e7232e7b9 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Mon, 2 Feb 2026 09:28:26 -0600 Subject: [PATCH 2/2] reef(CODEOWNERS) Add code ownership for ckeditor5-math why: Establish lobsters team ownership for PR reviews (LOB-1458) what: - Add CODEOWNERS with @Multiverse-io/lobsters as default reviewers See also: https://linear.app/multiverse-io/issue/LOB-1458 --- CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..a38c11c --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,6 @@ +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# @Multiverse-io/lobsters will be requested for +# review when someone opens a pull request. + +* @Multiverse-io/lobsters