📖 Add local dev environment specialist Claude subagent by trgeiger · Pull Request #2368 · operator-framework/operator-controller

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)