{
  "daemon": {
    "default_mode": "autopilot",
    "max_runtime_hours": 24,
    "checkpoint_on_wave_complete": true,
    "heartbeat_interval_seconds": 30,
    "stall_threshold_minutes": 30,

    "notifications": {
      "system": true,
      "sound": true,
      "webhook": null
    },

    "notify_on": {
      "start": false,
      "checkpoint": true,
      "complete": true,
      "error": true,
      "stall": true
    },

    "cleanup": {
      "auto_clean_completed_days": 7,
      "keep_audit_logs": true
    }
  }
}
