Add env-setup agent for .NET MAUI environment validation #33433
+149
−0
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.
This pull request introduces a new specialized agent for validating and configuring .NET MAUI development environments, updates documentation and prompt instructions to support its use, and configures backend services for environment checks. The most important changes are grouped below:
New Agent and Documentation:
.github/agents/env-setup.mddefining theenv-setupagent for automated .NET MAUI environment validation and remediation, including detailed tasks for SDK, workload, and dependency checks and fixes.Copilot Agent Integration:
.github/copilot-instructions.mdto document the newenv-setupagent, its trigger phrases, capabilities, and delegation policy..github/copilot-instructions.mdfor immediate delegation to theenv-setupagent when relevant user requests are detected.Prompt and Server Configuration:
.github/prompts/maui-check.prompt.mdto instruct use of theenv-setupagent for full .NET MAUI environment health checks and automated fixes.mauidevenvandappledevserver configurations to.vscode/mcp.jsonto enable backend support for environment validation and remediation tasks.