From 0f83969b651f3f809c055cb2490d47be5c7ac233 Mon Sep 17 00:00:00 2001 From: Lee Dykes Date: Wed, 15 Jul 2026 09:50:36 -0500 Subject: [PATCH] JETS-1428: register backdraft in Backstage (legacy-frontend, deprecated) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a catalog-info.yaml so the framework appears in the catalog and ownership graph. Marked lifecycle: deprecated and placed in the legacy-frontend system — it's been in maintenance mode since 2019 and is being migrated to Titan. Co-Authored-By: Claude Opus 4.8 (1M context) --- catalog-info.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..926f726 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,14 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: backdraft + title: Backdraft + description: "Plugin-based UI application framework built on Backbone.js (the @invoca/backdraft-app package). Legacy: in maintenance mode since 2019 and being migrated to Titan (Backdraft-to-Titan / Web2Titan). No new development." + annotations: + github.com/project-slug: Invoca/backdraft + backstage.io/source-location: url:https://github.com/Invoca/backdraft/ +spec: + type: library + lifecycle: deprecated + owner: front-end-guild + system: legacy-frontend