From 144c1e440de980c86c6c46c831d90d3df7e7ab24 Mon Sep 17 00:00:00 2001 From: Snider Date: Fri, 13 Mar 2026 10:49:17 +0000 Subject: [PATCH] feat(plugin): add npm package for Claude Code plugin distribution Published as @lthn/core-claude-devops on npm. Co-Authored-By: Virgil --- .claude-plugin/package.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .claude-plugin/package.json diff --git a/.claude-plugin/package.json b/.claude-plugin/package.json new file mode 100644 index 0000000..c4edf2d --- /dev/null +++ b/.claude-plugin/package.json @@ -0,0 +1,30 @@ +{ + "name": "@lthn/core-claude-devops", + "version": "0.1.0", + "description": "Claude Code plugin for CI/CD, deployment, issue tracking, and Coolify integration", + "license": "EUPL-1.2", + "author": { + "name": "Host UK", + "email": "hello@host.uk.com" + }, + "repository": { + "type": "git", + "url": "https://forge.lthn.ai/core/go-devops.git", + "directory": ".claude-plugin" + }, + "files": [ + "plugin.json", + "commands/", + "ci/", + "coolify/", + "issue/", + "codex-ci/" + ], + "keywords": [ + "claude-code-plugin", + "devops", + "ci", + "coolify", + "issues" + ] +}