Skip to content

📖 Update README with clearer installation steps#13

Merged
clubanderson merged 1 commit intomainfrom
docs/update-readme-instructions
Feb 12, 2026
Merged

📖 Update README with clearer installation steps#13
clubanderson merged 1 commit intomainfrom
docs/update-readme-instructions

Conversation

@clubanderson
Copy link
Copy Markdown
Contributor

Summary

  • Move prerequisites (Homebrew install) to the top — users were missing CLI tool installation because it was buried at the bottom
  • Add clear Step 1/2/3 structure for plugin setup
  • Add /mcp verification step
  • Add /allowed-tools as alternative to editing settings.json
  • Add example usage sections for both plugins
  • Add Helm/Kustomize natural language examples

Test plan

  • Verify README renders correctly on GitHub
  • Follow installation steps from scratch to confirm flow

🤖 Generated with Claude Code

Move prerequisites (Homebrew install) to the top so users install CLI
tools before adding the marketplace. Add Step 1/2/3 structure, /mcp
verification, /allowed-tools alternative, and example usage sections
for both plugins. Add Helm/Kustomize natural language examples.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Andrew Anderson <andy@clubanderson.com>
Copilot AI review requested due to automatic review settings February 12, 2026 01:13
@kubestellar-prow kubestellar-prow Bot added the dco-signoff: yes Indicates the PR's author has signed the DCO. label Feb 12, 2026
@kubestellar-prow
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@github-actions
Copy link
Copy Markdown

Welcome to KubeStellar! 🚀 Thank you for submitting this Pull Request.

Before your PR can be merged, please ensure:

DCO Sign-off - All commits must be signed off with git commit -s to certify the Developer Certificate of Origin

PR Title - Must start with an emoji: ✨ (feature), 🐛 (bug fix), 📖 (docs), 🌱 (infra/tests), ⚠️ (breaking change)

Getting Started with KubeStellar:

Contributor Resources:


🌟 Help KubeStellar Grow - We Need Adopters!

Our roadmap is driven entirely by adopter feedback. Whether you're using KubeStellar yourself or know someone who could benefit from multi-cluster Kubernetes:

📋 Take our Multi-Cluster Survey - Share your use cases and help shape our direction!


A maintainer will review your PR soon. Feel free to ask questions in the comments or on Slack!

@kubestellar-prow kubestellar-prow Bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Feb 12, 2026
@clubanderson clubanderson merged commit 23e4e04 into main Feb 12, 2026
14 of 16 checks passed
@kubestellar-prow kubestellar-prow Bot deleted the docs/update-readme-instructions branch February 12, 2026 01:14
@github-actions
Copy link
Copy Markdown

🎉 Thank you for your contribution! Your PR has been successfully merged.


🌟 Help KubeStellar Grow - We Need Adopters!

Our roadmap is driven entirely by adopter feedback - nothing else. Whether you're using KubeStellar yourself or know organizations that could benefit from multi-cluster Kubernetes, we need your help:

📋 Take our Multi-Cluster Survey - Share your use cases and help shape our direction!

🗣️ Spread the word - Tell colleagues, write blog posts, present at meetups

💬 Share feedback on Slack #kubestellar-dev

Every adopter story helps us prioritize what matters most. Thank you for being part of the KubeStellar community!

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Improves the README installation flow so users install required CLI tools first, then add/install/verify Claude Code plugins, with clearer examples and tool-permission guidance.

Changes:

  • Move prerequisites (Homebrew/binaries) to the top and restructure installation into Step 1/2/3.
  • Add /mcp verification and /allowed-tools alternative to editing settings.json.
  • Add example prompts for both plugins plus additional Helm/Kustomize natural-language examples.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md

### Step 3: Verify

Run `/mcp` in Claude Code - you should see:
Copy link

Copilot AI Feb 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The verification output implies both plugins will always appear as connected, but Step 2 allows installing either one. Consider updating this section to show an example for each plugin separately, or clarify that you should see the entries only for the plugins you installed.

Suggested change
Run `/mcp` in Claude Code - you should see:
Run `/mcp` in Claude Code you should see entries for the plugins you installed, for example:

Copilot uses AI. Check for mistakes.
Comment thread README.md
Comment on lines +41 to +51
Add to `~/.claude/settings.json`:

```json
{
"permissions": {
"allow": [
"mcp__plugin_kubestellar-ops_kubestellar-ops__*",
"mcp__plugin_kubestellar-deploy_kubestellar-deploy__*"
]
}
}
Copy link

Copilot AI Feb 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This reads like a full settings.json file and could lead users to overwrite existing settings. Consider wording like “merge the following into your existing ~/.claude/settings.json” and/or showing just the minimal permissions.allow fragment to append.

Suggested change
Add to `~/.claude/settings.json`:
```json
{
"permissions": {
"allow": [
"mcp__plugin_kubestellar-ops_kubestellar-ops__*",
"mcp__plugin_kubestellar-deploy_kubestellar-deploy__*"
]
}
}
Merge the following into the `permissions.allow` array in your existing `~/.claude/settings.json`:
```jsonc
// Add these entries to "permissions.allow"
"mcp__plugin_kubestellar-ops_kubestellar-ops__*",
"mcp__plugin_kubestellar-deploy_kubestellar-deploy__*"

Copilot uses AI. Check for mistakes.
Comment thread README.md
plugin:kubestellar-deploy:kubestellar-deploy · ✓ connected
```

### Allow Tools Without Prompts
Copy link

Copilot AI Feb 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the installation section is structured as Step 1/2/3, this optional section breaks the stepwise flow a bit. Consider renaming the heading to something like “Step 4 (Optional): Allow Tools Without Prompts” or “Optional: Allow Tools Without Prompts” for consistency.

Suggested change
### Allow Tools Without Prompts
### Step 4 (Optional): Allow Tools Without Prompts

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dco-signoff: yes Indicates the PR's author has signed the DCO. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants