From 044c49ba951874b6f4ab787deddc1b31f81de083 Mon Sep 17 00:00:00 2001 From: lmiranda Date: Wed, 4 Feb 2026 10:18:19 -0500 Subject: [PATCH] fix(docs): update stale command references post v7.0.0 namespace rename - data-platform/skills/visual-header.md: updated command mapping table - viz-platform/claude-md-integration.md: fixed cross-plugin section - git-flow/commands/git-status.md: updated quick actions - git-flow/skills/visual-header.md: updated command header sections - projman/CONFIGURATION.md: updated quick commands to pm-setup - docs/DEBUGGING-CHECKLIST.md: fixed /debug to /pm-debug All command references now use v7.0.0 namespaced names. Co-Authored-By: Claude Opus 4.5 --- docs/DEBUGGING-CHECKLIST.md | 4 ++-- plugins/data-platform/skills/visual-header.md | 16 +++++++++------- plugins/git-flow/commands/git-status.md | 4 ++-- plugins/git-flow/skills/visual-header.md | 8 ++++---- plugins/projman/CONFIGURATION.md | 4 ++-- plugins/viz-platform/claude-md-integration.md | 6 +++--- 6 files changed, 22 insertions(+), 20 deletions(-) diff --git a/docs/DEBUGGING-CHECKLIST.md b/docs/DEBUGGING-CHECKLIST.md index d95d98a..b74bdc0 100644 --- a/docs/DEBUGGING-CHECKLIST.md +++ b/docs/DEBUGGING-CHECKLIST.md @@ -279,8 +279,8 @@ Error: Could not find a suitable TLS CA certificate bundle, invalid path: Use these commands for automated checking: -- `/debug report` - Run full diagnostics, create issue if problems found -- `/debug review` - Investigate existing diagnostic issues and propose fixes +- `/pm-debug report` - Run full diagnostics, create issue if problems found +- `/pm-debug review` - Investigate existing diagnostic issues and propose fixes --- diff --git a/plugins/data-platform/skills/visual-header.md b/plugins/data-platform/skills/visual-header.md index 98df1ac..72b1ce2 100644 --- a/plugins/data-platform/skills/visual-header.md +++ b/plugins/data-platform/skills/visual-header.md @@ -14,16 +14,18 @@ Display at the start of every command execution: | Command | Header Text | |---------|-------------| -| initial-setup | Setup Wizard | -| ingest | Ingest | -| profile | Data Profile | -| schema | Schema Explorer | +| data-setup | Setup Wizard | +| data-ingest | Ingest | +| data-profile | Data Profile | +| data-schema | Schema Explorer | | data-quality | Data Quality | -| run | dbt Run | +| data-run | dbt Run | | dbt-test | dbt Tests | -| lineage | Lineage | +| data-lineage | Lineage | | lineage-viz | Lineage Visualization | -| explain | Model Explanation | +| data-explain | Model Explanation | +| data-review | Data Review | +| data-gate | Data Gate | ## Summary Box Format diff --git a/plugins/git-flow/commands/git-status.md b/plugins/git-flow/commands/git-status.md index 4741b64..b2b1d6f 100644 --- a/plugins/git-flow/commands/git-status.md +++ b/plugins/git-flow/commands/git-status.md @@ -51,6 +51,6 @@ Unstaged: 2. Ready to commit with 1 staged file --- Quick Actions --- -/commit - Commit staged changes -/commit-push - Commit and push +/git-commit - Commit staged changes +/git-commit-push - Commit and push ``` diff --git a/plugins/git-flow/skills/visual-header.md b/plugins/git-flow/skills/visual-header.md index c84108d..70ece8b 100644 --- a/plugins/git-flow/skills/visual-header.md +++ b/plugins/git-flow/skills/visual-header.md @@ -19,28 +19,28 @@ Standard header format for consistent visual output across all git-flow commands ## Command Headers -### /commit +### /git-commit ``` +----------------------------------------------------------------------+ | GIT-FLOW Smart Commit | +----------------------------------------------------------------------+ ``` -### /commit-push +### /git-commit-push ``` +----------------------------------------------------------------------+ | GIT-FLOW Commit & Push | +----------------------------------------------------------------------+ ``` -### /commit-sync +### /git-commit-sync ``` +----------------------------------------------------------------------+ | GIT-FLOW Commit Sync | +----------------------------------------------------------------------+ ``` -### /commit-merge +### /git-commit-merge ``` +----------------------------------------------------------------------+ | GIT-FLOW Commit & Merge | diff --git a/plugins/projman/CONFIGURATION.md b/plugins/projman/CONFIGURATION.md index 476cd04..f66d636 100644 --- a/plugins/projman/CONFIGURATION.md +++ b/plugins/projman/CONFIGURATION.md @@ -5,6 +5,6 @@ See **[docs/CONFIGURATION.md](../../docs/CONFIGURATION.md)** for complete setup ## Quick Commands ``` -/initial-setup # First time on this machine -/project-init # New project (system already configured) +/pm-setup --full # First time on this machine +/pm-setup --quick # New project (system already configured) ``` diff --git a/plugins/viz-platform/claude-md-integration.md b/plugins/viz-platform/claude-md-integration.md index c8ead54..c09f03c 100644 --- a/plugins/viz-platform/claude-md-integration.md +++ b/plugins/viz-platform/claude-md-integration.md @@ -44,9 +44,9 @@ If using with data-platform, add this section: ## Data + Visualization Workflow ### Data Loading (data-platform) -- `/ingest {file}` - Load CSV, Parquet, or JSON -- `/schema {table}` - View database schema -- `/profile {data_ref}` - Statistical summary +- `/data-ingest {file}` - Load CSV, Parquet, or JSON +- `/data-schema {table}` - View database schema +- `/data-profile {data_ref}` - Statistical summary ### Visualization (viz-platform) - `/viz-chart {type}` - Create charts from loaded data