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 cee0dcd36a fix: give each kanban board tab a persistent tabpanel for ARIA compliance
Inactive tabs' aria-controls pointed at an ID that only existed for the
active board, and the one existing tabpanel wrapped just the breadcrumb
text instead of the actual columns/cards. Render all four board panels
always in the DOM with v-show instead of v-if so every tab's
aria-controls resolves to a real, persistent panel wrapping its real
content, per the WAI-ARIA Tabs pattern.
2026-07-14 13:18:11 -07:00
backend feat: add direction field and outbound stage set to Chorus items 2026-07-13 19:01:01 -07:00
bot fix: forward screenshot/attachment URLs into the inbox ping instead of dropping them 2026-07-14 11:45:09 -07:00
docs docs: add manual end-to-end smoke test checklist 2026-07-13 14:50:13 -07:00
frontend fix: give each kanban board tab a persistent tabpanel for ARIA compliance 2026-07-14 13:18:11 -07:00
.env.example chore: add docker-compose stack and Caddy config for deployment 2026-07-13 14:36:37 -07:00
.gitignore chore: ignore .worktrees directory 2026-07-13 18:30:05 -07:00
Caddyfile.snippet chore: minor fixes from final review (Dockerfile reproducibility, Caddy directive, em dash) 2026-07-13 15:01:46 -07:00
docker-compose.yml chore: join caddy-proxy network for reverse proxy, unbuffer bot stdout for docker logs 2026-07-14 11:07:26 -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.