refactor: move AiResource types to @backstage/catalog-model alpha

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2026-05-18 17:38:27 +02:00
parent 46fbd60aef
commit 333b10c2ab
15 changed files with 144 additions and 127 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
---
'@backstage/plugin-catalog-backend-module-ai-model': minor
'@backstage/catalog-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.
Introduced the `AiResource` catalog entity kind. Entity types, validators, type guards, and the model layer are exported from `@backstage/catalog-model/alpha`. Install `@backstage/plugin-catalog-backend-module-ai-model` in your backend to register the kind with the catalog.