Commit graph

10 commits

Author SHA1 Message Date
Lilith
3539883029 feat(src): Add new TypeScript utility functions, refactor core logic, update API response handling, and enhance error boundary in 4 src files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:52:29 -08:00
Lilith
370e629942 test(src): Update TypeScript test coverage in 17 src files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:42:57 -08:00
Lilith
2da43e3b31 chore(config): 🔧 Update documentation files (IMPLEMENTATION_SUMMARY.md, README.md) to reflect latest project changes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 19:08:10 -08:00
Lilith
6dda4847bd chore(email,webmap/shared): 🔧 Update docs & test helpers for email backend API tests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 19:02:27 -08:00
Lilith
dcae150ea6 chore: snapshot before monorepo consolidation
Capture current working state before converting platform-codebase
into a submodule of the lilith-platform monorepo.
2026-01-29 07:04:30 -08:00
Lilith
00149f5997 chore(src): 🔧 Update TypeScript files in src directory (9 files) 2026-01-23 18:34:24 -08:00
Lilith
3d6aa1c7c6 chore(webmap/seeders): 🔧 Add TSX loader, improve config handling, update seed generation logic, and document deployment examples 2026-01-23 17:53:12 -08:00
Lilith
d5f82efa6a chore(src): 🔧 Update TypeScript files in src directory 2026-01-23 17:47:53 -08:00
Lilith
906460d7c4 chore(src): 🔧 Update TypeScript files in source directory 2026-01-18 09:21:36 -08:00
Quinn Ftw
0167af841c fix(conversation-assistant): chunked sync and remove body size limits
- Chunk messages into batches of 25 to avoid any payload limits
- Remove nginx body size limit (client_max_body_size 0)
- Add NestJS body-parser with 500mb limit as safety net
- Increase proxy timeouts for large syncs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 03:54:50 -08:00