From 9f81bfe7d4f997003cb895e3fa155dc6ad907d13 Mon Sep 17 00:00:00 2001 From: Alex Wegener Date: Wed, 29 Apr 2026 18:04:15 +0200 Subject: [PATCH 1/2] chore: repoint skill-creator dep from ystacks to claude-plugins-official ytstack already used the explicit { name, marketplace } form for its skill-creator dep (pinned to "ystacks"). Now that Yesterday's local skill-creator wrapper is being removed from ystacks, repoint to Anthropic's official `skill-creator@claude-plugins-official` instead. ytstack v0.1.0 -> v0.1.1. Co-Authored-By: Claude Opus 4.7 (1M context) --- .claude-plugin/plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index d109449..bc102a1 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ytstack", - "version": "0.1.0", + "version": "0.1.1", "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": "skill-creator", "marketplace": "ystacks" }, + { "name": "skill-creator", "marketplace": "claude-plugins-official" }, { "name": "web-design", "marketplace": "ystacks" }, { "name": "yesterday-brand", "marketplace": "ystacks-internal" } ] From 8bd87ad291f7d447b04b15a03f6a42a57e63a380 Mon Sep 17 00:00:00 2001 From: Alex Wegener Date: Wed, 29 Apr 2026 18:24:07 +0200 Subject: [PATCH 2/2] fix(marketplace): extend allowlist with claude-plugins-official + sync self-version Addresses Codex P1 + Cursor Bugbot High-Severity findings on PR #12. - allowCrossMarketplaceDependenciesOn: ["ystacks", "ystacks-internal"] -> add "claude-plugins-official" so the new skill-creator dep resolves. - Bump self-marketplace ytstack entry from 0.1.0 to 0.1.1 to match plugin.json. Co-Authored-By: Claude Opus 4.7 (1M context) --- .claude-plugin/marketplace.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index ef26926..ad70a86 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,12 +5,12 @@ "name": "Yesterday", "url": "https://github.com/Yesterday-AI" }, - "allowCrossMarketplaceDependenciesOn": ["ystacks", "ystacks-internal"], + "allowCrossMarketplaceDependenciesOn": ["ystacks", "ystacks-internal", "claude-plugins-official"], "plugins": [ { "name": "ytstack", "description": "Claude Code plugin. Project-OS artifact discipline + curated superpowers and gstack skill wrappers + Agent Teams orchestration.", - "version": "0.1.0", + "version": "0.1.1", "source": "./", "author": { "name": "Yesterday",