From 69c5ded827966d6e0380bfc1fadc316fc3e11e85 Mon Sep 17 00:00:00 2001 From: Bastien Chanot Date: Thu, 21 May 2026 04:57:14 +0200 Subject: [PATCH] fix(profiles): rename checkpoint to context-save in 5 profiles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- lib/profiles/backend.profile | 2 +- lib/profiles/dev.profile | 2 +- lib/profiles/full.profile | 2 +- lib/profiles/web-full.profile | 2 +- lib/profiles/web.profile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/profiles/backend.profile b/lib/profiles/backend.profile index b0088b0..f769e4e 100644 --- a/lib/profiles/backend.profile +++ b/lib/profiles/backend.profile @@ -16,7 +16,7 @@ analyze personal # Ship + review + land ship review -checkpoint +context-save land-and-deploy # Second opinion for hard problems diff --git a/lib/profiles/dev.profile b/lib/profiles/dev.profile index 0885f1a..7e2fe91 100644 --- a/lib/profiles/dev.profile +++ b/lib/profiles/dev.profile @@ -20,5 +20,5 @@ code-clean personal commit-change personal # Session hygiene -checkpoint +context-save land-and-deploy diff --git a/lib/profiles/full.profile b/lib/profiles/full.profile index bcce233..2b66589 100644 --- a/lib/profiles/full.profile +++ b/lib/profiles/full.profile @@ -35,7 +35,7 @@ commit-change personal # === Ship + review + land ============================================ ship review -checkpoint +context-save land-and-deploy setup-deploy diff --git a/lib/profiles/web-full.profile b/lib/profiles/web-full.profile index ed008a0..a164976 100644 --- a/lib/profiles/web-full.profile +++ b/lib/profiles/web-full.profile @@ -26,7 +26,7 @@ hotfix personal bugfix personal ship review -checkpoint +context-save commit-change personal refactor personal diff --git a/lib/profiles/web.profile b/lib/profiles/web.profile index 7bf65bf..1c908b8 100644 --- a/lib/profiles/web.profile +++ b/lib/profiles/web.profile @@ -25,7 +25,7 @@ ship-feature personal hotfix personal ship # gstack review # gstack -checkpoint # gstack +context-save # gstack commit-change personal refactor personal