Conversation
…epository Co-authored-by: ShreckYe <27768951+ShreckYe@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Your task is to "onboard" this repository to Copilot coding agent by adding a .github/copilot-instructions.md file in the repository that contains information describing how a coding agent seeing it for the first time can work most efficiently.
You wi...
Add .github/copilot-instructions.md to onboard Copilot coding agents
Sep 22, 2025
Member
|
@copilot I have merged |
Co-authored-by: ShreckYe <27768951+ShreckYe@users.noreply.github.com>
Contributor
Author
Updated the copilot instructions to reflect the dev branch merge. Updated all version references:
Also added a note about potentially needing to build common-gradle-dependencies first if dependency resolution fails. All build commands validated and working with the updated versions. (commit: 3746dc8) |
ShreckYe
requested changes
Sep 27, 2025
… instructions Co-authored-by: ShreckYe <27768951+ShreckYe@users.noreply.github.com>
|
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 instructions for Copilot coding agents to work efficiently in this repository by creating
.github/copilot-instructions.md.Problem
Coding agents working on this repository need to spend significant time exploring the codebase to understand:
This exploration time increases the likelihood of build failures and reduces agent efficiency.
Solution
The new
.github/copilot-instructions.mdfile provides:Repository Overview
Validated Build Instructions
All commands tested and include execution times:
./gradlew build- Full build (~30 seconds)./gradlew check- Validation without distributions (~1 minute)./gradlew publishToMavenLocal- Local publishing (~2 seconds)./gradlew apiCheck- API compatibility validation./gradlew dokkaGeneratePublicationHtml- Documentation generationProject Architecture
Known Issues & Workarounds
-Xmx2Gneeded for architecture module)Development Guidelines
publishToMavenLocalUpdates Made
After merging the dev branch, the instructions were updated to reflect the latest versions:
Benefits
This documentation will:
The instructions are comprehensive yet concise, fitting within 2 pages while covering all essential information needed for effective development in this repository.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.