Compare commits
33 Commits
v5.7.1
...
938ddd7b69
| Author | SHA1 | Date | |
|---|---|---|---|
| 938ddd7b69 | |||
| 9148e21bc5 | |||
| aa68883f87 | |||
| dd36a79bcb | |||
| 091e3d25f3 | |||
| b605a2de5e | |||
| 4aa0baa2a6 | |||
| e3db084195 | |||
| 2a92211b28 | |||
| de6cba5f31 | |||
| 31dcf0338c | |||
| 569dc9a8f2 | |||
| 7217790143 | |||
| 97159274c7 | |||
| 5cf4b4a78c | |||
| 96a612a1f4 | |||
| 47a3a8b48a | |||
| 1b75b10fec | |||
| e925f80252 | |||
| b1070aac52 | |||
| d2b6560fba | |||
| 4b1c561bb6 | |||
| 786d3c0013 | |||
| 59cc67f857 | |||
| 6613ef1d67 | |||
| 6619d0a2fb | |||
| dc08ce1439 | |||
| 2173f3389a | |||
| fab1345bcb | |||
| 36e6ac2dd0 | |||
| 3e0e779803 | |||
| 74198743ab | |||
| d57bff184e |
@@ -167,7 +167,15 @@
|
|||||||
"hooks": ["./hooks/hooks.json"],
|
"hooks": ["./hooks/hooks.json"],
|
||||||
"category": "data",
|
"category": "data",
|
||||||
"tags": ["pandas", "postgresql", "postgis", "dbt", "data-engineering", "etl"],
|
"tags": ["pandas", "postgresql", "postgis", "dbt", "data-engineering", "etl"],
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"integrates_with": {
|
||||||
|
"projman": {
|
||||||
|
"domain_label": "Domain/Data",
|
||||||
|
"gate_command": "/data-gate",
|
||||||
|
"review_command": "/data-review",
|
||||||
|
"advisory_agent": "data-advisor"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "viz-platform",
|
"name": "viz-platform",
|
||||||
@@ -183,7 +191,15 @@
|
|||||||
"hooks": ["./hooks/hooks.json"],
|
"hooks": ["./hooks/hooks.json"],
|
||||||
"category": "visualization",
|
"category": "visualization",
|
||||||
"tags": ["dash", "plotly", "mantine", "charts", "dashboards", "theming", "dmc"],
|
"tags": ["dash", "plotly", "mantine", "charts", "dashboards", "theming", "dmc"],
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"integrates_with": {
|
||||||
|
"projman": {
|
||||||
|
"domain_label": "Domain/Viz",
|
||||||
|
"gate_command": "/design-gate",
|
||||||
|
"review_command": "/design-review",
|
||||||
|
"advisory_agent": "design-reviewer"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "contract-validator",
|
"name": "contract-validator",
|
||||||
|
|||||||
@@ -9,13 +9,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
### Added
|
### Added
|
||||||
- **contract-validator**: New `validate_workflow_integration` MCP tool — validates domain plugins expose required advisory interfaces (gate command, review command, advisory agent)
|
- **contract-validator**: New `validate_workflow_integration` MCP tool — validates domain plugins expose required advisory interfaces (gate command, review command, advisory agent)
|
||||||
- **contract-validator**: New `MISSING_INTEGRATION` issue type for workflow integration validation
|
- **contract-validator**: New `MISSING_INTEGRATION` issue type for workflow integration validation
|
||||||
|
- **marketplace.json**: `integrates_with` field on viz-platform and data-platform declaring projman integration metadata
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- `scripts/setup.sh` banner version updated from v5.1.0 to v5.7.1
|
- `scripts/setup.sh` banner version updated from v5.1.0 to v5.7.1
|
||||||
|
|
||||||
### Reverted
|
|
||||||
- **marketplace.json**: Removed `integrates_with` field — Claude Code schema does not support custom plugin fields (causes marketplace load failure)
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## [5.7.0] - 2026-02-02
|
## [5.7.0] - 2026-02-02
|
||||||
|
|||||||
Reference in New Issue
Block a user