From 0e673c843be118c4e7d8c54593195c977ce644ea Mon Sep 17 00:00:00 2001 From: Alex Wegener Date: Fri, 1 May 2026 09:23:04 +0200 Subject: [PATCH] fix(deps): drop hard marketplace pin on web-design dep + bump 0.1.2 -> 0.1.3 When ytstack is cross-listed in ystacks-internal, the hard `marketplace: "ystacks"` pin on web-design breaks dep resolution for users who only added ystacks-internal as a marketplace -- even though web-design is also cross-listed there. Drop the qualifier so the resolver falls back to the marketplace ytstack itself was installed from. yesterday-brand keeps its qualifier (no cross-listing in ystacks). Co-Authored-By: Claude Opus 4.7 (1M context) --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index ca6950f..8a696ef 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -10,7 +10,7 @@ { "name": "ytstack", "description": "Claude Code plugin. Project-OS artifact discipline + curated superpowers and gstack skill wrappers + Agent Teams orchestration.", - "version": "0.1.2", + "version": "0.1.3", "source": "./", "author": { "name": "Yesterday", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 0de32ae..7553362 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ytstack", - "version": "0.1.2", + "version": "0.1.3", "description": "Yesterday Technologies Stack -- opinionated software-development OS for AI agents. Curated superpowers + gstack skills plus Project-OS artifact discipline (PROJECT.md, DECISIONS.md, KNOWLEDGE.md, milestone/slice/task hierarchy), orchestrated via SessionStart hooks.", "author": { "name": "Yesterday", @@ -19,7 +19,7 @@ "yesterday-ai" ], "dependencies": [ - { "name": "web-design", "marketplace": "ystacks" }, + { "name": "web-design" }, { "name": "yesterday-brand", "marketplace": "ystacks-internal" } ] }