feat(genesis): add-agents marketplace + onboarding flow#393
Open
patschmittdev wants to merge 1 commit into
Open
feat(genesis): add-agents marketplace + onboarding flow#393patschmittdev wants to merge 1 commit into
patschmittdev wants to merge 1 commit into
Conversation
Split the genesis onboarding/marketplace vertical out of feat/webgl-ambient-background onto the ui-foundation base. The marketplace template picker and the onboarding chrome share VoiceScreen, so they ship together: - AddAgentsView: center-pane entry to add/import agents (+test) - GenesisFlow: new optional initialStage/embedded props so the flow can run embedded in the center pane instead of only as a full-screen overlay - VoiceScreen/RoleScreen/BootScreen/LandingScreen: embedded-mode layout + marketplace template picker (tools/skills surfaced in the detail pane) - GenesisMindTemplateCatalog + templateTypes: parse optional tools/skills from template manifests - GenesisMindTemplate.tools?/skills? shared-type slice (additive) Independent of the skills and accent-color verticals (base = foundation). The ViewRouter mount point for AddAgentsView lands with the shell-theming branch; the component is covered directly by its test here. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
What
Add-agents marketplace + embeddable onboarding flow, split off
feat/webgl-ambient-backgroundonto therefactor/ui-foundationbase (#389). Sibling of the other verticals.Contents (10 files, +279/-35)
Stack
Sibling on
refactor/ui-foundation(#389), alongside #386 / #387 / #390 / #391.Validation
npm run lint-- green (tsc, eslint, dependency-cruiser, yaml, md).Mount into
AppShellis deferred to the final integration PR, per the stack's design.