{ "id": "move-meeple-001", "name": "Move Meeple", "description": "Move a meeple from one position to another on the board", "steps": [ { "action": "updatePlacementPosition", "params": { "placementId": "placement-red-1", "position": { "x": 5, "y": 2 } } } ], "metadata": { "version": "1.0", "category": "action", "playerCount": 1 } }