Set up comprehensive Copilot coding agent instructions#1650
Merged
TwitchBronBron merged 2 commits intomasterfrom Mar 19, 2026
Merged
Set up comprehensive Copilot coding agent instructions#1650TwitchBronBron merged 2 commits intomasterfrom
TwitchBronBron merged 2 commits intomasterfrom
Conversation
…esting guidelines Co-authored-by: TwitchBronBron <2544493+TwitchBronBron@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Configure Copilot instructions for repository
Set up comprehensive Copilot coding agent instructions
Mar 19, 2026
TwitchBronBron
approved these changes
Mar 19, 2026
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.
Expands
.github/copilot-instructions.mdfrom a minimal stub into actionable instructions that reflect the actual conventions in this codebase.Changes
npm run test:nocoveras the preferred test command and warns against invoking mocha directly with custom arguments (.mocharc.cjsmust be respected)object-shorthand: never), single quotes, curly braces required, one var per declaration,for...ofpreferred, no floating promises; notes thatstrictNullChecksandprefer-constare offimport typefor type-only imports; external packages before internal modulesexpectimported fromchai-config.spec(notchaidirectly),sinonsandbox viatestHelpers.spec,undent/trimfor multiline BrightScript strings, helper functions (expectZeroDiagnostics, etc.)src/bscPlugin/,src/types/,src/validators/) and common patterns (AstEditorfor reversible AST edits,DiagnosticMessagesfor structured error codes, parser error recovery)Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.