chorus/bot
pyr0ball 240279f95b refactor: eliminate redundant truncation in email_ingest and fix em dash
- Replace em dash with hyphen in thread_ingest.py user message (feedback_no_emdash.md)
- Remove duplicate truncation logic in email_ingest.py (lines 12-17 and _truncate_for_embed method)
- Consolidate truncation responsibility to ping.py's _safe_field_value as single source of truth
- This prevents email_ingest's marker from being re-truncated by ping.py's defensive catch-all
2026-07-13 15:08:35 -07:00
..
chorus_bot refactor: eliminate redundant truncation in email_ingest and fix em dash 2026-07-13 15:08:35 -07:00
tests fix: prevent Discord embed field 400s from empty/oversized values 2026-07-13 15:01:23 -07:00
Dockerfile feat(bot): add subscribe/unsubscribe commands and bot bootstrap 2026-07-13 14:16:28 -07:00
requirements.txt feat(bot): add modality map, config loader, and backend client 2026-07-13 13:48:39 -07:00