uxpass_register_pack
Register a UXPass pack from a YAML string. Validates required keys and persists the pack, returning an assigned pack_id for later use.
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 |