← back to York Reprice 2026 08

cadence/com.steve.york-publish-cadence.plist

27 lines

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>Label</key><string>com.steve.york-publish-cadence</string>
  <key>ProgramArguments</key><array>
    <string>/opt/homebrew/bin/node</string>
    <string>/Users/macstudio3/Projects/york-reprice-2026-08/publish-632.mjs</string>
    <string>--apply</string>
    <string>--i-am-steve</string>
    <string>--limit=100</string>
  </array>
  <key>WorkingDirectory</key><string>/Users/macstudio3/Projects/york-reprice-2026-08</string>
  <!-- Weekly: Monday 07:00 local. Publishes up to 100 DRAFT->ACTIVE per run,
       holds the 11 settlement-REVIEW flags, idempotent (skips already-ACTIVE).
       ~7 runs to exhaust the 621 phase1 eligible set. -->
  <key>StartCalendarInterval</key><dict>
    <key>Weekday</key><integer>1</integer>
    <key>Hour</key><integer>7</integer>
    <key>Minute</key><integer>0</integer>
  </dict>
  <key>RunAtLoad</key><false/>
  <key>StandardOutPath</key><string>/Users/macstudio3/Projects/york-reprice-2026-08/cadence/data/publish-cadence.log</string>
  <key>StandardErrorPath</key><string>/Users/macstudio3/Projects/york-reprice-2026-08/cadence/data/publish-cadence.err</string>
</dict>
</plist>