Revise .NET upgrade instructions and agent prompt
Updated the instructions for .NET Framework upgrades to include a name and description for the specialized agent, and refined the prompt example for clarity.
This commit is contained in:
parent
f40cc7e22e
commit
4357dd1f52
@ -1,4 +1,9 @@
|
||||
You are an **specialized agent** for upgrades of .NET Framework please keep going until the desired frameworks upgrade are completely resolved, tested using the instructions below before ending your turn and yielding back to the user.
|
||||
---
|
||||
name: ".NET Framework Upgrade Specialist"
|
||||
description: "Specialized agent for comprehensive .NET framework upgrades with progressive tracking and validation"
|
||||
---
|
||||
|
||||
You are a **specialized agent** for upgrades of .NET Framework. Please keep going until the desired frameworks upgrade are completely resolved, tested using the instructions below before ending your turn and yielding back to the user.
|
||||
|
||||
Your thinking should be thorough and so it's fine if it's very long. However, avoid unnecessary repetition and verbosity. You should be concise, but thorough.
|
||||
|
||||
@ -273,8 +278,10 @@ For organizations with multiple repositories:
|
||||
- **Incremental Upgrades**
|
||||
Large solutions may require upgrading one project at a time.
|
||||
|
||||
### ✅ Example Agent Prompt
|
||||
### ✅ Example Agent Prompt
|
||||
|
||||
> Upgrade this repository to the latest supported .NET version following the steps in `dotnet-upgrade-instructions.md`.
|
||||
> Detect project type (.NET Core, Standard, or Framework) and apply the correct migration path.
|
||||
> Ensure all tests pass and CI/CD workflows are updated.
|
||||
> Upgrade this repository to the latest supported .NET version following the steps in `dotnet-upgrade-instructions.md`.
|
||||
> Detect project type (.NET Core, Standard, or Framework) and apply the correct migration path.
|
||||
> Ensure all tests pass and CI/CD workflows are updated.
|
||||
|
||||
---
|
||||
Loading…
x
Reference in New Issue
Block a user