Add comprehensive .github/copilot-instructions.md for coding agent onboarding#413
Conversation
Co-authored-by: ellisonleao <178641+ellisonleao@users.noreply.github.com>
…d/test procedures Co-authored-by: ellisonleao <178641+ellisonleao@users.noreply.github.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
|
@ellisonleao FYI this PR add around 29 Mo to the git repo size (in I only noticed it because I was curious about how copilot was able to contribute to a theme plugin :) |
|
hey @tyrossel thanks for the input. I was just testing some agent capabilities here and this will probably be removed/changed in other PRs |
This PR adds a comprehensive
.github/copilot-instructions.mdfile to help coding agents work more efficiently with the gruvbox.nvim repository. This is a one-time onboarding improvement that will significantly reduce the likelihood of agent-generated PRs being rejected due to build failures or misunderstanding the codebase.What's Added
Comprehensive Repository Documentation:
Validated Build & Test Procedures:
make test(9 tests, ~5-10 seconds, requires Neovim 0.8.0+)stylua --check lua(validates code formatting)CI/CD Pipeline Documentation:
Development Workflow Guidance:
Files Added
.github/copilot-instructions.md- Main instructions file (comprehensive, under 2 pages).gitignore- Excludes build artifacts and test dependenciesValidation
All documented commands have been tested in this environment:
make test- All 9 tests passstylua --check lua- Code formatting validatedThe instructions follow the specified format with high-level repository details, validated build instructions, and comprehensive project layout information to minimize agent exploration time and command failures.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.