configure
Configure a codebase for browser testing by detecting its framework, running server, and auth method. Idempotent setup preserves existing VIBE.md and vibe.config.json files.
Instructions
Idempotently configure a project and detect its framework, running server, and authentication method. Existing VIBE.md and vibe.config.json files are preserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Optional application URL. If omitted, project configuration and bounded local server detection are used. | |
| codebase_path | Yes | Absolute path to the project root directory. |