uxpass_register_pack
Register a UXPass pack by validating a YAML string with required fields. Persist the pack to obtain a pack_id for use with uxpass_run.
Instructions
Register a UXPass pack from a YAML string. Validates the basic shape (required keys: name, url, viewports, themes, hats, synthesiser, budgets, remediation) and persists the pack so uxpass_run can reference it by name. Returns the assigned pack_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pack_yaml | Yes | Full pack definition as a YAML string |