- 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>
85 lines
2.5 KiB
Markdown
85 lines
2.5 KiB
Markdown
# Visual Header
|
|
|
|
## Purpose
|
|
|
|
Standard header format for consistent visual output across all git-flow commands.
|
|
|
|
## When to Use
|
|
|
|
- At the start of every git-flow command execution
|
|
- Displaying command identity to user
|
|
|
|
## Header Format
|
|
|
|
```
|
|
+----------------------------------------------------------------------+
|
|
| GIT-FLOW [Command Name] |
|
|
+----------------------------------------------------------------------+
|
|
```
|
|
|
|
## Command Headers
|
|
|
|
### /git-commit
|
|
```
|
|
+----------------------------------------------------------------------+
|
|
| GIT-FLOW Smart Commit |
|
|
+----------------------------------------------------------------------+
|
|
```
|
|
|
|
### /git-commit-push
|
|
```
|
|
+----------------------------------------------------------------------+
|
|
| GIT-FLOW Commit & Push |
|
|
+----------------------------------------------------------------------+
|
|
```
|
|
|
|
### /git-commit-sync
|
|
```
|
|
+----------------------------------------------------------------------+
|
|
| GIT-FLOW Commit Sync |
|
|
+----------------------------------------------------------------------+
|
|
```
|
|
|
|
### /git-commit-merge
|
|
```
|
|
+----------------------------------------------------------------------+
|
|
| GIT-FLOW Commit & Merge |
|
|
+----------------------------------------------------------------------+
|
|
```
|
|
|
|
### /branch-start
|
|
```
|
|
+----------------------------------------------------------------------+
|
|
| GIT-FLOW Branch Start |
|
|
+----------------------------------------------------------------------+
|
|
```
|
|
|
|
### /branch-cleanup
|
|
```
|
|
+----------------------------------------------------------------------+
|
|
| GIT-FLOW Branch Cleanup |
|
|
+----------------------------------------------------------------------+
|
|
```
|
|
|
|
### /git-status
|
|
```
|
|
+----------------------------------------------------------------------+
|
|
| GIT-FLOW Status |
|
|
+----------------------------------------------------------------------+
|
|
```
|
|
|
|
### /git-config
|
|
```
|
|
+----------------------------------------------------------------------+
|
|
| GIT-FLOW Configuration |
|
|
+----------------------------------------------------------------------+
|
|
```
|
|
|
|
## Usage
|
|
|
|
Display header immediately after command invocation, before any workflow steps.
|
|
|
|
## Related Skills
|
|
|
|
- None (standalone utility)
|