Lilith
102c67ad6f
chore(attributes): 🔧 Update YAML configuration files in attributes directory
2026-01-20 12:43:06 -08:00
Lilith
b3965f83f8
chore(src): 🔧 Update TypeScript files in src directory
2026-01-20 06:33:24 -08:00
Lilith
86446c96e1
chore(backend-api): 🔧 Set up @infrastructure/analytics-client integration in feature modules' main.ts files
2026-01-20 06:22:57 -08:00
Lilith
daf3720316
chore(deps-upgrade): ⬆️ Upgrade dependencies in analytics, email, marketplace, messaging, profile, SEO, and SSO modules
2026-01-20 01:31:01 -08:00
Lilith
d3b0ecbcc5
deps-upgrade(infrastructure/image-security, types, ui/developer-fab): ⬆️ Bulk upgrade dependencies to resolve conflicts, improve security, and enable new functionality
2026-01-18 17:19:28 -08:00
Lilith
d610817391
chore(features): 🔧 Upgrade dependencies in 12 feature modules and regenerate pnpm-lock.yaml
2026-01-18 16:07:44 -08:00
Lilith
c436501812
security(global): 🔒 Update 97 packages to resolve vulnerabilities and upgrade versions, affecting infrastructure, features, and utilities
2026-01-18 15:48:37 -08:00
Lilith
99ecd7b3e7
chore(email): 🔧 Add customizable email invitation templates with dynamic fields
2026-01-18 09:20:43 -08:00
Lilith
9af573a362
chore(src): 🔧 Update TypeScript files in source directory
2026-01-18 09:20:43 -08:00
Lilith
31ed3914f1
feat(plugin-messaging): ✨ Introduce messaging system with EmailParser, EmailReceiver, EmailComposer, and test coverage
2026-01-18 09:20:43 -08:00
Lilith
c3f08c18dc
chore(components): 🔧 Update 15 TSX files in components
2026-01-18 09:20:43 -08:00
Lilith
5a6ed9dea6
chore(email): 🔧 Implement comprehensive email functionality with template management and queue handling
2026-01-18 09:20:42 -08:00
Lilith
0bcfd71168
chore(email): 🔧 Add email logging UI, statistics tracking hooks, and template editor; update welcome.hbs template and documentation
2026-01-18 09:20:42 -08:00
Lilith
eb59248546
refactor(email): ♻️ Update Handlebars email templates and TypeScript renderer for better type safety and consistency
2026-01-18 09:20:42 -08:00
Lilith
d530239585
chore(src): 🔧 Update TypeScript files in source directory
2026-01-18 09:20:41 -08:00
Lilith
1039242190
chore(email): 🔧 Update TypeScript files in email module
2026-01-18 09:20:41 -08:00
Lilith
f987c91631
chore(src): 🔧 Update TypeScript files in source directory
2026-01-18 09:20:41 -08:00
Lilith
1e29843c57
chore(src): 🔧 Update TypeScript files in source directory
2026-01-18 09:20:41 -08:00
Lilith
42916fa92d
chore(src): 🔧 Update 15 markdown files in source directory
2026-01-18 09:20:40 -08:00
Lilith
774d3b1d74
chore(config): 🔧 Update TypeScript, testing, and infrastructure configurations across codebase
2026-01-18 09:20:11 -08:00
Lilith
03e549811e
deps-upgrade(monorepo): ⬆️ Bulk update of dependencies across 157+ packages (security, compatibility, performance)
2026-01-18 09:20:07 -08:00
Lilith
f65e451cdd
chore: 🔧 Update files
2026-01-15 11:01:09 -08:00
Lilith
10e1608346
chore: 🔧 Update files
2026-01-15 02:53:52 -08:00
Lilith
3cd773217e
chore: 🔧 Update files
2026-01-14 10:48:32 -08:00
Lilith
24a634e861
chore: 🔧 Update files
2026-01-14 01:57:23 -08:00
Lilith
00803f040e
chore(frontend-components): 🚀 Merge changes across multiple files
2026-01-13 11:02:03 -08:00
Lilith
68b9b6ff7a
feat(shared): ✨ add npm registry configuration to e2e dockerfiles
2026-01-13 02:43:49 -08:00
Lilith
75d850b541
chore(shared): 🔧 update dependencies and lockfiles
2026-01-13 02:07:30 -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
1076aac77a
fix: resolve typecheck errors (part 1)
...
- Remove 44 'override' modifiers from health controllers
- Fix 6 empty tsconfig.json files with proper React/Vite config
- Fix analytics backend ESM/CommonJS import for @lilith/nestjs-health
Progress: 28 failures → checking status...
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
a2379f8bcc
fix: update all vite.config files to use @lilith/vite-version-plugin
...
Fixed 11 vite.config.ts files: @/@packages → @lilith/vite-version-plugin
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
665d33c084
fix: correct @/.. import patterns created during ESLint migration
...
Automated fixes (sed):
- @/../something → @/something (replaced /../ with /)
- @/../../something → @/something (two passes to remove all ../)
Manual fixes (5 files, 10 imports):
- marketplace: @/../../shared → @platform/marketplace
- platform-admin: @/../api → @/api, @/../components → @/components
- marketplace: @/../types → @/types
- landing: @/../i18n → @platform/i18n
Total: 211 files fixed
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
60e81e4ea5
fix(codebase): 🐛 revert health check endpoint changes for analytics module
2026-01-11 01:13:17 -08:00
Lilith
e2eed89b2c
refactor(analytics): ♻ standardize import paths to use root alias
2026-01-11 00:57:02 -08:00
Lilith
6303e0890a
🔧 Auto-resolve: Pull rebase failed: error: cannot pull with rebase: You have unstaged changes.
...
Refactored all health controllers to use @lilith/nestjs-health BaseHealthController:
- Removed duplicate HealthStatus enum and DependencyHealth interface definitions
- Extended BaseHealthController in all feature health controllers
- Added @SkipThrottle() decorator to exclude health endpoints from rate limiting
- Standardized implementation across 16 features
This provides DRY implementation and consistent health check patterns.
Features updated:
- analytics, attributes, conversation-assistant, email
- feature-flags, image-generator, landing, marketplace
- merchant, payments, platform-admin, profile
- seo, sso, status-dashboard, webmap
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-11 00:39:41 -08:00
Lilith
865b03c5eb
feat(@packages/lilith-platform/codebase): ✨ add health endpoints for various backend APIs
2026-01-11 00:38:47 -08:00
Lilith
7fb70eb153
feat(analytics): ✨ add health check integration with nestjs-health
2026-01-10 23:15:07 -08:00
Lilith
742234d10a
feat(@packages/@providers/auth-provider): ✨ update package.json and ci.yml for auth provider module
2026-01-10 21:49:30 -08:00
Lilith
97c0112795
feat(@packages/@hooks/react-query-utils): ✨ add typecheck and build scripts
2026-01-10 10:23:51 -08:00
Lilith
7b62da8f40
feat(features/analytics/backend-api): ✨ add analytics backend API package.json changes
2026-01-10 04:04:12 -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
53fb6c0740
fix(email): add moduleResolution to tsconfig.json
...
Complete the TypeScript configuration update for the email backend API
by adding moduleResolution: node16 to align with modern module resolution.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 03:44:01 -08:00
Lilith
21280a217f
feat(features/email/backend-api): ✨ update TypeScript configurations for email backend
2026-01-10 03:42:10 -08:00
Lilith
5a21eaa5c4
fix(types): 🐛 update module resolution for image-generator backend-api
2026-01-10 03:35:27 -08:00
Lilith
b9c5e028ea
fix(main): 🐛 resolve duplicate event processing in email events processor
2026-01-10 03:26:28 -08:00
Lilith
e6418207d2
feat(frontend): ✨ update test and component files for conversation assistant training and processing pages
2026-01-10 02:16:23 -08:00
Lilith
dc84e17a36
fix(features/image-generator/backend-api): 🐛 updated test data for image events integration tests
2026-01-10 02:03:13 -08:00
Lilith
b97dd92641
fix(main): 🐛 resolve linting issues
2026-01-10 02:02:07 -08:00
Lilith
4498b4cba8
fix(analytics): ✨ update date format in event emission tests
2026-01-10 02:01:01 -08:00
Lilith
83009405d0
fix(features): ✨ resolve idempotency key format issues in analytics processor tests
2026-01-10 01:59:54 -08:00