feat(contract-validator): add validate_workflow_integration tool (v5.7.1) #382

Merged
lmiranda merged 1 commits from feat/v5.7.1-domain-advisory-hardening into development 2026-02-02 16:27:19 +00:00
Owner

Summary

Domain Advisory Pattern Hardening - patch release to close gaps from v5.6.0/v5.7.0 implementation:

  • New MCP Tool: validate_workflow_integration validates that domain plugins expose required advisory interfaces (gate command, review command, advisory agent)
  • New Issue Type: MISSING_INTEGRATION for workflow integration validation
  • Manifest Enhancement: integrates_with field on viz-platform and data-platform declaring projman integration metadata
  • Version Fix: scripts/setup.sh banner updated from v5.1.0 to v5.7.1

Changes

Added

  • validate_workflow_integration MCP tool in contract-validator
  • WorkflowIntegrationResult Pydantic model
  • MISSING_INTEGRATION issue type enum value
  • 4 new test cases for workflow integration
  • integrates_with field in marketplace.json for viz-platform and data-platform

Fixed

  • setup.sh version banner (v5.1.0 → v5.7.1)

Documentation

  • Updated mcp-tools-reference.md with new tool
  • Updated validation-rules.md with Workflow Integration Checks section
  • Added /design-gate, /design-review, /data-gate, /data-review to COMMANDS-CHEATSHEET
  • Added contract-validator to CONFIGURATION.md plugin table
  • Updated README.md Contract Validator tools table

Test Plan

  • All 38 contract-validator tests pass (including 4 new workflow integration tests)
  • Server import succeeds
  • marketplace.json valid JSON
  • validate-marketplace.sh passes
  • Version 5.7.1 in README.md, marketplace.json, CHANGELOG.md, setup.sh

🤖 Generated with Claude Code

## Summary Domain Advisory Pattern Hardening - patch release to close gaps from v5.6.0/v5.7.0 implementation: - **New MCP Tool**: `validate_workflow_integration` validates that domain plugins expose required advisory interfaces (gate command, review command, advisory agent) - **New Issue Type**: `MISSING_INTEGRATION` for workflow integration validation - **Manifest Enhancement**: `integrates_with` field on viz-platform and data-platform declaring projman integration metadata - **Version Fix**: `scripts/setup.sh` banner updated from v5.1.0 to v5.7.1 ## Changes ### Added - `validate_workflow_integration` MCP tool in contract-validator - `WorkflowIntegrationResult` Pydantic model - `MISSING_INTEGRATION` issue type enum value - 4 new test cases for workflow integration - `integrates_with` field in marketplace.json for viz-platform and data-platform ### Fixed - setup.sh version banner (v5.1.0 → v5.7.1) ### Documentation - Updated mcp-tools-reference.md with new tool - Updated validation-rules.md with Workflow Integration Checks section - Added /design-gate, /design-review, /data-gate, /data-review to COMMANDS-CHEATSHEET - Added contract-validator to CONFIGURATION.md plugin table - Updated README.md Contract Validator tools table ## Test Plan - [x] All 38 contract-validator tests pass (including 4 new workflow integration tests) - [x] Server import succeeds - [x] marketplace.json valid JSON - [x] validate-marketplace.sh passes - [x] Version 5.7.1 in README.md, marketplace.json, CHANGELOG.md, setup.sh 🤖 Generated with [Claude Code](https://claude.ai/code)
lmiranda added the Type/Feature label 2026-02-02 16:26:05 +00:00
lmiranda added 1 commit 2026-02-02 16:26:06 +00:00
Domain Advisory Pattern Hardening - patch release to close gaps from v5.6.0/v5.7.0:

## Added
- New `validate_workflow_integration` MCP tool validates domain plugins expose
  required advisory interfaces (gate command, review command, advisory agent)
- New `MISSING_INTEGRATION` issue type for workflow integration validation
- New `WorkflowIntegrationResult` Pydantic model for structured validation output
- `integrates_with` field on viz-platform and data-platform in marketplace.json
  declaring projman integration metadata
- 4 new test cases for workflow integration validation

## Fixed
- scripts/setup.sh banner version updated from v5.1.0 to v5.7.1

## Documentation
- Updated mcp-tools-reference.md with new tool
- Updated validation-rules.md with Workflow Integration Checks section
- Added /design-gate, /design-review, /data-gate, /data-review to COMMANDS-CHEATSHEET
- Added contract-validator to CONFIGURATION.md plugin table
- Updated README.md Contract Validator tools table

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit 9148e21bc5 into development 2026-02-02 16:27:19 +00:00
lmiranda deleted branch feat/v5.7.1-domain-advisory-hardening 2026-02-02 16:27:19 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#382