{
  "$schema": "hasna.station_roster.v1",
  "machineId": "station01",
  "applyMode": "manual",
  "tickSeconds": 60,
  "settleSeconds": 90,
  "batchSize": 3,
  "maxActiveAgents": 12,
  "leaseSeconds": 300,
  "backoff": {
    "maxAttempts": 3,
    "windowMinutes": 60
  },
  "gate": {
    "minMemAvailableGb": 30,
    "maxSwapUsedGb": 12,
    "maxPsiFullAvg60": 5,
    "maxSwapGrowthGbPerBatch": 2
  },
  "conversations": {
    "channel": "REPLACE_WITH_STATION_OPS_CHANNEL"
  },
  "todos": {
    "project": "REPLACE_WITH_TODOS_PROJECT"
  },
  "functionalChecks": ["todos", "conversations"],
  "entries": [
    {
      "id": "REPLACE_WITH_SEAT_ID",
      "target": "agents:0.1",
      "profile": "REPLACE_WITH_ACCOUNTS_PROFILE",
      "heartbeatPath": "/home/hasna/.hasna/accounts/heartbeats/REPLACE_WITH_SEAT_ID.json",
      "heartbeatFreshSeconds": 120,
      "memoryHigh": "4G",
      "memoryMax": "6G",
      "memorySwapMax": "0G"
    }
  ]
}
