Skip to content

Rename .NET Aspire references to Aspire#1239

Open
Meir017 wants to merge 2 commits into
bradygaster:devfrom
Meir017:squad/rename-dotnet-aspire-to-aspire
Open

Rename .NET Aspire references to Aspire#1239
Meir017 wants to merge 2 commits into
bradygaster:devfrom
Meir017:squad/rename-dotnet-aspire-to-aspire

Conversation

@Meir017

@Meir017 Meir017 commented Jun 9, 2026

Copy link
Copy Markdown

Summary

  • Rename the old Aspire product wording to Aspire across CLI help, docs, samples, and historical Squad notes
  • Add a patch changeset for the CLI user-facing text updates

Validation

  • npm ci --no-audit --no-fund
  • SKIP_BUILD_BUMP=1 npm run build
  • No remaining exact old Aspire wording matches outside node_modules

Review: FIDO approved the diff.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 9, 2026 10:55
@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

🟡 Impact Analysis — PR #1239

Risk tier: 🟡 MEDIUM

📊 Summary

Metric Count
Files changed 14
Files added 1
Files modified 13
Files deleted 0
Modules touched 4

🎯 Risk Factors

  • 14 files changed (6-20 → MEDIUM)
  • 4 modules touched (2-4 → MEDIUM)

📦 Modules Affected

docs (6 files)
  • docs/src/content/blog/014-wave-1-otel-and-aspire.md
  • docs/src/content/blog/022-welcome-to-the-new-squad.md
  • docs/src/content/docs/features/mcp.md
  • docs/src/content/docs/guide/build-autonomous-agent.md
  • docs/src/content/docs/guide/sample-prompts.md
  • docs/src/content/docs/sample-prompts.md
root (3 files)
  • .changeset/rename-dotnet-aspire-to-aspire.md
  • samples/autonomous-pipeline/README.md
  • samples/autonomous-pipeline/TEST-SCRIPT.md
squad-cli (3 files)
  • packages/squad-cli/src/cli-entry.ts
  • packages/squad-cli/src/cli/commands/aspire.ts
  • packages/squad-cli/src/cli/core/command-help.ts
squad-state (2 files)
  • .squad/agents/_alumni/saul/charter.md
  • .squad/decisions-archive.md

This report is generated automatically for every PR. See #733 for details.

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

🏗️ Architectural Review

⚠️ Architectural review: 1 warning(s).

Severity Category Finding Files
🟡 warning bootstrap-area 1 file(s) in the bootstrap area (packages/squad-cli/src/cli/core/) were modified. These files must maintain zero external dependencies. Review carefully. packages/squad-cli/src/cli/core/command-help.ts

Automated architectural review — informational only.

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

🛫 PR Readiness Check

ℹ️ This comment updates on each push. Last checked: commit ce3aad1

PR Scope: 📦🔧 Mixed (product + infrastructure)

⚠️ 5 item(s) to address before review

Status Check Details
Single commit 2 commits — consider squashing before review
Not in draft Ready for review
Branch up to date dev is 1 commit(s) ahead — rebase recommended
Copilot review No Copilot review yet — it may still be processing
Changeset present Changeset file found
Scope clean ⚠️ PR includes 2 .squad/ file(s) — ensure these are intentional
No merge conflicts No merge conflicts
Copilot threads resolved 3 unresolved Copilot thread(s) — fix and resolve before merging
CI passing 6 check(s) still running

Files Changed (14 files, +22 −17)

File +/−
.changeset/rename-dotnet-aspire-to-aspire.md +5 −0
.squad/agents/_alumni/saul/charter.md +1 −1
.squad/decisions-archive.md +1 −1
docs/src/content/blog/014-wave-1-otel-and-aspire.md +1 −1
docs/src/content/blog/022-welcome-to-the-new-squad.md +1 −1
docs/src/content/docs/features/mcp.md +1 −1
docs/src/content/docs/guide/build-autonomous-agent.md +2 −2
docs/src/content/docs/guide/sample-prompts.md +2 −2
docs/src/content/docs/sample-prompts.md +2 −2
packages/squad-cli/src/cli-entry.ts +1 −1
packages/squad-cli/src/cli/commands/aspire.ts +2 −2
packages/squad-cli/src/cli/core/command-help.ts +1 −1
samples/autonomous-pipeline/README.md +1 −1
samples/autonomous-pipeline/TEST-SCRIPT.md +1 −1

