Reference
cdp_login_prologue
Fail-stop user-login helper: replay the exact action and require a fresh passing RunRecord; failure blocks exploratory fallback mutations, and a pass is not PR proof.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
projectRoot | string | No | Override project root (default: process.cwd()). | ||
platform | `enum: ios | android` | No | ||
appFile | string | No | iOS app artifact for clearState actions. | ||
timeoutMs | number | No | Saved-action timeout in milliseconds. | ||
trigger | `enum: agent | ci | human` | No | |
params | Record<string, unknown> | No | String user-login bindings. |
cdp_login_prologue()