- 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 <noreply@anthropic.com>
48 lines
1.3 KiB
Markdown
48 lines
1.3 KiB
Markdown
# Visual Header
|
|
|
|
## Standard Format
|
|
|
|
Display at the start of every command execution:
|
|
|
|
```
|
|
+----------------------------------------------------------------------+
|
|
| DATA-PLATFORM - [Command Name] |
|
|
+----------------------------------------------------------------------+
|
|
```
|
|
|
|
## Command Headers
|
|
|
|
| Command | Header Text |
|
|
|---------|-------------|
|
|
| data-setup | Setup Wizard |
|
|
| data-ingest | Ingest |
|
|
| data-profile | Data Profile |
|
|
| data-schema | Schema Explorer |
|
|
| data-quality | Data Quality |
|
|
| data-run | dbt Run |
|
|
| dbt-test | dbt Tests |
|
|
| data-lineage | Lineage |
|
|
| lineage-viz | Lineage Visualization |
|
|
| data-explain | Model Explanation |
|
|
| data-review | Data Review |
|
|
| data-gate | Data Gate |
|
|
|
|
## Summary Box Format
|
|
|
|
For completion summaries:
|
|
|
|
```
|
|
+============================================================+
|
|
| DATA-PLATFORM [OPERATION] COMPLETE |
|
|
+============================================================+
|
|
| Component: [Status] |
|
|
| Component: [Status] |
|
|
+============================================================+
|
|
```
|
|
|
|
## Status Indicators
|
|
|
|
- Success: `[check]` or `Ready`
|
|
- Warning: `[!]` or `Partial`
|
|
- Failure: `[X]` or `Failed`
|