{
  "_comment": "Static region manifest. Hand-edited only — no routine ever writes this file, because a file with more than one writer is a file that loses data. Each region's freshness lives inside its own <region>.json, which has exactly one writer. Adding a region means: add a row here, create <region>.json and <region>-past.json, write scripts/regions/<region>.md, and schedule its routine on a day no other region uses.",
  "_shared_shard": "national.json is a data file, not a menu choice: it holds events that are genuinely national or online-only, and EVERY region view loads it alongside its own file. It is marked menu:false so it never appears in the switcher. The switcher's 'National' entry is the region id `au`, which merges every live region — a different thing entirely, which is why it has a different id.",
  "home": "wa",
  "regions": [
    {
      "id": "wa",
      "label": "Western Australia",
      "short": "WA",
      "status": "live",
      "menu": true,
      "routine_day": "Monday"
    },
    {
      "id": "nsw",
      "label": "New South Wales",
      "short": "NSW",
      "status": "live",
      "menu": true,
      "routine_day": "Tuesday"
    },
    {
      "id": "qld",
      "label": "Queensland",
      "short": "QLD",
      "status": "live",
      "menu": true,
      "routine_day": "Wednesday"
    },
    {
      "id": "vic",
      "label": "Victoria",
      "short": "VIC",
      "status": "live",
      "menu": true,
      "routine_day": "Thursday"
    },
    {
      "id": "sa",
      "label": "South Australia",
      "short": "SA",
      "status": "live",
      "menu": true,
      "routine_day": "Saturday"
    },
    {
      "id": "national",
      "label": "National & online",
      "short": "National",
      "status": "live",
      "menu": false,
      "routine_day": "Friday"
    },
    { "id": "act", "label": "ACT", "short": "ACT", "status": "planned", "menu": true },
    { "id": "tas", "label": "Tasmania", "short": "TAS", "status": "planned", "menu": true },
    { "id": "nt", "label": "Northern Territory", "short": "NT", "status": "planned", "menu": true }
  ]
}
