# Controles plurales

Ejecutados con GPT-OSS 20B, `think=low`, mediante Chromium real y `commandsExperimental`:

| Caso | Comando | Tiempo ms |
|---|---|---:|
| move | `move target:selection dx:0 dy:5` | 1742 |
| resize | `resize target:selection scaleX:0.5 scaleY:0.5` | 1366 |
| align | `align target:selection mode:left` | 1068 |
| distribute | `distribute target:selection mode:horizontal` | 1145 |
| duplicate | `duplicate target:selection` | 946 |
| delete | `delete target:selection` | 1062 |
| setProperty | `setProperty target:selection property:cTextColor value:#ff0000` | 1250 |

Las siete respuestas tuvieron shape `{"commands":[...]}` válida y no requirieron cambios en la fachada.
