fix: v7.0.1 stale reference cleanup + token usage reporting #425
@@ -279,8 +279,8 @@ Error: Could not find a suitable TLS CA certificate bundle, invalid path:
|
|||||||
|
|
||||||
Use these commands for automated checking:
|
Use these commands for automated checking:
|
||||||
|
|
||||||
- `/debug report` - Run full diagnostics, create issue if problems found
|
- `/pm-debug report` - Run full diagnostics, create issue if problems found
|
||||||
- `/debug review` - Investigate existing diagnostic issues and propose fixes
|
- `/pm-debug review` - Investigate existing diagnostic issues and propose fixes
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -14,16 +14,18 @@ Display at the start of every command execution:
|
|||||||
|
|
||||||
| Command | Header Text |
|
| Command | Header Text |
|
||||||
|---------|-------------|
|
|---------|-------------|
|
||||||
| initial-setup | Setup Wizard |
|
| data-setup | Setup Wizard |
|
||||||
| ingest | Ingest |
|
| data-ingest | Ingest |
|
||||||
| profile | Data Profile |
|
| data-profile | Data Profile |
|
||||||
| schema | Schema Explorer |
|
| data-schema | Schema Explorer |
|
||||||
| data-quality | Data Quality |
|
| data-quality | Data Quality |
|
||||||
| run | dbt Run |
|
| data-run | dbt Run |
|
||||||
| dbt-test | dbt Tests |
|
| dbt-test | dbt Tests |
|
||||||
| lineage | Lineage |
|
| data-lineage | Lineage |
|
||||||
| lineage-viz | Lineage Visualization |
|
| lineage-viz | Lineage Visualization |
|
||||||
| explain | Model Explanation |
|
| data-explain | Model Explanation |
|
||||||
|
| data-review | Data Review |
|
||||||
|
| data-gate | Data Gate |
|
||||||
|
|
||||||
## Summary Box Format
|
## Summary Box Format
|
||||||
|
|
||||||
|
|||||||
@@ -51,6 +51,6 @@ Unstaged:
|
|||||||
2. Ready to commit with 1 staged file
|
2. Ready to commit with 1 staged file
|
||||||
|
|
||||||
--- Quick Actions ---
|
--- Quick Actions ---
|
||||||
/commit - Commit staged changes
|
/git-commit - Commit staged changes
|
||||||
/commit-push - Commit and push
|
/git-commit-push - Commit and push
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -19,28 +19,28 @@ Standard header format for consistent visual output across all git-flow commands
|
|||||||
|
|
||||||
## Command Headers
|
## Command Headers
|
||||||
|
|
||||||
### /commit
|
### /git-commit
|
||||||
```
|
```
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| GIT-FLOW Smart Commit |
|
| GIT-FLOW Smart Commit |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
```
|
```
|
||||||
|
|
||||||
### /commit-push
|
### /git-commit-push
|
||||||
```
|
```
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| GIT-FLOW Commit & Push |
|
| GIT-FLOW Commit & Push |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
```
|
```
|
||||||
|
|
||||||
### /commit-sync
|
### /git-commit-sync
|
||||||
```
|
```
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| GIT-FLOW Commit Sync |
|
| GIT-FLOW Commit Sync |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
```
|
```
|
||||||
|
|
||||||
### /commit-merge
|
### /git-commit-merge
|
||||||
```
|
```
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| GIT-FLOW Commit & Merge |
|
| GIT-FLOW Commit & Merge |
|
||||||
|
|||||||
@@ -5,6 +5,6 @@ See **[docs/CONFIGURATION.md](../../docs/CONFIGURATION.md)** for complete setup
|
|||||||
## Quick Commands
|
## Quick Commands
|
||||||
|
|
||||||
```
|
```
|
||||||
/initial-setup # First time on this machine
|
/pm-setup --full # First time on this machine
|
||||||
/project-init # New project (system already configured)
|
/pm-setup --quick # New project (system already configured)
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -44,9 +44,9 @@ If using with data-platform, add this section:
|
|||||||
## Data + Visualization Workflow
|
## Data + Visualization Workflow
|
||||||
|
|
||||||
### Data Loading (data-platform)
|
### Data Loading (data-platform)
|
||||||
- `/ingest {file}` - Load CSV, Parquet, or JSON
|
- `/data-ingest {file}` - Load CSV, Parquet, or JSON
|
||||||
- `/schema {table}` - View database schema
|
- `/data-schema {table}` - View database schema
|
||||||
- `/profile {data_ref}` - Statistical summary
|
- `/data-profile {data_ref}` - Statistical summary
|
||||||
|
|
||||||
### Visualization (viz-platform)
|
### Visualization (viz-platform)
|
||||||
- `/viz-chart {type}` - Create charts from loaded data
|
- `/viz-chart {type}` - Create charts from loaded data
|
||||||
|
|||||||
Reference in New Issue
Block a user