← back to Homebuyer Claim Helper
poller.mjs
7 lines
// Poller: watches for the A.B. Data claim-confirmation email. Uses George's MCP gmail
// path (run by an agent) OR George HTTP search if available. For now it documents the
// query to run and marks data/submitted.flag when a confirmation is confirmed by hand.
// Query: from:(abdata OR "A.B. Data" OR homebuyerlitigation) subject:(claim OR confirmation)
console.log('poller: search steve-personal Gmail for from:(abdata OR homebuyerlitigation) (claim OR confirmation)');
console.log('when confirmed, `touch data/submitted.flag` to stop deadline reminders.');