feat: add AIResource catalog entity kind as opt-in module

Introduces @backstage/plugin-catalog-backend-module-ai-resource-entity-model,
a new backend module that registers the AIResource kind with the catalog.

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2026-05-15 08:49:01 +02:00
parent 05f13d50c0
commit 3664148c2e
14 changed files with 578 additions and 0 deletions
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-ai-resource-entity-model': minor
---
Introduced the `AIResource` catalog entity kind as an opt-in backend module. Install this module to register support for `AIResource` entities in your catalog, used to represent contextual information consumed by AI coding tools such as skills and rules.