[Automated] Update Aspire skills bundle#17546
Conversation
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 17546Or
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 17546" |
There was a problem hiding this comment.
Pull request overview
Refreshes the embedded Aspire skills bundle fallback metadata used by the Aspire CLI, updating the recorded SHA256 for the existing pinned v0.0.1 skills asset.
Changes:
- Updates the embedded skills metadata SHA256 to match the corrected
aspire-skills-v0.0.1.tgzasset. - Keeps the pinned skills tag/version (
v0.0.1) unchanged, consistent with the “initial release line” intent.
|
❓ CLI E2E Tests unknown — 107 passed, 0 failed, 2 unknown (commit View all recordings
📹 Recordings uploaded automatically from CI run #26521683253 |
ef60efc to
828f707
Compare
3cde2d4 to
e57be40
Compare
645944c to
b49d3a7
Compare
bb58a47 to
3d4e3de
Compare
7aea823 to
45b5991
Compare
45b5991 to
7288704
Compare
7288704 to
82bb484
Compare
|
✅ No documentation update needed. docs_optional → internal_refactor No signals triggered (signal_count = 0). Only 2 files changed, both under
The PR body confirms this is purely an automated internal refresh: "We are intentionally keeping the same version number... this PR only refreshes the embedded fallback asset and metadata to match the corrected initial release without changing the CLI version constant." No new public types, CLI options, user-visible strings, or behavior changes were introduced. |
Auto-generated update to refresh the embedded Aspire skills bundle fallback used by the Aspire CLI.
This picks up James NK's Aspire Skills changes that were reissued under
0.0.1inmicrosoft/aspire-skills. We are intentionally keeping the same version number because this is still the initial Aspire skills release line already pinned by the Aspire CLI, so this PR only refreshes the embedded fallback asset and metadata to match the corrected initial release without changing the CLI version constant.