{
  "kind": "letbe-automate-automation",
  "version": 1,
  "title": "Grab an earlier appointment",
  "goal": "Watch my booking page. I already hold an appointment, written in my rules. If a slot opens that is earlier and matches my rules, select it and go through the rebooking in my signed-in session, then stop at the final confirmation and wait for me.",
  "siteOrigin": "https://www.example.com",
  "startUrl": "https://www.example.com/replace-with-your-booking-page",
  "mode": {
    "kind": "watch"
  },
  "level": "stop_at_last",
  "caps": {
    "maxMinutesPerRun": 15,
    "offLimits": [
      "Never cancel or release my current appointment on your own.",
      "Never book anything that is not earlier than what I hold."
    ]
  },
  "guide": "# My rules\n- My current appointment: [date and time here].\n- Times that suit me: [for example, weekday mornings].\n- Location or branch that suits me: [write it here].\n- If the site asks to cancel my current appointment before booking the new one, stop and ask me.",
  "gestures": []
}
