diff --git a/README.md b/README.md index ab630d0..98e1d7d 100644 --- a/README.md +++ b/README.md @@ -68,11 +68,11 @@ npm run dev - [x] Slash commands (registration, autocomplete) - [x] Incoming webhooks (create, execute) - [x] Example bots (modbot, welcome bot) +- [x] TUI client (Bubbletea, vim-style, voice support) - [ ] Push notifications (backend VAPID keys needed) - [ ] Roles & permissions system - [ ] REST API documentation (OpenAPI/Swagger) - [ ] WebAuthn passkeys (future) -- [ ] TUI client (Phase 5) ## Project Structure @@ -81,7 +81,7 @@ dumpsterChat/ ├── cmd/ │ ├── server/ # Main API + WebSocket gateway │ ├── migrate/ # Database migration CLI -│ └── tui/ # Terminal client (Phase 5) +│ └── tui/ # Terminal client (Bubbletea) ├── internal/ │ ├── auth/ # Registration, login, sessions, profiles │ ├── channel/ # Channel CRUD handlers