diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 9d958bb..51265a2 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,12 +5,11 @@ "name": "Yesterday", "url": "https://github.com/Yesterday-AI" }, - "allowCrossMarketplaceDependenciesOn": ["claude-plugins-official"], "plugins": [ { "name": "yopstack", "description": "Claude Code plugin. opentofu + railway-deploy + butler-deploy + land-and-deploy + canary + setup-deploy. Provisioning, deploy, observability for agent-driven infra. No Yesterday-infra deps.", - "version": "0.0.3", + "version": "0.0.4", "source": "./", "author": { "name": "Yesterday", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 2020950..1a669b3 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "yopstack", - "version": "0.0.3", + "version": "0.0.4", "description": "Yesterday Ops Stack -- generic infrastructure-provisioning, deployment, and observability skills for Claude Code agents. opentofu + railway-deploy + butler-deploy + land-and-deploy + canary + setup-deploy. Public, no Yesterday-infra dependencies.", "author": { "name": "Yesterday", @@ -20,7 +20,5 @@ "itch.io", "yesterday-ai" ], - "dependencies": [ - { "name": "skill-creator", "marketplace": "claude-plugins-official" } - ] + "dependencies": [] }