From 13cdd6d8b59c7cde330a643551facf84763b32c9 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 28 Feb 2026 03:02:56 +0000 Subject: [PATCH] Document SEND_INTRO_MESSAGE in README config table https://claude.ai/code/session_017eMsVwUopgmnEyd6JJedpV --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 567f7e2..e1d99a9 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ All configuration is via environment variables (see `.env.example`): | `MIN_DEAL_RATING` | No | 8.0 | Minimum CheapShark deal rating (0-10) | | `MIN_DISCOUNT_PERCENT` | No | 50 | Minimum discount percentage | | `MAX_PRICE_USD` | No | 20 | Maximum sale price in USD | +| `SEND_INTRO_MESSAGE` | No | false | Send "The deals must flow." to the room on startup | | `DATABASE_PATH` | No | deals.db | Path to SQLite database file | ## Preflight Check