refactor!: Command namespace rename (v7.0.0 breaking change) #423
Reference in New Issue
Block a user
Delete Branch "refactor/command-namespace-rename"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
All generic command names are now prefixed with their plugin's namespace to eliminate collisions across the marketplace. This is a breaking change for consuming projects.
Changes
git mv(preserves history)Full Rename Map
/setup/pm-setup/review/pm-review/test/pm-test/debug/pm-debug/commit/git-commit/commit-push/git-commit-push/commit-merge/git-commit-merge/commit-sync/git-commit-sync/initial-setup/pr-setup/initial-setup/cmdb-setup/initial-setup/data-setup/run/data-run/ingest/data-ingest/profile/data-profile/schema/data-schema/explain/data-explain/lineage/data-lineage/initial-setup/viz-setup/theme/viz-theme/theme-new/viz-theme-new/theme-css/viz-theme-css/chart/viz-chart/chart-export/viz-chart-export/dashboard/viz-dashboard/component/viz-component/breakpoints/viz-breakpoints/initial-setup/cv-setupUnchanged Commands
Commands already using plugin-namespaced prefixes are not affected:
/sprint-*,/cmdb-*,/labels-sync,/branch-*,/git-status,/git-config,/pr-review,/pr-summary,/pr-findings,/pr-diff,/project-init,/project-sync,/config-*,/design-*,/data-quality,/data-review,/data-gate,/lineage-viz,/dbt-test,/accessibility-check,/validate-contracts,/check-agent,/list-interfaces,/dependency-graph,/doc-audit,/doc-sync,/security-scan,/refactor,/refactor-dry,/clarify,/suggest-version,/proposal-status,/rfc,/change-audit,/ip-conflictsTest Plan
./scripts/validate-marketplace.sh)Migration
After merge, consuming projects need to update their CLAUDE.md integration snippets to use the new command names.
🤖 Generated with Claude Code