managarten/apps/chat/.agent/memory.md
2025-12-17 15:56:59 +01:00

380 B

Chat App - Memory

Auto-updated with learnings from code changes.

Recent Updates

No updates yet.

Known Issues

None documented.

Implementation Notes

  • Backend runs on port 3002
  • Uses OpenRouter for all AI models (single API key)
  • Database: PostgreSQL with Drizzle ORM
  • Auth: Mana Core Auth (JWT EdDSA)
  • Models seeded via pnpm --filter @chat/backend db:seed