{
  "apps": [
    {
      "name": "clawless",
      "script": "bash",
      "args": "-c 'clawless'",
      "interpreter": "none",
      "instances": 1,
      "exec_mode": "fork",
      "watch": false,
      "autorestart": true,
      "max_restarts": 10,
      "min_uptime": "10s",
      "max_memory_restart": "500M",
      "env": {
        "NODE_ENV": "production",
        "CLI_AGENT": "gemini"
      },
      "error_file": "./logs/err.log",
      "out_file": "./logs/out.log",
      "log_date_format": "YYYY-MM-DD HH:mm:ss Z",
      "merge_logs": true
    }
  ]
}
