managarten/apps/memoro/apps/server
Till JS aa645c28fd feat(memoro/server): port meetings module to Hono/Bun (Phase 7)
- services/meetings.ts: proxy service for meeting-bot API + direct Supabase
  queries (bots, recordings, signed URLs, credit updates)
- routes/meetings.ts: authenticated routes — create/list/get/stop bots,
  list/get recordings, convert recording to memo via internal /api/v1/memos
- routes/meetings-webhooks.ts: HMAC-verified webhook handler for
  recording.completed / recording.failed events, in-memory idempotency
- index.ts: mount /api/v1/meetings (auth) and /meetings/webhooks (HMAC)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-01 10:55:03 +02:00
..
src feat(memoro/server): port meetings module to Hono/Bun (Phase 7) 2026-04-01 10:55:03 +02:00
package.json feat(memoro): add Hono/Bun server + audio-server (replaces NestJS) 2026-03-31 19:03:31 +02:00
tsconfig.json feat(memoro): add Hono/Bun server + audio-server (replaces NestJS) 2026-03-31 19:03:31 +02:00