Conversation
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...
feat: add comprehensive Copilot instructions for repository onboarding
Aug 26, 2025
boneskull
approved these changes
Sep 11, 2025
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.
Adds
.github/copilot-instructions.mdto onboard the repository for GitHub Copilot coding agents. This comprehensive guide provides everything a coding agent needs to work efficiently with the impvol codebase without extensive exploration.What's Included
Repository Overview: Complete description of impvol as an "Importable Volume" library that enables importing scripts and modules from memfs virtual filesystems using Node.js customization hooks.
Verified Build & Validation Instructions:
npm install→npm run buildProject Architecture & Layout:
src/)CI/CD Documentation: All 13 GitHub Actions workflows documented with their exact commands and purposes, including build/test matrix across Node.js versions and operating systems.
Dependencies & Architecture Details:
impvol://protocol implementationCommon Issues & Workarounds: Documented solutions for typical build sequence issues, dual package considerations, and expected behaviors like memory leaks.
File Location Reference: Complete directory structure for easy navigation without exploration.
Validation
All commands documented in the instructions have been tested and verified to work correctly. The complete validation sequence passes all checks:
This file significantly reduces the time coding agents need to understand the repository structure and eliminates common build/test failures by providing precise, verified instructions.
💡 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.