go-devops/.claude-plugin/plugin.json
Snider 5c3a5295a3 fix(plugin): remove invalid commands schema from plugin.json
Commands auto-discovered from commands/ directory.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-13 10:54:45 +00:00

18 lines
353 B
JSON

{
"name": "devops",
"description": "CI/CD, deployment, and issue tracking",
"version": "0.1.0",
"author": {
"name": "Host UK",
"email": "hello@host.uk.com"
},
"license": "EUPL-1.2",
"repository": "https://forge.lthn.ai/core/go-devops.git",
"keywords": [
"devops",
"ci",
"coolify",
"issue",
"deployment"
]
}