Add .github/agents.md with dev branch instruction and subsystem map#1986
Merged
Conversation
Copilot
AI
changed the title
Add .github/agents.md with dev branch instruction and subsystem locations
Add .github/agents.md with dev branch instruction and subsystem map
Jun 10, 2026
Copilot created this pull request from a session on behalf of
RobertvanderHulst
June 10, 2026 17:24
View session
Member
|
Ok |
RobertvanderHulst
approved these changes
Jun 10, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds repository-specific agent instructions to standardize branch selection, orient contributors to the repo layout, and document key build workflows.
Changes:
- Added guidance to base work on the
devbranch. - Documented the
src/subsystem layout and key solution files. - Added build notes and pointers to bootstrap/build scripts.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ## Source Branch | ||
|
|
||
| Always take source from the **`dev`** branch. Do not use `master` or any other branch as a base unless explicitly instructed. |
Comment on lines
+62
to
+71
| | Solution | Purpose | | ||
| |---|---| | ||
| | `src/Master.slnx` | All subsystems combined | | ||
| | `src/Compiler.slnx` | Compiler only | | ||
| | `src/Runtime.slnx` | Runtime only | | ||
| | `src/VSIntegration2022.sln` | VS Integration (VS 2022) | | ||
| | `src/VSIntegration.sln` | VS Integration (VS 2019) | | ||
| | `src/Tools.slnx` | Tools only | | ||
| | `src/SqlRdd.slnx` | SQL RDD only | | ||
| | `src/MacroCompiler.sln` | Macro compiler only | |
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/agents.mdto give AI agents working in this repo the context they need upfront.Contents
devsrc/Compiler,src/Roslyn,src/Runtime,src/VisualStudio, andsrc/Tools— including key sub-packages within each.sln/.slnxto its scopeContinuousIntegrationBuild.cmd), output folder