{
  "name": "monitor",
  "description": "Scheduled monitoring daemon. Runs on a cron schedule, checks system health, logs status, and alerts on anomalies.",
  "model": "anthropic/claude-haiku-4-5",
  "temperature": 0.2,
  "memory": {
    "enabled": true,
    "maxLines": 200
  },
  "skillDiscovery": false,
  "modes": {
    "daemon": {
      "enabled": true,
      "cron": "*/15 * * * *",
      "maxIterations": 15,
      "maxDurationSeconds": 120,
      "conflictPolicy": "skip",
      "heartbeatFile": ".veil/heartbeats/monitor.md",
      "alertRouting": "assistant",
      "tools": [
        "bash",
        "read_file", "write_file",
        "glob",
        "memory_read", "memory_write",
        "log_write",
        "agent_message"
      ],
      "permissions": {
        "deny": ["bash(rm *)", "bash(sudo *)"]
      }
    }
  }
}
