Reference
cdp_repair_action
Repair a learned action using a fresh snapshot from the exact authority-bound device and capability-bound native runner.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
actionId | string | Yes | Owned action id; resolves one .yaml or .yml file. | ||
failedSelector | unknown | Yes | |||
projectRoot | string | No | Override project root (default: process.cwd()). | ||
threshold | unknown | No | min: 0, max: 1 | ||
dryRun | unknown | No | |||
agentReasoning | unknown | No | |||
platform | unknown | No | Authority-bound platform; conflicting values are refused | ||
deviceId | unknown | No | Authority-bound exact device identifier; normally injected by the session | ||
appId | unknown | No | Authority-bound app identifier; normally injected by the session |
cdp_repair_action(actionId: <string>, failedSelector: <unknown>)