Sprint 2 - contract-validator Plugin

New Issue

Implement contract-validator plugin for cross-plugin compatibility validation and Claude.md agent verification.

Scope:

  • Parse plugin interfaces from README.md files
  • Parse agent definitions from Claude.md files
  • Validate cross-plugin compatibility
  • Validate agent tool references and data flow
  • Generate compatibility reports

Reference: docs/changes/CHANGE_V04_0_0_PROPOSAL_ORIGINAL.md (Phase 6)

Tools (7):

  • Parse: parse_plugin_interface, parse_claude_md_agents
  • Validate: validate_compatibility, validate_agent_refs, validate_data_flow
  • Report: generate_compatibility_report, list_issues

Commands (3):

  • /validate-contracts - Full project validation
  • /check-agent {name} - Validate single agent
  • /list-interfaces - Show plugin interfaces

Agents (2):

  • full_validation - Complete cross-plugin validation
  • agent_check - Single agent verification
No due date
100% Completed