claude/lib/profiles/dev.profile
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

25 lines
707 B
Plaintext

# DESC: Daily code work — small features, fixes, refactor, ship (any stack)
# Activate when: implementing features, debugging, shipping PRs without a
# specific frontend or backend bias. Lighter than `backend` (no security audit
# baggage) and lighter than `web` (no design pipeline).
# Implementation
feat personal
ship-feature personal
ship
# Bug fixing
hotfix personal
bugfix personal
investigate
# Code health
review
refactor personal
code-clean personal
commit-change personal
# Session hygiene
context-save
land-and-deploy