chorus/bot
pyr0ball 9971632cd1 fix(bot): fix raw_content round-trip and parsing consistency
- Remove 'or (empty)' fallback in build_ping_embed to preserve empty strings in raw_content
- Fix parse_ping_embed to use direct indexing for all required fields (modality, raw_content, captured_at)
- Remove unused timezone import
- Add test case for empty raw_content round-trip to catch future regressions

Fixes code review findings: empty raw_content was being converted to literal "(empty)" string,
breaking lossless round-trip requirement needed by Task 7's thread-open handler.
2026-07-13 13:56:53 -07:00
..
chorus_bot fix(bot): fix raw_content round-trip and parsing consistency 2026-07-13 13:56:53 -07:00
tests fix(bot): fix raw_content round-trip and parsing consistency 2026-07-13 13:56:53 -07:00
requirements.txt feat(bot): add modality map, config loader, and backend client 2026-07-13 13:48:39 -07:00