feat(task-board): mocked end-to-end commerce demo board#4615
Open
rafavalls wants to merge 5 commits into
Open
Conversation
Adds a fully scripted demo behind /$org/board?demo=true: generate backlog streams 28 tasks from GA4/GSC/GitHub signals, Deco agent picks up cards and opens PRs, Linear-like task detail with PR quick view and agent sessions, CMS sandbox preview with publish, and an auto merge toggle that moves reviewed cards to done. Entry point button added to commerce onboarding. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Connecting GA4, Search Console and GitHub is already shown on the commerce onboarding step right before the board, so the chips were redundant. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… sidebar Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… demo detail PR card is now GitHub icon + title + status with a fade-truncated summary that expands on click to reveal the actions. PR and agent sessions live under one Activity heading, matching Linear. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… sessions 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
Mocked, end-to-end commerce demo task board (demo mode) for the 2026-07 critique. Everything is scripted/local — no backend.
DemoAgentChatPanel) rendered in the shell when a demo session is activeScope
Contains only the demo board (11 files under
task-board/demo/*plus its integration points). The home redesign is a separate, independent PR: #4616.Testing
bun run --cwd=apps/mesh checkpasses.🤖 Generated with Claude Code