-
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
[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.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Tayler Geiger <tayler@redhat.com> Co-Authored-By: Claude
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2368 +/- ##
==========================================
+ Coverage 70.61% 74.48% +3.87%
==========================================
Files 93 93
Lines 7333 7333
==========================================
+ Hits 5178 5462 +284
+ Misses 1720 1436 -284
Partials 435 435
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:
|
| 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)?
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