Skip to content

📖 Add local dev environment specialist Claude subagent - #2368

Merged
openshift-merge-bot[bot] merged 1 commit into
operator-framework:mainfrom
trgeiger:subagents
Dec 9, 2025
Merged

📖 Add local dev environment specialist Claude subagent#2368
openshift-merge-bot[bot] merged 1 commit into
operator-framework:mainfrom
trgeiger:subagents

Conversation

@trgeiger

Copy link
Copy Markdown
Contributor

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 ownerDecember 2, 2025 15:26
@netlify

netlifyBot commented Dec 2, 2025

Copy link
Copy Markdown

Deploy Preview for olmv1 ready!

NameLink
🔨 Latest commitbfe0bbc
🔍 Latest deploy loghttps://app.netlify.com/projects/olmv1/deploys/6936f13f8438d1000849af41
😎 Deploy Previewhttps://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
trgeigerforce-pushed the subagents branch 2 times, most recently from f31cda0 to c8136aeCompareDecember 2, 2025 15:35
@codecov

codecovBot commented Dec 2, 2025

Copy link
Copy Markdown

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 
FlagCoverage Δ
e2e44.94% <ø> (+0.41%)⬆️
experimental-e2e49.38% <ø> (+35.43%)⬆️
unit58.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 threaddocs/contribute/developer.md Outdated
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
ContributorAuthor

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
Copy Markdown
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
Copy Markdown
ContributorAuthor

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
Copy Markdown
Contributor

/approve

@openshift-ciopenshift-ciBot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 9, 2025
@grokspawn

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ciopenshift-ciBot added the lgtm Indicates that a PR is ready to be merged. label Dec 9, 2025

@rashmigottipatirashmigottipati left a comment

Copy link
Copy Markdown
Member

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
Copy Markdown

[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

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

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

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@trgeiger@perdasilva@grokspawn@pedjak@rashmigottipati@tmshort