fix(cleanup): remove rclone, agent-browser, lint, and bug-reproduction-validator (#545)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Trevin Chow
2026-04-10 17:41:33 -07:00
committed by GitHub
parent 354dbb7582
commit 1372b2cffd
23 changed files with 16 additions and 2697 deletions

View File

@@ -7,6 +7,8 @@ Capture 3-5 browser screenshots at key UI states and stitch into an animated GIF
**Label:** "Demo"
**Required tools:** agent-browser, ffmpeg
If `agent-browser` is not installed, inform the user: "`agent-browser` is not installed. Run `/ce-setup` to install required dependencies." Then fall back to a lower tier (static screenshots or skip).
## Step 1: Connect to the Application
**For web apps** -- verify the dev server is accessible:

View File

@@ -11,6 +11,8 @@ Capture individual PNG screenshots. No animation, no stitching.
### Web app or desktop app (agent-browser available)
If `agent-browser` is not installed, inform the user: "`agent-browser` is not installed. Run `/ce-setup` to install required dependencies." Then skip to the CLI or fallback sections below.
```bash
agent-browser open [URL]
```