From 4a9e0c1f76934153f6267b131726fdb34c287a63 Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Sun, 28 Jun 2026 17:54:12 -0400 Subject: [PATCH] Update README: Phase 6 features --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 98e1d7d..f2a5b62 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,12 @@ npm run dev - [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 +- [x] Roles & permissions system +- [x] Push notification backend (VAPID) +- [x] WebAuthn passkey scaffolding +- [ ] Push notification frontend integration (needs VAPID keys) - [ ] REST API documentation (OpenAPI/Swagger) -- [ ] WebAuthn passkeys (future) +- [ ] WebAuthn passkeys (frontend) ## Project Structure @@ -97,7 +99,9 @@ dumpsterChat/ │ ├── reaction/ # Message reactions │ ├── invite/ # Server invite links │ ├── bot/ # Bot framework, auth, commands -│ └── webhook/ # Incoming webhooks +│ ├── webhook/ # Incoming webhooks +│ ├── push/ # Push notification sender (VAPID) +│ └── permissions/ # Permission bitflags and checker ├── examples/ # Example bots │ ├── modbot/ # Moderation bot │ └── welcome/ # Welcome message bot