Fix README install section: ystacks is PUBLIC, not 'canonical'#4
Merged
Conversation
The 'Via marketplace' section claimed Yesterday-AI/ystacks was the 'canonical' Yesterday plugin catalog and implied private-repo auth was needed for it. Both wrong: - ystacks is PUBLIC (not 'canonical') -- it lists yastack, yopstack, ydstack and other public-tauglich plugins. The private companion catalog hosts internal-only plugins (org-member access). - No auth needed for ystacks itself. ytstack is currently a private repo, so install of ytstack still needs gh auth -- but that's a property of ytstack's own visibility, not the catalog's.
6 tasks
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.
Summary
One-line fix to the README install section. Found by cross-repo consistency audit.
What's wrong
The current
Yesterday-AI/ystacksdescription in the install section claims it is "the canonical Yesterday plugin catalog" and implies private-repo auth is needed for it. Both claims are incorrect:ystacksis the PUBLIC catalog -- it lists yastack, yopstack, ydstack and other public-tauglich plugins. There is also a private companion catalog (ystacks-internal) for org-member-only plugins. Calling ystacks "canonical" implies primacy over the private one, which is wrong; they have distinct scopes.ytstackfrom it still needs auth because ytstack is currently a private repo, but that's a property of ytstack, not the catalog.Fix
Updated wording:
Companion fixes (separate)
Audit also found:
Yesterday-AI/yastack/skills/README.mdsaid "15 generic agent-skills" when it should be 14 (opentofu moved to yopstack on 2026-04-25). Fixed in Yesterday-AI/yastack4d33654.Test plan
grep '\xe2\x80\x94' README.md)🤖 Generated with Claude Code