Run the checker on Windows
Option A — interactive
cd C:\code\github.com\dev-centr\agentic-email-integration
$env:CURSOR_API_KEY = "cursor_..."
pnpm aei watch
Option B — Task Scheduler
-
Create a task that runs at logon (or on a schedule).
-
Action: start
pnpm.cmdwith argumentsaei watch -c %APPDATA%\agentic-email-integration\config.json5. -
Start in: the repo directory (or a global
aeiinstall path). -
Use your user account so Himalaya/ortie can reach your token broker and secret store.