Skip to content

fix(skills): rename /resume to /resume-work to avoid CLI collision (ADR-131)#200

Merged
notque merged 1 commit intomainfrom
fix/adr-131-resume-naming
Mar 28, 2026
Merged

fix(skills): rename /resume to /resume-work to avoid CLI collision (ADR-131)#200
notque merged 1 commit intomainfrom
fix/adr-131-resume-naming

Conversation

@notque
Copy link
Copy Markdown
Owner

@notque notque commented Mar 28, 2026

Summary

  • /resume is a built-in Claude Code command. Our skill is resume-work.
  • Fix all references in pause-work/SKILL.md and resume-work/SKILL.md to use /resume-work
  • Prevents users from accidentally invoking Claude Code's conversation resume instead of our structured session restoration

Test plan

  • grep -r '/resume[^-]' skills/pause-work/ skills/resume-work/ returns 0 matches
  • Lint passes (markdown only, no Python changes)

/resume is a built-in Claude Code command that resumes previous
conversations. Our session restoration skill is resume-work, invoked
via /resume-work. Fix all references in pause-work and resume-work
skills to use the correct command name.

Also add "Suggested /do command" to handoff template for frictionless
next-session startup.
@notque notque merged commit 92c2033 into main Mar 28, 2026
4 checks passed
@notque notque deleted the fix/adr-131-resume-naming branch March 28, 2026 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant