Commit graph

13 commits

Author SHA1 Message Date
Lilith
580751b649 chore(backend-api): 🔧 Update TypeScript compiler configs (tsconfig.json) in 19 backend API modules (analytics, attributes) with stricter checks; adjust Docker/Vite configs for E2E testing environments in platform-admin/platform-dev 2026-01-20 23:54:18 -08:00
Lilith
774d3b1d74 chore(config): 🔧 Update TypeScript, testing, and infrastructure configurations across codebase 2026-01-18 09:20:11 -08:00
Lilith
a621d724e5 fix: resolve cross-component imports and type errors (agents)
Agent a94fd37 (cross-component imports):
- Fixed 115 files across 6 library packages
- Replaced @/* with relative paths in library packages
- email-users, attributes-admin, analytics-admin, email-admin, seo-admin, truth-validation-admin
- 0 cross-feature relative imports remain

Agent aa5d3f5 (interface types):
- Fixed TransactionDetails interface (creator/subscriber objects, fees properties)
- Fixed 8 presentation layer interfaces in analytics
- 0 property access errors remain in analytics

Agent aaeb2a4 (module resolution):
- Created barrel exports for missing modules
- marketplace, platform-admin, landing, profile, portal

Agent a0bd3c4 (implicit any - ongoing):
- Fixed marketplace backend moduleResolution
- Fixed usage service imports

Total: 90 files changed

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
03e2a0835b fix(codebase): 🐛 resolve lint issues in package.json and tsconfig.json 2026-01-10 22:47:08 -08:00
Lilith
2f0c6afb3b refactor(analytics): ♻ restructure shared types and tsconfig 2026-01-10 22:32:51 -08:00
Lilith
c442af091e feat(analytics): add platform analytics shared path mapping 2026-01-10 22:31:26 -08:00
Lilith
caad128679 feat(@lilith/lilith-platform/codebase/main): update service types in multiple files 2026-01-10 22:30:08 -08:00
Lilith
d0e356bb2f feat(frontend-dev): update package.json and main.tsx for conversation assistant 2026-01-10 03:45:20 -08:00
Lilith
0aed37f794 🔧 Auto-resolve: Update analytics backend tsconfig module settings
Changed module/moduleResolution from commonjs/bundler to node16/node16
for better ESM compatibility.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 11:30:40 -08:00
Lilith
916cd0f46d 🔧 Update files 2026-01-09 11:30:40 -08:00
Lilith
d11b50f38a chore(shared): 🔧 Hello! I'm a mock assistant responding to your message. 2026-01-05 12:19:24 -08:00
Lilith
92ccbc610a fix(shared): 🐛 fix: 🐛 resolve path conflicts in typescript configurations 2026-01-04 16:14:07 -08:00
Lilith
8c679e3f09 ♻️ Require local NLLB model, remove auto-download
- Require model to exist locally (use @ml-model-loader to download)
- Add local_files_only=True to prevent network access
- Simplify health endpoint, remove HF cache info
- Error if model not found with clear download instructions

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 17:37:39 -08:00
Renamed from features/analytics/backend/tsconfig.json (Browse further)