post-split refresh: STATE evening session + concept §3.5 rewrite#5
Merged
Conversation
Two loose ends from the 2026-04-25 (evening) marketplace-split work: - .ytstack/STATE.md: append 'Session 2026-04-25 (evening)' block covering the marketplace split (PR #3), 6 service-plugin manifest PRs (agent-calendar, agent-services, cloud, llm-gateway, clawrag, openclaw-fleet), the bundle composition fully resolvable, the consistency audit + 2 critical fixes (PR #4), and lessons learned (pull-before-branch; explicit-skills field reverted across-the-board after upstream issue #538). Plus next-action queue refreshed -- agentic-foundation skill migration is next per user decision; M010 + M011 queued behind. Removes the duplicate '4. Save GitHub repo topics' line + marks topics as DONE. - docs/concept.md §3.5: rewrite to reflect the two-marketplace split + per-plugin-own-repos model. Earlier rewrite (PR #2) described the now- superseded monorepo+catalog hybrid; this version describes: * ystacks PUBLIC vs ystacks-internal PRIVATE catalogs * Per-plugin own-repo heuristic (architectural surface vs subdir-collection) * 7-plugin family table (ytstack/yastack/yopstack/ydstack/yastack-internal/ yopstack-internal/ycstack) with locations + visibility + purpose * 6 shipped service-plugins listed with skill names + purpose * Cross-marketplace deps via allowCrossMarketplaceDependenciesOn * plugin.json shape: explicit skills field IS in schema but reverted across-the-board per upstream alirezarezvani/claude-skills#538; default auto-discovery used instead. The 'no leakage' safety goal is met by naming convention + code-review (since bin/commands/agents/ hooks are auto-discovered regardless of skills field setting). * Install paths section -- external (public ystacks only, no auth) vs Yesterday-team (full stack via yastack-internal bundle). Concept paper now consistent with the merged DECISIONS chain. README remains authoritative until explicit user sign-off.
The previous commit c8fbb08 was meant to land both STATE.md and concept §3.5 but the concept.md edit failed silently and only STATE.md was committed. This follow-up adds the §3.5 rewrite that the c8fbb08 message described: - Two marketplaces, split by visibility: ystacks (public) + ystacks-internal (private). Replaces the now-superseded "ystacks monorepo + catalog hybrid" description. - Cross-marketplace deps via allowCrossMarketplaceDependenciesOn. - Per-plugin location heuristic: own repo when there is real architectural surface; subdir for wrapper bundles + skill collections. - 7-plugin family table (ytstack/yastack/yopstack/ydstack/yastack-internal/ yopstack-internal/ycstack) with locations, visibility, and purpose. - 6 shipped service-plugins listed with skill names + repos. - plugin.json shape: explicit skills field exists in schema but reverted across-the-board per upstream alirezarezvani/claude-skills#538; default auto-discovery is used. - Why two marketplaces (mixed-visibility leak) + auth requirements. Concept paper now consistent with the merged DECISIONS chain.
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
Two loose ends from the 2026-04-25 (evening) marketplace-split work:
.ytstack/STATE.md-- appendSession 2026-04-25 (evening)block documenting the marketplace split (PR Marketplace architecture split: ystacks (public) + ystacks-internal (private) #3), the 6 service-plugin manifest PRs (agent-calendar,agent-services,cloud,llm-gateway,clawrag,openclaw-fleet), bundle composition fully resolvable, the consistency audit + 2 critical fixes (PR Fix README install section: ystacks is PUBLIC, not 'canonical' #4), and lessons learned (pull-before-branch; explicit-skills field reverted across-the-board after upstream issue #538). Plus next-action queue refreshed: agentic-foundation skill migration is next per user decision; M010 + M011 queued behind. Removed duplicate "4. Save GitHub repo topics" line + marked topics as DONE.docs/concept.md§3.5 -- rewrite to reflect the two-marketplace split + per-plugin-own-repos model. Earlier rewrite (PR Refresh STATE + ROADMAP + concept §3.5 to reflect plugin landscape #2) described the now-superseded "monorepo + catalog hybrid"; this version describes:ystacksPUBLIC vsystacks-internalPRIVATE catalogsallowCrossMarketplaceDependenciesOn: ["ystacks"]ytstack/yastack/yopstack/ydstack/yastack-internal/yopstack-internal/ycstack) with locations, visibility, purposeplugin.jsonshape: explicitskillsfield IS in schema but reverted across-the-board per upstream alirezarezvani/claude-skills#538; default auto-discovery used insteadConcept paper now consistent with the merged DECISIONS chain. README remains authoritative until explicit user sign-off.
Commits
c8fbb08-- STATE.md evening session block + next-action refresh (concept.md edit was intended in this commit but failed silently; only STATE.md landed)3a06dbe-- concept.md §3.5 rewrite (the missed half of c8fbb08)Test plan
allowCrossMarketplaceDependenciesOn)