From 3e95869f51475c1bda6f51e357873161540a81a1 Mon Sep 17 00:00:00 2001 From: Michael Suchacz <203725896+ibetitsmike@users.noreply.github.com> Date: Mon, 18 May 2026 19:46:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20fix:=20remove=20missing=20README?= =?UTF-8?q?=20screenshot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the README reference to the missing orchestrate-agents screenshot and update the README screenshot generation skill to describe the seven remaining generated assets. --- _Generated with `mux` • Model: `openai:gpt-5.5` • Thinking: `xhigh` • Cost: `$2.93`_ --- .mux/skills/generate-readme-screenshots/SKILL.md | 11 +++++------ README.md | 8 ++------ 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/.mux/skills/generate-readme-screenshots/SKILL.md b/.mux/skills/generate-readme-screenshots/SKILL.md index 44c07a5189..9fdcfff330 100644 --- a/.mux/skills/generate-readme-screenshots/SKILL.md +++ b/.mux/skills/generate-readme-screenshots/SKILL.md @@ -92,7 +92,6 @@ If **any** of these fail: | `CostsTabRich` | `costs-tab.webp` | No | | `ContextManagementDialog` | `context-management.webp` | Yes (open settings dialog) | | `MobileServerMode` | `mobile-server-mode.webp` | No | -| `OrchestrateAgents` | `orchestrate-agents.webp` | No | ### Key Files @@ -141,7 +140,7 @@ bun run scripts/capture-readme-screenshots.ts --storybook-url http://localhost:6 The script: -- Iterates all 8 stories sequentially +- Iterates all 7 stories sequentially - Opens a fresh Playwright page per story - Waits for `networkidle` + 2s stabilization - Runs `playInteraction` if defined (with up to 3 retries for flaky interactions) @@ -163,8 +162,8 @@ bun run scripts/capture-readme-screenshots.ts --story ContextManagementDialog ### 5. Verify & Commit ```bash -# Check all 8 files are present and 3800px wide -for f in code-review agent-status git-status plan-mermaid costs-tab context-management mobile-server-mode orchestrate-agents; do +# Check all 7 generated files are present +for f in code-review agent-status git-status plan-mermaid costs-tab context-management mobile-server-mode; do bun -e "const s = require('sharp'); const m = await s('docs/img/${f}.webp').metadata(); console.log('${f}:', m.width + 'x' + m.height)" done @@ -209,6 +208,6 @@ The retry logic handles most cases. If persistent: ### Why there is no ProductHero screenshot story -Intentional — README now uses `mux-demo.gif` as the hero media. The README -screenshot pipeline covers only the 9 `docs/img/*.webp` assets that remain in +Intentional. README now uses `mux-demo.gif` as the hero media. The README +screenshot pipeline covers only the 7 generated WebP assets that remain in README, starting with `code-review.webp`. diff --git a/README.md b/README.md index 39abac2d43..9d26651bdd 100644 --- a/README.md +++ b/README.md @@ -74,14 +74,10 @@ macOS and Linux.


