Add skills, instruction files, copilot-setup-steps workflow, and .java-version pin#378
Merged
Merged
Conversation
Agent-Logs-Url: https://github.com/AniTrend/retrofit-graphql/sessions/a07b79fe-3a07-4879-86d4-9bf03c39deef Co-authored-by: wax911 <7859175+wax911@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
wax911
April 10, 2026 14:13
View session
Up to standards ✅🟢 Issues
|
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.
Establishes Copilot agent customization infrastructure for this repo: environment setup workflow, reusable skills, and scoped instruction files. Adds a
.java-versionpin (21.0.8) consumed byjenvon local machines; CI continues to useactions/setup-java.Copilot Environment
.github/workflows/copilot-setup-steps.yml— Pre-warms the agent with Java 21 (adopt), Gradle cache, and a dependency resolution pass against:library. Mirrors the pattern used by existing CI workflows.Skills (
.github/skills/)jenv-gradle-low-ram/— Step-by-step procedure to alignjenvwith.java-version, run./gradlew :library:testand:app:assembleDebugunder memory pressure, with troubleshooting branches for daemon OOMs and jenv mismatches. Notes that:appis excluded whenCIenv var is set.retrofit-graphql-build-dependencies/— Maps every build concern (SDK levels, Dokka, Spotless, versions, publishing) to its owning file; includes areferences/build-map.mdtable.retrofit-graphql-kdoc-dokka/— Per-package KDoc checklist covering annotations, converter, discovery, model, logger, and utility types; includesreferences/kdoc-checklist.md.retrofit-graphql-reference-map/— Full package-root table forio.github.wax911.library.*, consumer entry points, and placement heuristics; includesreferences/module-map.md.Instructions (
.github/instructions/)Three new files with scoped
applyToglobs alongside the three existing ones:build-logic.instructions.md— Guidance forbuildSrc, version catalog, Gradle, and workflow edits; surfaces the jenv/.java-versioncontext and:appCI exclusion.context-maintenance.instructions.md— Keeps instructions, skills, and docs in sync when the codebase changes.kdoc-dokka.instructions.md— KDoc rules for public APIs: annotations, converter factory registration, discovery extension contracts, and logger integration.