Merge pull request #33277 from backstage/rugvip/fix-agents-md-key-directories

AGENTS.md: fix duplicate /packages/app entry in Key Directories
This commit is contained in:
Patrik Oldsberg
2026-03-11 13:48:41 +01:00
committed by GitHub
+1 -1
View File
@@ -4,9 +4,9 @@ Backstage is an open platform for building developer portals. This is a TypeScri
- `/packages`: Core framework packages (prefixed `@backstage/`)
- `/plugins`: Plugin packages (prefixed `@backstage/plugin-*`)
- `/packages/app` and `/packages/backend`: Example app for local development
- `/packages/app`: Main example app using the new frontend system
- `/packages/app-legacy`: Example app using the old frontend system
- `/packages/backend`: Example backend for local development
- `/docs`: Documentation files
Packages prefixed with `core-` (e.g., `@backstage/core-plugin-api`) are part of the old frontend system. Packages prefixed with `frontend-` (e.g., `@backstage/frontend-plugin-api`) are part of the new frontend system (NFS). Packages prefixed with `backend-` (e.g., `@backstage/backend-plugin-api`) are part of the backend system.