✨ Set up Copilot instructions#21
Conversation
|
@copilot try again it seems there was some background error. |
Co-authored-by: dopry <387640+dopry@users.noreply.github.com>
Done! I've successfully created comprehensive Copilot instructions for the Pecans project. The
The instructions follow the best practices from the GitHub documentation and provide clear context for Copilot to understand this project's codebase and development patterns. Build and tests are confirmed working. Commit: 1fa5865 |
|
@copilot rebase this branch and update to reflect the changes in next. |
…idate strategy (#19) * Implement caching in GitHub backend with stale-while-revalidate strategy
# [2.0.0-next.16](v2.0.0-next.15...v2.0.0-next.16) (2025-09-19) ### Features * cache releases in abstract Backend class with stale-while-revalidate strategy ([#19](#19)) ([173e74c](173e74c))
…provements Co-authored-by: dopry <387640+dopry@users.noreply.github.com>
Done! Successfully rebased this branch onto the Commit: 583a965 |
|
@copilot rebase on next branch |
* chore: replace mocha with vitest * chore: implement coverage * chore: remove unused satisfiesPlatform * chore: mergeReleaseNotes test coverage * chore: test stripBOM * chore: win-releases tests * chore: test sortReleaseBySemVerDescending * chore: test Architecture.ts * chore: test SupportedFileExtension * chore: test PackageFormat * chore: test OperatingSystem * chore: test resolveForVersion * chore: test util/platforms * chore: test channel parsing * chore: test PecansAsset * chore: test PecansRelease * chore: test PecansReleases * chore: test models-index * chore: backend test coverage * chore: test github backend * chore: test versions * chore: pecans.ts tests * chore: test index * chore: update typescipt
# [2.0.0-next.17](v2.0.0-next.16...v2.0.0-next.17) (2025-09-20) ### Bug Fixes * tests switch to vitest and expand test coverage. ([#22](#22)) ([bbd4ccb](bbd4ccb))
…rement Co-authored-by: dopry <387640+dopry@users.noreply.github.com>
Done! Successfully rebased this branch onto the
The Commit: ef31741 |
Configure instructions for this repository as documented in Best practices for Copilot coding agent in your repository. Also incorporate the direction from https://github.com/github/awesome-copilot/blob/main/prompts/copilot-instructions-blueprint-generator.prompt.md, please use any referenced items from the https://github.com/github/awesome-copilot repo as additional context.
Changes Made
Created a comprehensive
.copilot-instructions.mdfile that includes:The instructions provide clear context for GitHub Copilot to understand this project's codebase, development patterns, and maintain consistency with existing code structure. The branch has been rebased onto the latest
nextbranch to incorporate recent caching improvements and testing framework migration to Vitest.Testing
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.