diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 01e78c9..9d958bb 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,11 +5,12 @@ "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.2", + "version": "0.0.3", "source": "./", "author": { "name": "Yesterday", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 5408a4c..2020950 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "yopstack", - "version": "0.0.2", + "version": "0.0.3", "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", @@ -21,6 +21,6 @@ "yesterday-ai" ], "dependencies": [ - "skill-creator" + { "name": "skill-creator", "marketplace": "claude-plugins-official" } ] }