go-build/.claude-plugin/plugin.json
Snider d6086a92f4 fix(plugin): remove invalid commands/repository schema from plugin.json
Commands auto-discovered from commands/ directory. Repository must be
a string, not an object.

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

19 lines
412 B
JSON

{
"name": "go-build",
"description": "Go QA pipeline, build tooling, and development skills",
"version": "0.1.0",
"author": {
"name": "Host UK",
"email": "hello@host.uk.com"
},
"homepage": "https://forge.lthn.ai/core/go-build",
"repository": "https://forge.lthn.ai/core/go-build.git",
"license": "EUPL-1.2",
"keywords": [
"claude",
"go",
"qa",
"build",
"lint"
]
}