-
Notifications
You must be signed in to change notification settings - Fork 32
feat: add Compass catalog manifests for all agentic packs #133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
r2dedios
merged 36 commits into
RHEcosystemAppEng:main
from
r2dedios:compass-skill-manifests
Aug 19, 2026
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
ebce94d
feat: add Compass catalog manifests for ocp-admin pack
r2dedios c008708
feat: add Compass manifests for all 7 agentic packs
r2dedios f8e52a9
feat: add Domain and System hierarchy for Compass UI navigation
r2dedios 656cfe1
refactor: deduplicate MCP manifests by technology
r2dedios df03ed4
fix: remove Domain entity from Location targets
r2dedios 3deefb1
feat: add TechDocs annotation to all System manifests
r2dedios 3bf6e63
feat: add rh-agentic-plugins-mcps namespace to MCP manifests
r2dedios d0532ae
feat: enrich Compass manifests with MCP System, relations, and annota…
r2dedios d884c97
feat: add TechDocs annotations to MCP manifests
r2dedios 5125295
feat: add skill-to-skill dependsOn relations to Compass manifests
r2dedios a69a5fd
fix: remove techdocs-ref annotations that break Compass TechDocs builds
r2dedios 7e301fc
refactor: convert pack System entities to AiResource plugins
r2dedios b913638
refactor: replace spec.system with dependsOn in skill manifests
r2dedios c6b8d80
feat: unify under single System and restructure Location hierarchy
r2dedios b476511
docs: add Compass manifest documentation to CLAUDE.md
r2dedios 8f60a02
fix: qualify system reference with default namespace
r2dedios 8c2289e
fix: add explicit hasPart relations to System entity
r2dedios 77c4cb3
revert: remove explicit hasPart relations (not supported by Compass)
r2dedios 386f8a0
refactor: reuse canonical MCP servers for Lightspeed and Security
r2dedios ac06903
chore: change owner group to ai5-marketplace
r2dedios 4ca7656
feat: add distribution: external label to MCPServer manifests
r2dedios 44e705a
fix: replace env var interpolation with static placeholder URLs in MC…
r2dedios 25c03b5
fix: replaced link by the proper annotation
r2dedios 6aa42bb
refactor: move agentic-plugins.redhat.com labels to annotations
r2dedios c3ace00
feat: add bidirectional semantic relations to Compass manifests
r2dedios a40e79b
fix: replace partOf/hasPart with dependsOn/dependencyOf in Compass ma…
r2dedios d312972
feat: document primitives for all MCP servers and fix Compass manifes…
r2dedios 34952e7
scope down Compass manifests to 4 packs, address review feedback
r2dedios 98b9e6b
fix MCP dependencies in skill manifests and set plugin lifecycle to d…
r2dedios cef4299
unify Compass namespace to ai5-marketplace across all manifests
r2dedios 6ad4789
remove redundant dependsOn system ref from plugin manifests
r2dedios 042de17
test: add partOf/hasPart to cve-impact and rh-sre for Compass validation
r2dedios a0d14aa
Revert "test: add partOf/hasPart to cve-impact and rh-sre for Compass…
r2dedios 3d1f413
docs: add rh-ai-engineer and rh-automation to CLAUDE.md structure tree
r2dedios 947ba28
docs: fix Plugin→System relationship in CLAUDE.md
r2dedios 5d20d9f
docs: update rh-sre skill count from 10 to 13
r2dedios File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| apiVersion: backstage.io/v1alpha1 | ||
| kind: Location | ||
| metadata: | ||
| name: agentic-plugins | ||
| title: Agentic Plugins | ||
| description: > | ||
| Root catalog entry point for the agentic-plugins repository. | ||
| Points to all agentic pack locations and MCP server manifests | ||
| for Compass ingestion. | ||
| annotations: | ||
| agentic-plugins.redhat.com/version: "1.0" | ||
| agentic-plugins.redhat.com/repo: "agentic-plugins" | ||
| spec: | ||
| targets: | ||
| # Repository-level system | ||
| - ./system.yaml | ||
| # Agentic Pack Locations | ||
| - ./ocp-admin/catalog-info.yaml | ||
| - ./rh-sre/catalog-info.yaml | ||
| - ./rh-virt/catalog-info.yaml | ||
| - ./rh-basic/catalog-info.yaml | ||
| # MCP Servers Location | ||
| - ./mcps/catalog-info.yaml |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.