replace_hard_coded_values
Replace hard-coded values in code with design tokens from the Optics Design System to maintain consistency and simplify updates.
Instructions
Replace hard-coded values with design tokens
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Code containing hard-coded values | |
| autofix | No | Whether to automatically fix the code (default: false) |