-
Notifications
You must be signed in to change notification settings - Fork 68
📖 Add local dev environment specialist Claude subagent #2368
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
📖 Add local dev environment specialist Claude subagent #2368
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
f31cda0 to
c8136ae
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2368 +/- ##
==========================================
+ Coverage 70.61% 74.88% +4.27%
==========================================
Files 93 95 +2
Lines 7333 7323 -10
==========================================
+ Hits 5178 5484 +306
+ Misses 1720 1407 -313
+ Partials 435 432 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
docs/contribute/developer.md
Outdated
| using Claude, simply ask it for assistance in setting up the local development environment | ||
| and it should suggest using the local development environment specialist sub-agent. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we see here an example conversation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or at least a prompt (I figured one out, but it may not be obvious)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. The entire process can be pretty lengthy as it walks through all the steps, so how long of an example were you wanting to see? Might also get the best experience trying it locally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think you need to provide the entire exchange. But it would be good to see one (or more) example prompt(s) to give the reader some clue of how to engage with the agent properly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I added a couple examples of how to engage the sub-agent to the developer.md doc
Signed-off-by: Tayler Geiger <tayler@redhat.com> Co-Authored-By: Claude
|
/approve |
|
/lgtm |
rashmigottipati
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: perdasilva, rashmigottipati The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
ff7d3c2
into
operator-framework:main
Co-Authored-By: Claude
Description
This introduces a Claude sub-agent for assisting users in setting up their local development environment in accordance with our Tilt configuration. It will walk users through each step of installing the necessary tools if they're missing, making any necessary configuration changes for their OS, and running the Tilt server. It could be a useful tool for new contributors or for seasoned contributors who run into issues with their local development environment.
By committing this sub-agent configuration to the repository, any local user's Claude installation should automatically suggest using this sub-agent if the user asks about running the project locally.
Reviewer Checklist