fix(profiles): rename checkpoint to context-save in 5 profiles

gstack upstream renamed the `checkpoint` skill to `context-save`
(it was shadowed by Claude Code's native /checkpoint rewind alias).
`/profile set full|dev|backend|web|web-full` was emitting
`⚠ missing: checkpoint — try: bash link.sh`, but link.sh only
materializes symlinks for skills that exist upstream — it cannot
resurrect a renamed skill, so the suggested next step was a dead
end.

Replace `checkpoint` → `context-save` in all 5 affected profiles
so the warning goes away and the new skill is enabled when the
profile is applied.

CLAUDE.md routing rule (line 193) also updated locally but left
uncommitted because the file carries an unrelated in-progress
graphify section rewrite.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Bastien Chanot 2026-05-21 04:57:14 +02:00
parent 157b2de788
commit 69c5ded827
5 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ analyze personal
# Ship + review + land # Ship + review + land
ship ship
review review
checkpoint context-save
land-and-deploy land-and-deploy
# Second opinion for hard problems # Second opinion for hard problems

View File

@ -20,5 +20,5 @@ code-clean personal
commit-change personal commit-change personal
# Session hygiene # Session hygiene
checkpoint context-save
land-and-deploy land-and-deploy

View File

@ -35,7 +35,7 @@ commit-change personal
# === Ship + review + land ============================================ # === Ship + review + land ============================================
ship ship
review review
checkpoint context-save
land-and-deploy land-and-deploy
setup-deploy setup-deploy

View File

@ -26,7 +26,7 @@ hotfix personal
bugfix personal bugfix personal
ship ship
review review
checkpoint context-save
commit-change personal commit-change personal
refactor personal refactor personal

View File

@ -25,7 +25,7 @@ ship-feature personal
hotfix personal hotfix personal
ship # gstack ship # gstack
review # gstack review # gstack
checkpoint # gstack context-save # gstack
commit-change personal commit-change personal
refactor personal refactor personal