📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-30 01:23:25 +00:00
parent 0c634043e3
commit a2904b069a
3368 changed files with 12954 additions and 9475 deletions
@@ -1,7 +1,7 @@
---
name: speckit-updater
description: SpecKit Safe Update
risk: unknown
risk: critical
source: community
---
@@ -9,7 +9,10 @@ source: community
This skill provides safe update capabilities for GitHub SpecKit installations, preserving customizations while applying template updates.
**Installation**: Available via plugin (`/plugin marketplace add NotMyself/claude-plugins` then `/plugin install speckit-updater`) or manual Git clone. See README.md for details.
**Installation**: Before adding any marketplace or manual clone, inspect the
exact plugin revision and every bundled file, report scripts and network or
filesystem behavior, and ask for explicit user approval. Do not install a moving
branch directly into an active agent directory.
## When to Use
- You need to update or install SpecKit templates while preserving project customizations.
@@ -22,7 +25,7 @@ When the user invokes `/speckit-updater`, you should:
1. **Run the update orchestrator script** without any flags (conversational mode):
```powershell
pwsh -NoProfile -Command "& 'C:\Users\bobby\.claude\skills\speckit-updater\scripts\update-wrapper.ps1'"
pwsh -NoProfile -File "<skill_path>/scripts/update-wrapper.ps1"
```
2. **Parse the output** for markers:
@@ -51,7 +54,7 @@ When the user invokes `/speckit-updater`, you should:
5. **Execute approved action** by re-running with `-Proceed` flag:
```powershell
pwsh -NoProfile -Command "& 'C:\Users\bobby\.claude\skills\speckit-updater\scripts\update-wrapper.ps1' -Proceed"
pwsh -NoProfile -File "<skill_path>/scripts/update-wrapper.ps1" -Proceed
```
**Special cases:**