From 337c2a60d1e98a1e87a438a92ace92412a6098bb Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Mon, 13 Jul 2026 11:01:51 -0700 Subject: [PATCH] chore: initialize chorus repo --- .gitignore | 7 +++++++ README.md | 18 ++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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.