Total: +22 −17


This check runs automatically on every push. Fix any ❌ items and push again.
See CONTRIBUTING.md and PR Requirements for details.

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

⚠️ Squad File Leakage Detected

The following .squad/ files were modified in this PR:

  • .squad/agents/_alumni/saul/charter.md
  • .squad/decisions-archive.md

These files affect team routing, agent charters, and decisions.
If intentional, ensure approval from the team lead.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

This PR standardizes user-facing terminology by removing the “.NET” prefix from “.NET Aspire” across docs and the squad aspire CLI surface.

Changes:

  • Updated CLI help text and console output to say “Aspire dashboard” instead of “.NET Aspire dashboard”.
  • Updated docs/blog/sample materials to use “Aspire” branding consistently.
  • Added a changeset for a patch release of @bradygaster/squad-cli.

Reviewed changes

Copilot reviewed 14 out of 14 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
samples/autonomous-pipeline/TEST-SCRIPT.md Adjusts demo script wording to “Aspire”.
samples/autonomous-pipeline/README.md Updates observability instructions to “Aspire dashboard”.
packages/squad-cli/src/cli/core/command-help.ts Updates squad aspire help header tagline wording.
packages/squad-cli/src/cli/commands/aspire.ts Updates command doc comment and a user-facing error message.
packages/squad-cli/src/cli-entry.ts Updates top-level CLI command list description for aspire.
docs/src/content/docs/sample-prompts.md Updates sample prompt headings/text to “Aspire”.
docs/src/content/docs/guide/sample-prompts.md Updates guide sample prompt headings/text to “Aspire”.
docs/src/content/docs/guide/build-autonomous-agent.md Updates OTel/Aspire references to “Aspire dashboard”.
docs/src/content/docs/features/mcp.md Updates MCP feature docs to “Aspire projects”.
docs/src/content/blog/022-welcome-to-the-new-squad.md Updates blog wording to “Aspire Dashboard”.
docs/src/content/blog/014-wave-1-otel-and-aspire.md Updates blog wording, but introduces a grammar issue (“a Aspire”).
.squad/decisions-archive.md Updates internal decision wording to remove “.NET” prefix.
.squad/agents/_alumni/saul/charter.md Updates internal charter wording to remove “.NET” prefix.
.changeset/rename-dotnet-aspire-to-aspire.md Adds changeset documenting the terminology update for the CLI package.

## Aspire Dashboard Integration

The `squad aspire` command (#265) wires Squad's OTLP exporter to a .NET Aspire dashboard. Aspire gives you:
The `squad aspire` command (#265) wires Squad's OTLP exporter to a Aspire dashboard. Aspire gives you:
Comment thread docs/src/content/docs/sample-prompts.md Outdated

```
Build a cloud-native app with .NET Aspire (read https://learn.microsoft.com/en-us/dotnet/aspire/):
Build a cloud-native app with Aspire (read https://learn.microsoft.com/en-us/dotnet/aspire/):
child = launchWithDocker();
} else {
console.log(`${RED}✗${RESET} Neither Docker nor .NET Aspire workload found.`);
console.log(`${RED}✗${RESET} Neither Docker nor Aspire workload found.`);
### Act 6: OTel / Aspire (30 seconds, if Aspire is running)

**Say:** "And all of this feeds into .NET Aspire."
**Say:** "And all of this feeds into Aspire."
Comment thread docs/src/content/docs/sample-prompts.md Outdated
Co-authored-by: Meir Blachman <meirblachman@gmail.com>
console.log(`${RED}✗${RESET} Neither Docker nor Aspire workload found.`);
console.log(`\n Install options:`);
console.log(` ${BOLD}Docker:${RESET} https://docker.com/get-started`);
console.log(` ${BOLD}Aspire:${RESET} dotnet workload install aspire\n`);

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

should this be removed completely?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants