docs: README install -- correct marketplace + document cross-mp deps#11
Merged
docs: README install -- correct marketplace + document cross-mp deps#11
Conversation
…mp deps
Round-2 audit finding 7 (ytstack/README.md install section):
- Old install command claimed "/plugin install ytstack@ystacks" but
ytstack is NOT listed in public ystacks (it's cross-listed in
ystacks-internal, marked planned in ystacks#8). Wrong instruction.
- Old text "lists ytstack alongside other public Yesterday plugins
(yastack, yopstack, ydstack)" stale -- ytstack is not listed there;
plus ystacks now has 4 stacks (+ ycstack) + 8 own-plugins.
- Cross-mp deps not documented: ytstack imports skill-creator +
web-design (cross-mp from ystacks) + yesterday-brand (cross-mp
from ystacks-internal). Users hitting "deps not resolvable" had
no doc to find the fix.
Updates:
- Primary install path: @ystacks-internal (where ytstack actually is)
- Add explicit list of cross-mp deps + the two marketplaces required
- Legacy self-marketplace section: extended to add ystacks-internal
marketplace (the allowCrossMarketplaceDependenciesOn list now
includes both ystacks + ystacks-internal so the legacy path also
works)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Round-2 audit finding 7. Three drifts in install section:
/plugin install ytstack@ystackswas wrong -- ytstack is cross-listed in ystacks-internal, not in public ystacks (currently marked 'planned' in ystacks README per docs: README badges + table -- 16 -> 21 curated skills #8).Fixed: primary path is now @ystacks-internal, with explicit list of cross-mp deps + the 2 marketplaces required. Legacy self-marketplace section extended to also add ystacks-internal.