Add comprehensive GitHub Copilot instructions for helm-diff development #838
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds comprehensive GitHub Copilot instructions to help coding agents work effectively with the helm-diff codebase. The instructions provide detailed guidance on building, testing, and developing the Helm plugin.
Key Features
Complete Development Workflow:
make bootstrap
(~50s first time, <1s cached)make build
(~9s)make test
(~12s, 38.7% coverage)Validated Commands and Timing:
All commands have been tested and measured with appropriate timeout recommendations:
Essential Context for Agents:
Comprehensive Validation Scenarios:
The instructions include step-by-step validation scenarios that agents should run after making changes:
All instructions have been thoroughly tested to ensure they work correctly every time, following the requirement to validate every command before inclusion.
Fixes #837.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.