browser_playbook_seed_from_codebase
Analyze frontend codebases to automatically generate draft playbooks for each route and form, enabling quick setup of browser automation tests.
Instructions
Static-analyze the project's frontend (Next.js App/Pages Router, Vite/CRA) and emit draft playbooks per route + form. Drafts have playbook_version=0 and verifiable=false until you run + bless them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectRoot | No | ||
| domain | No | Origin to assign (e.g. 'app.localhost:3000'). | |
| dryRun | No |