claude-plugins/.claude-plugin/marketplace.json
Mathias Beaulieu-Duncan c6e49d613f Update svrnty-cqrs plugin listing to v2.0.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 03:55:50 -04:00

26 lines
695 B
JSON

{
"name": "svrnty-plugins",
"owner": {
"name": "Svrnty",
"url": "https://git.openharbor.io/svrnty"
},
"metadata": {
"description": "Svrnty Claude Code plugins — framework-specific harnesses for .NET development"
},
"plugins": [
{
"name": "svrnty-cqrs",
"source": {
"source": "url",
"url": "https://git.openharbor.io/svrnty/claude-cqrs-plugin.git",
"ref": "main"
},
"description": "Domain-driven CQRS knowledge, code agents, auto-formatting hooks, build validation, and permissions. All-in-one plugin for Svrnty.CQRS projects.",
"version": "2.0.0",
"author": {
"name": "Svrnty"
}
}
]
}