-
Notifications
You must be signed in to change notification settings - Fork 29
Introduced AAP server in SRE plugins #10
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
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
462cae7
Enhance pack card display and search functionality; add plugin titles
dmartinol 8136a17
Update AAP integration documentation and skills
dmartinol a432a93
Merge branch 'RHEcosystemAppEng:main' into remediation-aap
dmartinol 1985901
Merge branch 'RHEcosystemAppEng:main' into remediation-aap
dmartinol f2d06cc
chore(validation): Added first approach of SKILL_CHECKLIST file and v…
r2dedios c2ad2f4
fix(workflow): Modified workflow for only validating with Skill Spec …
r2dedios 892eccb
fix(workflow): Added missing linter script
r2dedios bd4c182
fix(workflow): Removed Claude's internal skills. Only evaluating ours
r2dedios b242045
fix(workflow): Linter runs over every skill
r2dedios c086941
fix(merge-skill-design): Merged SKILL_CHECKLIST.md and SKILL_DESIGN_P…
r2dedios dcd7161
reviewed remediation solution
dmartinol a051bca
fix(docs): Clarify known issues with MCP client parameter serialization
dmartinol 5b1a520
TODO file
dmartinol 8e5ff76
Merge upstream/main: resolve conflicts in CLAUDE.md and SKILL_DESIGN_…
dmartinol 89d083a
fix linting issues
dmartinol fb33234
fix(linter): Update collection extraction logic in run-skill-linter.s…
dmartinol a113f48
chore(gitattributes): Add .gitattributes to enforce LF line endings f…
dmartinol e27e232
fix(linter): Improve frontmatter delimiter checks and ASCII art detec…
dmartinol 7bc310f
Update docs/app.js
dmartinol b022cb8
Update rh-sre/docs/testing/aap-integration-test-guide.md
dmartinol 6320156
Update documentation dates to reflect the latest access and validatio…
dmartinol ea21371
Update README.md to enhance AAP job execution details and clarify MCP…
dmartinol ed8ff26
Update plugin title in plugins.json to reflect OpenShift Virtualization
dmartinol 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
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,6 @@ | ||
| # Enforce LF line endings for text files (prevents CRLF issues in CI) | ||
| * text=auto eol=lf | ||
| *.md text eol=lf | ||
| *.sh text eol=lf | ||
| *.yml text eol=lf | ||
| *.yaml text eol=lf |
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
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,17 @@ | ||
| { | ||
| "rh-sre": { | ||
| "title": "Red Hat SRE Agentic Skills Collection" | ||
| }, | ||
| "rh-virt": { | ||
| "title": "Red Hat OpenShift Virtualization Agentic Collection" | ||
| }, | ||
| "rh-developer": { | ||
| "title": "Red Hat Developer Agentic Skills Collection" | ||
| }, | ||
| "ocp-admin": { | ||
| "title": "Red Hat OpenShift Administration Agentic Skills Collection" | ||
| }, | ||
| "rh-support-engineer": { | ||
| "title": "Red Hat Support Engineer Agentic Skills Collection" | ||
| } | ||
| } | ||
|
dmartinol marked this conversation as resolved.
|
||
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
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
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.