refactor(skills): rename repo claude-skills → skills (Gitea + local + references + update-claude-skills → update-skills v0.2.0)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# update.ps1 -- Full uplift cycle for claude-skills on Windows (PowerShell)
|
||||
# update.ps1 -- Full uplift cycle for skills on Windows (PowerShell)
|
||||
#
|
||||
# Steps:
|
||||
# 1. git pull --ff-only in claude-skills repo
|
||||
# 1. git pull --ff-only in skills repo
|
||||
# 2. Conditionally rebuild projects-meta-mcp (if source changed)
|
||||
# 3. Conditionally rebuild interns-mcp (if source changed)
|
||||
# 4. Install all skills via install.ps1
|
||||
@@ -44,7 +44,7 @@ if (Test-Path $target) {
|
||||
|
||||
# -- Step 1: git pull ---------------------------------------------------------
|
||||
|
||||
Write-Host "`n[update] Pulling claude-skills repo..." -ForegroundColor Cyan
|
||||
Write-Host "`n[update] Pulling skills repo..." -ForegroundColor Cyan
|
||||
Push-Location $root
|
||||
|
||||
$dirty = git status --porcelain 2>$null
|
||||
|
||||
Reference in New Issue
Block a user