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
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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": "ytstack",
"version": "0.1.0",
"version": "0.1.1",
Comment thread
cursor[bot] marked this conversation as resolved.
"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",
Expand All @@ -19,7 +19,7 @@
"yesterday-ai"
],
"dependencies": [
{ "name": "skill-creator", "marketplace": "ystacks" },
{ "name": "skill-creator", "marketplace": "claude-plugins-official" },
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.

P1 Badge Allow new dependency marketplace for cross-market installs

Changing skill-creator to "marketplace": "claude-plugins-official" introduces a cross-marketplace dependency that this repo’s own marketplace does not currently allow (.claude-plugin/marketplace.json still whitelists only ystacks and ystacks-internal). Per Claude Code’s dependency rules, targets not listed in allowCrossMarketplaceDependenciesOn are blocked at install time, so installing ytstack via its self-marketplace path now fails with a cross-marketplace dependency error unless users manually preinstall skill-creator.

Useful? React with 👍 / 👎.

{ "name": "web-design", "marketplace": "ystacks" },
{ "name": "yesterday-brand", "marketplace": "ystacks-internal" }
]
Expand Down
Loading