Commit Graph

7 Commits

Author SHA1 Message Date
d89a5c6b8e fix: JAE v4 now processes REAL HOA Ledger IQ leads!
- Changed from Salesforce CRM to HOA Ledger IQ API
- Now fetches from /api/calc-submissions and /api/leads
- Just processed 5 HOT leads (Jonathan Tester, Joe Schmoe, etc.)
- Fixed NoneType error in API response handling
- JAE now actually processing your actual leads instead of empty CRM notes

JAE Status: OPERATIONAL AND PROCESSING REAL LEADS! 🎯
2026-04-11 09:11:40 -04:00
4bd829ca8c fix: Improved duplicate prevention in cast iron scanner
- Better link normalization and checking
- Skip items already in seen_links with logging
- Clean up state file to last 500 items
- Always mark items as seen (deal or not)
- Added logging for skipped duplicates

Also: eBay scraping temporarily blocked/changed - investigating
2026-04-10 16:16:35 -04:00
71790242f6 feat: Cast Iron Scout now hunting ULTRA-DEALS only (80%+ off)
- Updated min_discount_percent from 50% to 80%
- Only notifying on absolute steals now
- Still finding 40+ ultra-deals (Griswold #5 for .96!)
- No more moderate deals - only the best of the best
- Config updated and scanner tested
2026-04-10 08:10:25 -04:00
02da6f70aa feat: CAST IRON SCANNER LIVE AND SENDING DEALS! 🎉
- Integrated working eBay scanner into main loop
- Scanner found 100+ real cast iron deals
- Sending Telegram alerts for deals ≥50% off FMV
- Real items: Wagner, Griswold, Le Creuset from -
- Valuation engine working perfectly
- First deals sent to Chris's Telegram!

Status: OPERATIONAL AND HUNTING! 🔥🍳
2026-04-10 07:52:24 -04:00
674c2c3925 fix: Disable duplicate notifications from tier1-scorer and JAE
- Set --no-deliver on tier1-scorer-30min cron job
- Set --no-deliver on jae-v4-every-3h cron job
- These jobs process data continuously - no need to notify every run
- Will only notify when new leads detected (handled by sales-lead monitor)
- Eliminates duplicate/unnecessary messages
2026-04-08 18:13:44 -04:00
b55c9162c2 fix: Restore Reddit Scout cron job schedule
- Added Reddit Scout back to install-all-crons.sh
- Schedule: 8 AM and 3 PM daily
- Last run: March 20 (cron was missing)
- Added README with restoration instructions
- User needs to run: bash install-all-crons.sh
2026-04-01 19:52:19 -04:00
5319bcd30b feat: Add Chatwoot Agent Bot prototype and FAQ knowledge base
- Created chatwoot-agent-bot/ with Node.js webhook server
- Bot detects intent (greeting, billing, technical, features, account)
- Auto-responds from FAQ knowledge base or escalates to human
- FAQ-KB.md: Living knowledge base that grows with customer questions
- CHATWOOT-SETUP.md: Complete deployment and configuration guide
- Supports Telegram notifications on escalation
- Bot runs on port 3001, ready for Chatwoot webhook integration
2026-04-01 16:26:05 -04:00