design(wip): product redesign — goal-first closed-loop Storefront Agent#3738
Draft
rafavalls wants to merge 4 commits into
Draft
design(wip): product redesign — goal-first closed-loop Storefront Agent#3738rafavalls wants to merge 4 commits into
rafavalls wants to merge 4 commits into
Conversation
Adds the new navigation structure and view scaffolding for the Studio redesign: goals as the root object, inbox/findings, onboarding flow, personal home (/me), agent settings sub-pages, and a full deco-redesign view directory with mock data. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
🧪 BenchmarkShould we run the Virtual MCP strategy benchmark for this PR? React with 👍 to run the benchmark.
Benchmark will run on the next push after you react. |
…cher - Land on /me (personal space) instead of an org - Account switcher lists Agents (orgs + teammates), footer shows the user - Preview opens as a sandbox-style panel beside a chat panel (top-right) - Content page mirrors the deco-sites content browser (pages → sections) - Sidebar: Content item; teammate "+" dropdown (Storefront / New) - Agent updates match Figma; Profile & Preferences width aligned Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ngs tweaks - Preview opens the real agent shell (chat | main-panel Preview tab) via ?main=preview, defaulting to the org agent; removed the standalone mock - Agent settings include org-admin surfaces (org = agent): Knowledge & access (incl. Subagents) + Manage (Monitoring, Roles & permissions, ...) - Sidebar settings button → Profile & Preferences Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- One cohesive card (rounded-xl + shadow); state pill (Published / Needs review / #PR) - Move decide actions into a card footer instead of floating below it - Resolved state shows a quiet "Live · Undo" rather than a lone button Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.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.
Summary
/me(personal home),/$org/inbox,/$org/goal,/$org/onboarding/settings/agent,/agent/personalization,/agent/automations,/agent/findings,/agent/memory,/agent/files,/settings/findingsdeco-redesignview directory with full mock-data-driven UI for the goal-first redesign (home, inbox, goal detail, onboarding, agent settings, personal home, primitives)cms.tsx,system-health.tsxTest plan
bun run fmt— passes (no changes)bun run check— type check passes/$org/— org home still loads/$org/inbox— inbox route renders/$org/goal— goal route renders/me— personal home renders/$org/settings/agent— agent settings page renders/$org/onboarding— onboarding demo renders🤖 Generated with Claude Code
Summary by cubic
Extends the goal‑first redesign with a personal
/melanding, a real Preview beside chat, and an agent‑centric switcher. Findings and CMS proposals are seeded as real threads to support a closed‑loop review across shell, sidebar, and settings, with a refined System Health fix card for clearer decisions.New Features
/me,/$org/inbox,/$org/goal,/$org/onboarding,/$org/content, plus agent settings under/$org/settings/*(personalization, memory, files, automations, findings).?main=preview(no standalone mock).deco-redesignviews (home, inbox, goal detail, onboarding, agent settings, personal home, content, primitives); preview shows beside chat with a toolbar and modes.tool-system_health_spike,tool-system_health_fix, andtool-cms_content, with approve/publish actions that update the brief and sidebar.Refactors
/me; added Content item, teammate “+”, and a Preview button; simplified task groups./$org/settings/profile.Written for commit 826fcf2. Summary will update on new commits.