commit 337c2a60d1e98a1e87a438a92ace92412a6098bb Author: pyr0ball Date: Mon Jul 13 11:01:51 2026 -0700 chore: initialize chorus repo diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d8bf628 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.env +.venv/ +__pycache__/ +*.pyc +node_modules/ +dist/ +.DS_Store diff --git a/README.md b/README.md new file mode 100644 index 0000000..194bba6 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# 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.