Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yopstack",
"version": "0.0.2",
"version": "0.0.3",
Comment thread
cursor[bot] marked this conversation as resolved.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep manifest version aligned with marketplace version

The manifest version was bumped to 0.0.3 while .claude-plugin/marketplace.json still advertises 0.0.2, creating inconsistent release metadata; this breaks Claude Code’s claude plugin tag validation (it requires plugin and marketplace versions to match) and can block the standard tagging/publishing flow for this release.

Useful? React with 👍 / 👎.

"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",
Expand All @@ -21,6 +21,6 @@
"yesterday-ai"
],
"dependencies": [
"skill-creator"
{ "name": "skill-creator", "marketplace": "claude-plugins-official" }
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Allow cross-marketplace dependency before declaring it

This new dependency entry is cross-marketplace (skill-creator from claude-plugins-official), but the root marketplace in this repo does not declare allowCrossMarketplaceDependenciesOn for that target in .claude-plugin/marketplace.json; Claude Code blocks these auto-installs by default and reports a cross-marketplace error, so installing yopstack from the yopstack marketplace will fail (or require manual preinstallation of the dependency).

Useful? React with 👍 / 👎.

]
}
Loading