Skip to content

Conversation

@trgeiger
Copy link
Contributor

@trgeiger trgeiger commented Dec 2, 2025

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

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

@trgeiger trgeiger requested a review from a team as a code owner December 2, 2025 15:26
@openshift-ci openshift-ci bot requested review from dtfranz and tmshort December 2, 2025 15:26
@netlify
Copy link

netlify bot commented Dec 2, 2025

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit bfe0bbc
🔍 Latest deploy log https://app.netlify.com/projects/olmv1/deploys/6936f13f8438d1000849af41
😎 Deploy Preview https://deploy-preview-2368--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@trgeiger trgeiger force-pushed the subagents branch 2 times, most recently from f31cda0 to c8136ae Compare December 2, 2025 15:35
@codecov
Copy link

codecov bot commented Dec 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.88%. Comparing base (34394ce) to head (bfe0bbc).
⚠️ Report is 9 commits behind head on main.

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     
Flag Coverage Δ
e2e 44.94% <ø> (+0.41%) ⬆️
experimental-e2e 49.38% <ø> (+35.43%) ⬆️
unit 58.82% <ø> (+0.21%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment on lines 142 to 143
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.
Copy link
Contributor

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?

Copy link
Contributor

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)?

Copy link
Contributor Author

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.

Copy link
Contributor

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.

Copy link
Contributor Author

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
@perdasilva
Copy link
Contributor

/approve

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 9, 2025
@grokspawn
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Dec 9, 2025
Copy link
Member

@rashmigottipati rashmigottipati left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci
Copy link

openshift-ci bot commented Dec 9, 2025

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit ff7d3c2 into operator-framework:main Dec 9, 2025
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants