fix(release): automate npm releases from main

This commit is contained in:
Kieran Klaassen
2026-03-02 21:14:12 -08:00
parent f5e2f257eb
commit 8fd1670ee2
5 changed files with 935 additions and 14 deletions

View File

@@ -1,5 +1,6 @@
#!/usr/bin/env bun
import { defineCommand, runMain } from "citty"
import packageJson from "../package.json"
import convert from "./commands/convert"
import install from "./commands/install"
import listCommand from "./commands/list"
@@ -8,7 +9,7 @@ import sync from "./commands/sync"
const main = defineCommand({
meta: {
name: "compound-plugin",
version: "0.1.0",
version: packageJson.version,
description: "Convert Claude Code plugins into other agent formats",
},
subCommands: {