Multi-channel communications hub for Books in Hand — aggregates BH/personal text, email, voice, Messenger, and more into one triage interface.
Find a file
pyr0ball d86cfd2d3d fix: preserve true message content in raw_content for attachment-only messages
Separate display snippet from raw_content: use actual message.content
for raw_content (which may be empty string) and only use the placeholder
string for the display snippet. This matches the precedent from Task 5's
ping.py where build_ping_embed must never substitute raw_content with a
placeholder, preserving the factual state of whether content was present.
2026-07-13 14:04:48 -07:00
backend feat(backend): add FastAPI routes for items 2026-07-13 13:43:09 -07:00
bot fix: preserve true message content in raw_content for attachment-only messages 2026-07-13 14:04:48 -07:00
.gitignore chore: initialize chorus repo 2026-07-13 11:01:51 -07:00
README.md chore: initialize chorus repo 2026-07-13 11:01:51 -07:00

Chorus

Multi-channel communications hub for Books in Hand.

Aggregates BH text, personal text, BH email, personal email, voice, Facebook Messenger, and ND messenger into a single triage interface, so Donna can coordinate with volunteers and donors without switching between apps.

Standalone client project for Books in Hand. Not part of the CircuitForge product line — no BSL tiering, no CircuitForge license server integration.

Design spec and implementation plan live in a separate private planning repo (circuitforge-plans/books-in-hand/superpowers/) and won't always be available to whoever is working in this repo.

Status

Design in progress.