claude/lib/profiles
Bastien Chanot 69c5ded827 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>
2026-05-21 04:57:14 +02:00
..
audit.profile feat(profile): partition skills/plugins/MCPs/CLIs by usage profile 2026-05-05 02:09:28 +02:00
backend.profile fix(profiles): rename checkpoint to context-save in 5 profiles 2026-05-21 04:57:14 +02:00
design.profile feat(profile): partition skills/plugins/MCPs/CLIs by usage profile 2026-05-05 02:09:28 +02:00
dev.profile fix(profiles): rename checkpoint to context-save in 5 profiles 2026-05-21 04:57:14 +02:00
full.profile fix(profiles): rename checkpoint to context-save in 5 profiles 2026-05-21 04:57:14 +02:00
minimal.profile feat(profile): partition skills/plugins/MCPs/CLIs by usage profile 2026-05-05 02:09:28 +02:00
qa.profile feat(profile): partition skills/plugins/MCPs/CLIs by usage profile 2026-05-05 02:09:28 +02:00
seo.profile feat(profile): partition skills/plugins/MCPs/CLIs by usage profile 2026-05-05 02:09:28 +02:00
web-full.profile fix(profiles): rename checkpoint to context-save in 5 profiles 2026-05-21 04:57:14 +02:00
web.profile fix(profiles): rename checkpoint to context-save in 5 profiles 2026-05-21 04:57:14 +02:00