Prefix all CDD slash commands with cdd-#28
Merged
Conversation
Rename every CDD slash command to a `cdd-` prefixed name so they autocomplete as a discoverable group: /next-step→/cdd-next-step, /pre-pr→/cdd-pre-pr, /merge-main→/cdd-merge-main, /process-pr→/cdd-process-pr, /bootstrap→/cdd-bootstrap, /retrofit→/cdd-retrofit, /quick-create→/cdd-quick-create. Renames all 11 command files (7 repo + 4 template copies), sweeps every cross-reference across the process doc, template, demo, docs, and the in-helper `/next-step` hints, and updates the drift-check machinery (`command-drift-whitelist.txt`, `command-drift-check.sh`). Records the work as a completed item under roadmap Phase 8. Clean rename: no backward-compatible aliases. Scope is slash commands only; the `cdd-worktree`/`<slug>-worktree` shell helper naming is left to issue #24. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prefix every CDD slash command with
cdd-so they autocomplete as a discoverable group:/cdd-next-step,/cdd-pre-pr,/cdd-merge-main,/cdd-process-pr,/cdd-bootstrap,/cdd-retrofit,/cdd-quick-create.What changed
.claude/commands/+ 4template/.claude/commands/).scripts/command-drift-whitelist.txtandscripts/command-drift-check.sh(handoff-schema assertion now targetscdd-next-step.md)./cdd-next-stepreferences in the worktree helper comments and bootstrap-script usage text.Scope
Slash commands only. The
cdd-worktreeshell helper and the worktree functions are intentionally untouched (helper rename is tracked separately under issue #24).Verification
bash -nclean across all scripts.template-smoke-assert.sh: all checks passed.--local-only): OK.Closes #27