✨ Add KubeStellar Console AGENTS.md real-world example#6
Open
clubanderson wants to merge 2 commits intoIschca:mainfrom
Open
✨ Add KubeStellar Console AGENTS.md real-world example#6clubanderson wants to merge 2 commits intoIschca:mainfrom
clubanderson wants to merge 2 commits intoIschca:mainfrom
Conversation
KubeStellar Console is a multi-cluster Kubernetes dashboard (CNCF Sandbox) with a Go backend and React/TypeScript frontend. Its AGENTS.md covers build commands, card development patterns, MCP server integration, array safety conventions, and i18n requirements. Signed-off-by: clubanderson <clubanderson@users.noreply.github.com>
unitedideas
reviewed
May 1, 2026
unitedideas
left a comment
There was a problem hiding this comment.
This looks relevant. One small issue: the README entry lands between the Real-world Examples list and the Guides heading, but the Contents link still points to Community Examples. It might be worth either adding a Real-world Examples item to the TOC or moving the entry under an existing section.
- Add '- [Real‑world Examples](#real-world-examples)' to Contents so the TOC link resolves correctly - Remove spurious blank line before KubeStellar Console entry - Add blank line after the section before Guides & Articles heading Addresses review feedback from Ischca#6. Signed-off-by: Andy Anderson <clubanderson@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds KubeStellar Console as a real-world AGENTS.md example.
KubeStellar Console is a CNCF Sandbox project with a comprehensive AGENTS.md covering:
Includes both the README entry and an
examples/kubestellar-console.mdfile following the existing format.