nexus/packages
Nexus Dev 66bbfbf766 feat(26-04): create push_subscriptions schema, migration, pushService, and push routes
- Add push_subscriptions pgTable with endpoint, p256dh, auth, userId, companyId, deviceLabel
- Add 0055_create_push_subscriptions.sql migration with CREATE TABLE and endpoint index
- Export pushSubscriptions from schema/index.ts
- Create pushService with initVapid, getVapidPublicKey, saveSubscription, removeSubscription, sendPushToAll
- sendPushToAll auto-deletes stale subscriptions on 410/404 response
- Create pushRoutes: GET /vapid-public-key, POST /subscribe, DELETE /subscribe
- Mount /api/push routes and call initVapid() in app.ts with graceful skip
- Install web-push and @types/web-push
2026-04-04 03:55:48 +00:00
..
adapter-utils [nexus] feat(18-01): implement adapter skill config resolver 2026-04-04 03:55:42 +00:00
adapters Merge branch 'master' into add-gpt-5-4-xhigh-effort 2026-03-31 06:19:26 -05:00
branding feat(01-foundation-01): scaffold branding package with VOCAB constant and tests 2026-04-04 03:55:41 +00:00
db feat(26-04): create push_subscriptions schema, migration, pushService, and push routes 2026-04-04 03:55:48 +00:00
plugins Add plugin telemetry bridge capability 2026-04-02 10:47:29 -05:00
shared feat(25-06): merge git file service and history endpoint from worktree 2026-04-04 03:55:48 +00:00