## Description After all API keys are configured, run a full end-to-end test of the Telegram bot and edge functions. ## Test checklist - [ ] `npm run dev` or `./start.sh` launches all services - [ ] Telegram bot responds to `/start` and `/help` - [ ] `/scout <query>` returns real results - [ ] `/digest` command works - [ ] Natural language detection triggers scout/apply flows - [ ] Webhook secret auth works (telegram-bot/index.ts) - [ ] Rate limiting kicks in for excessive requests - [ ] Dashboard at localhost:3000 loads ## Notes Requires the following to be done first: - All API keys configured - `supabase start` run and local credentials in `.env`
Description
After all API keys are configured, run a full end-to-end test of the Telegram bot and edge functions.
Test checklist
npm run devor./start.shlaunches all services/startand/help/scout <query>returns real results/digestcommand worksNotes
Requires the following to be done first:
supabase startrun and local credentials in.env