{
  "name": "Paren Pulse \u2014 weekly snapshot to #Data",
  "settings": {
    "timezone": "America/New_York",
    "executionOrder": "v1"
  },
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "cronExpression",
              "expression": "0 8-23 * * 1"
            },
            {
              "field": "cronExpression",
              "expression": "0 6-11 * * 2"
            }
          ]
        }
      },
      "id": "schedule-mon-tue",
      "name": "Mon hourly + Tue AM (ET)",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.2,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "command": "cd \"$PAREN_PULSE_DIR\" && node bin/post-weekly.ts"
      },
      "id": "post-weekly",
      "name": "post-weekly.ts (freshness + post-once)",
      "type": "n8n-nodes-base.executeCommand",
      "typeVersion": 1,
      "position": [
        520,
        300
      ]
    }
  ],
  "connections": {
    "Mon hourly + Tue AM (ET)": {
      "main": [
        [
          {
            "node": "post-weekly.ts (freshness + post-once)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}