Skip to content

Conversation

@askpt
Copy link
Contributor

@askpt askpt commented Dec 31, 2025

Signed-off-by: André Silva 2493377+askpt@users.noreply.github.com

Description

This pull request makes a minor update to the agent instructions when created with Aspire CLI. The main change is a correction to the numbering in the list of general recommendations, ensuring the steps are sequential and clear.

  • Documentation update:
    • Fixed the numbering in the general recommendations list to be sequential, changing the second item from "1." to "2." and incrementing the following items accordingly in the agent instructions section of CommonAgentApplicators.cs.

Checklist

  • Is this feature complete?
    • Yes. Ready to ship.
  • Are you including unit tests for the changes and scenario tests if relevant?
    • No
  • Did you add public API?
    • No
  • Does the change make any security assumptions or guarantees?
    • No
  • Does the change require an update in our Aspire docs?
    • No

Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
@github-actions
Copy link
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 13718

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 13718"

@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Dec 31, 2025
@askpt askpt marked this pull request as ready for review January 3, 2026 18:03
Copilot AI review requested due to automatic review settings January 3, 2026 18:03
@askpt askpt changed the title Reorder recommendations in CreateAgentInstructionsAsync for clarity Fix recommendation numbering in CreateAgentInstructionsAsync Jan 3, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request fixes a numbering error in the agent instructions markdown content that is generated by the Aspire CLI. The change corrects the sequential numbering of a bulleted list in the "General recommendations for working with Aspire" section, changing from an incorrect sequence (1, 1, 2, 3) to the proper sequential format (1, 2, 3, 4).

Key Changes

  • Corrected list item numbering in the agent instructions template from duplicate "1." to sequential "2.", "3.", and "4."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant