sparrow-cli 0.10.0

A local-first Rust agent cockpit — route, run, replay, rewind
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "sparrow-browser-runtime",
  "version": "0.10.0",
  "description": "Optional Playwright runtime for Sparrow browser/computer-use tools",
  "scripts": {
    "browser:install": "playwright install chromium",
    "browser:smoke": "node scripts/playwright-driver.mjs",
    "a11y:console": "node scripts/audit-a11y.mjs"
  },
  "dependencies": {
    "playwright": "^1.52.0"
  }
}