From 71f1f3239a0d26d7f13ff4cf48a40791d5419a15 Mon Sep 17 00:00:00 2001 From: lmiranda Date: Tue, 3 Feb 2026 21:07:18 -0500 Subject: [PATCH] refactor: rename command files for namespace consistency BREAKING CHANGE: All generic command names now prefixed with plugin namespace. See CHANGELOG.md v7.0.0 for complete rename map. Co-Authored-By: Claude Opus 4.5 --- .../cmdb-assistant/commands/{initial-setup.md => cmdb-setup.md} | 0 .../contract-validator/commands/{initial-setup.md => cv-setup.md} | 0 plugins/data-platform/commands/{explain.md => data-explain.md} | 0 plugins/data-platform/commands/{ingest.md => data-ingest.md} | 0 plugins/data-platform/commands/{lineage.md => data-lineage.md} | 0 plugins/data-platform/commands/{profile.md => data-profile.md} | 0 plugins/data-platform/commands/{run.md => data-run.md} | 0 plugins/data-platform/commands/{schema.md => data-schema.md} | 0 .../data-platform/commands/{initial-setup.md => data-setup.md} | 0 .../git-flow/commands/{commit-merge.md => git-commit-merge.md} | 0 plugins/git-flow/commands/{commit-push.md => git-commit-push.md} | 0 plugins/git-flow/commands/{commit-sync.md => git-commit-sync.md} | 0 plugins/git-flow/commands/{commit.md => git-commit.md} | 0 plugins/pr-review/commands/{initial-setup.md => pr-setup.md} | 0 plugins/projman/commands/{debug.md => pm-debug.md} | 0 plugins/projman/commands/{review.md => pm-review.md} | 0 plugins/projman/commands/{setup.md => pm-setup.md} | 0 plugins/projman/commands/{test.md => pm-test.md} | 0 .../viz-platform/commands/{breakpoints.md => viz-breakpoints.md} | 0 .../commands/{chart-export.md => viz-chart-export.md} | 0 plugins/viz-platform/commands/{chart.md => viz-chart.md} | 0 plugins/viz-platform/commands/{component.md => viz-component.md} | 0 plugins/viz-platform/commands/{dashboard.md => viz-dashboard.md} | 0 plugins/viz-platform/commands/{initial-setup.md => viz-setup.md} | 0 plugins/viz-platform/commands/{theme-css.md => viz-theme-css.md} | 0 plugins/viz-platform/commands/{theme-new.md => viz-theme-new.md} | 0 plugins/viz-platform/commands/{theme.md => viz-theme.md} | 0 27 files changed, 0 insertions(+), 0 deletions(-) rename plugins/cmdb-assistant/commands/{initial-setup.md => cmdb-setup.md} (100%) rename plugins/contract-validator/commands/{initial-setup.md => cv-setup.md} (100%) rename plugins/data-platform/commands/{explain.md => data-explain.md} (100%) rename plugins/data-platform/commands/{ingest.md => data-ingest.md} (100%) rename plugins/data-platform/commands/{lineage.md => data-lineage.md} (100%) rename plugins/data-platform/commands/{profile.md => data-profile.md} (100%) rename plugins/data-platform/commands/{run.md => data-run.md} (100%) rename plugins/data-platform/commands/{schema.md => data-schema.md} (100%) rename plugins/data-platform/commands/{initial-setup.md => data-setup.md} (100%) rename plugins/git-flow/commands/{commit-merge.md => git-commit-merge.md} (100%) rename plugins/git-flow/commands/{commit-push.md => git-commit-push.md} (100%) rename plugins/git-flow/commands/{commit-sync.md => git-commit-sync.md} (100%) rename plugins/git-flow/commands/{commit.md => git-commit.md} (100%) rename plugins/pr-review/commands/{initial-setup.md => pr-setup.md} (100%) rename plugins/projman/commands/{debug.md => pm-debug.md} (100%) rename plugins/projman/commands/{review.md => pm-review.md} (100%) rename plugins/projman/commands/{setup.md => pm-setup.md} (100%) rename plugins/projman/commands/{test.md => pm-test.md} (100%) rename plugins/viz-platform/commands/{breakpoints.md => viz-breakpoints.md} (100%) rename plugins/viz-platform/commands/{chart-export.md => viz-chart-export.md} (100%) rename plugins/viz-platform/commands/{chart.md => viz-chart.md} (100%) rename plugins/viz-platform/commands/{component.md => viz-component.md} (100%) rename plugins/viz-platform/commands/{dashboard.md => viz-dashboard.md} (100%) rename plugins/viz-platform/commands/{initial-setup.md => viz-setup.md} (100%) rename plugins/viz-platform/commands/{theme-css.md => viz-theme-css.md} (100%) rename plugins/viz-platform/commands/{theme-new.md => viz-theme-new.md} (100%) rename plugins/viz-platform/commands/{theme.md => viz-theme.md} (100%) diff --git a/plugins/cmdb-assistant/commands/initial-setup.md b/plugins/cmdb-assistant/commands/cmdb-setup.md similarity index 100% rename from plugins/cmdb-assistant/commands/initial-setup.md rename to plugins/cmdb-assistant/commands/cmdb-setup.md diff --git a/plugins/contract-validator/commands/initial-setup.md b/plugins/contract-validator/commands/cv-setup.md similarity index 100% rename from plugins/contract-validator/commands/initial-setup.md rename to plugins/contract-validator/commands/cv-setup.md diff --git a/plugins/data-platform/commands/explain.md b/plugins/data-platform/commands/data-explain.md similarity index 100% rename from plugins/data-platform/commands/explain.md rename to plugins/data-platform/commands/data-explain.md diff --git a/plugins/data-platform/commands/ingest.md b/plugins/data-platform/commands/data-ingest.md similarity index 100% rename from plugins/data-platform/commands/ingest.md rename to plugins/data-platform/commands/data-ingest.md diff --git a/plugins/data-platform/commands/lineage.md b/plugins/data-platform/commands/data-lineage.md similarity index 100% rename from plugins/data-platform/commands/lineage.md rename to plugins/data-platform/commands/data-lineage.md diff --git a/plugins/data-platform/commands/profile.md b/plugins/data-platform/commands/data-profile.md similarity index 100% rename from plugins/data-platform/commands/profile.md rename to plugins/data-platform/commands/data-profile.md diff --git a/plugins/data-platform/commands/run.md b/plugins/data-platform/commands/data-run.md similarity index 100% rename from plugins/data-platform/commands/run.md rename to plugins/data-platform/commands/data-run.md diff --git a/plugins/data-platform/commands/schema.md b/plugins/data-platform/commands/data-schema.md similarity index 100% rename from plugins/data-platform/commands/schema.md rename to plugins/data-platform/commands/data-schema.md diff --git a/plugins/data-platform/commands/initial-setup.md b/plugins/data-platform/commands/data-setup.md similarity index 100% rename from plugins/data-platform/commands/initial-setup.md rename to plugins/data-platform/commands/data-setup.md diff --git a/plugins/git-flow/commands/commit-merge.md b/plugins/git-flow/commands/git-commit-merge.md similarity index 100% rename from plugins/git-flow/commands/commit-merge.md rename to plugins/git-flow/commands/git-commit-merge.md diff --git a/plugins/git-flow/commands/commit-push.md b/plugins/git-flow/commands/git-commit-push.md similarity index 100% rename from plugins/git-flow/commands/commit-push.md rename to plugins/git-flow/commands/git-commit-push.md diff --git a/plugins/git-flow/commands/commit-sync.md b/plugins/git-flow/commands/git-commit-sync.md similarity index 100% rename from plugins/git-flow/commands/commit-sync.md rename to plugins/git-flow/commands/git-commit-sync.md diff --git a/plugins/git-flow/commands/commit.md b/plugins/git-flow/commands/git-commit.md similarity index 100% rename from plugins/git-flow/commands/commit.md rename to plugins/git-flow/commands/git-commit.md diff --git a/plugins/pr-review/commands/initial-setup.md b/plugins/pr-review/commands/pr-setup.md similarity index 100% rename from plugins/pr-review/commands/initial-setup.md rename to plugins/pr-review/commands/pr-setup.md diff --git a/plugins/projman/commands/debug.md b/plugins/projman/commands/pm-debug.md similarity index 100% rename from plugins/projman/commands/debug.md rename to plugins/projman/commands/pm-debug.md diff --git a/plugins/projman/commands/review.md b/plugins/projman/commands/pm-review.md similarity index 100% rename from plugins/projman/commands/review.md rename to plugins/projman/commands/pm-review.md diff --git a/plugins/projman/commands/setup.md b/plugins/projman/commands/pm-setup.md similarity index 100% rename from plugins/projman/commands/setup.md rename to plugins/projman/commands/pm-setup.md diff --git a/plugins/projman/commands/test.md b/plugins/projman/commands/pm-test.md similarity index 100% rename from plugins/projman/commands/test.md rename to plugins/projman/commands/pm-test.md diff --git a/plugins/viz-platform/commands/breakpoints.md b/plugins/viz-platform/commands/viz-breakpoints.md similarity index 100% rename from plugins/viz-platform/commands/breakpoints.md rename to plugins/viz-platform/commands/viz-breakpoints.md diff --git a/plugins/viz-platform/commands/chart-export.md b/plugins/viz-platform/commands/viz-chart-export.md similarity index 100% rename from plugins/viz-platform/commands/chart-export.md rename to plugins/viz-platform/commands/viz-chart-export.md diff --git a/plugins/viz-platform/commands/chart.md b/plugins/viz-platform/commands/viz-chart.md similarity index 100% rename from plugins/viz-platform/commands/chart.md rename to plugins/viz-platform/commands/viz-chart.md diff --git a/plugins/viz-platform/commands/component.md b/plugins/viz-platform/commands/viz-component.md similarity index 100% rename from plugins/viz-platform/commands/component.md rename to plugins/viz-platform/commands/viz-component.md diff --git a/plugins/viz-platform/commands/dashboard.md b/plugins/viz-platform/commands/viz-dashboard.md similarity index 100% rename from plugins/viz-platform/commands/dashboard.md rename to plugins/viz-platform/commands/viz-dashboard.md diff --git a/plugins/viz-platform/commands/initial-setup.md b/plugins/viz-platform/commands/viz-setup.md similarity index 100% rename from plugins/viz-platform/commands/initial-setup.md rename to plugins/viz-platform/commands/viz-setup.md diff --git a/plugins/viz-platform/commands/theme-css.md b/plugins/viz-platform/commands/viz-theme-css.md similarity index 100% rename from plugins/viz-platform/commands/theme-css.md rename to plugins/viz-platform/commands/viz-theme-css.md diff --git a/plugins/viz-platform/commands/theme-new.md b/plugins/viz-platform/commands/viz-theme-new.md similarity index 100% rename from plugins/viz-platform/commands/theme-new.md rename to plugins/viz-platform/commands/viz-theme-new.md diff --git a/plugins/viz-platform/commands/theme.md b/plugins/viz-platform/commands/viz-theme.md similarity index 100% rename from plugins/viz-platform/commands/theme.md rename to plugins/viz-platform/commands/viz-theme.md