{
  "name": "aidlc-plugins",
  "owner": { "name": "AWS AIDLC" },
  "description": "Example AIDLC plugin catalogue. A marketplace indexes plugins for discovery; it is NOT in the trust path — authorization to install is a managed-settings allowlist (see doc 18 §8 Status — marketplace resolution is future work). Shape mirrors a Claude Code .claude-plugin/marketplace.json so the same admin tooling can list/trust AIDLC plugins.",
  "plugins": [
    {
      "name": "test-pro",
      "description": "Full-featured testing plugin — unit/branch coverage, functional, integration, regression, edge, and API positive+negative.",
      "source": "github",
      "repo": "awslabs/aidlc-plugin-test-pro",
      "version": "0.1.0"
    },
    {
      "name": "acme-compliance",
      "description": "Third-party compliance plugin (audit trails, policy gates) — published from the org's own GitHub org.",
      "source": "github",
      "repo": "acme-corp/aidlc-plugin-acme-compliance",
      "version": "2.3.1"
    }
  ]
}
