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
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
3cc5a4fd17
feat(feature-flags): ✨ Add comprehensive feature flag system with backend API service, frontend components/hooks (FlagCard, useFeatureFlag), and configuration support
2026-01-18 09:20:44 -08:00
Lilith
33468449ff
feat(feature-flags/backend-api/flags): ✨ Introduce feature flag management system with CRUD operations, audit logging, health checks, and configurations
2026-01-18 09:20:44 -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
00803f040e
chore(frontend-components): 🚀 Merge changes across multiple files
2026-01-13 11:02:03 -08:00
Lilith
589d8df10d
fix(codebase): 🛠 resolve file type changes and update dependencies
2026-01-13 05:27:23 -08:00
Lilith
36fa3254dd
feat(marketplace): ✨ update redirect logic and sound for landing page
2026-01-13 05:21:57 -08:00
Lilith
75d850b541
chore(shared): 🔧 update dependencies and lockfiles
2026-01-13 02:07:30 -08:00
Lilith
f1fe86bb01
fix: complete typecheck error fixes - all 4 agents
...
Agent a3a8896 (Tier 1 Backends - 10 features):
- Fixed marketplace, payments, image-generator, platform-admin, seo backends
- Added override modifiers, type assertions, Express request types
- Created missing barrel exports
Agent a279690 (Tier 2 Large Frontends - 3 features):
- Fixed infrastructure (barrel exports, path mappings, type aliases)
- marketplace providers, platform-admin paths, analytics types
- Identified: 54% of errors in published @lilith/* packages (blocker)
Agent a60bc73 (Tier 3 Medium Frontends - 3 features):
- Identified all errors in node_modules (UI packages)
- BLOCKER: Must fix @lilith/ui-* packages first
Agent aa38547 (Tier 4 Small Frontends - 8 features):
- Fixed attributes, feature-flags, profile, portal, seo types
- Removed logVersionBanner references
- Fixed circular dependencies in type exports
Total: 41 files across all tiers
Key Finding: ~6,400 errors (54%) in @lilith/* packages at ~/Code/@packages/
Need to fix UI packages at source before continuing
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
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
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
a3017a9953
🔧 Auto-resolve: Pull rebase failed: error: cannot pull with rebase: You have unstaged changes.
...
- Add HealthController imports to 6 feature app.module.ts files
- Improve eslint.config.js with better ignores and documentation
- Remove .backup files (violate no-backup policy)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-10 23:16:13 -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
d0e356bb2f
feat(frontend-dev): ✨ update package.json and main.tsx for conversation assistant
2026-01-10 03:45:20 -08:00
Lilith
fae09319d8
fix(types): 🐛 resolve module resolution issues in various backend API files
2026-01-10 03:43:17 -08:00
Lilith
fbe81746da
🔧 Update files
2026-01-09 11:22:20 -08:00
Lilith
8f8e4663b3
🔧 Auto-resolve: Pull rebase failed: error: cannot pull with rebase: You have unstaged changes
...
- Bump @lilith/service-addresses from ^2.0.0 to ^2.0.1 across features
- Update pnpm-lock.yaml to reflect dependency changes
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-09 11:22:20 -08:00
Lilith
6e832782df
✨ Add new files
2026-01-09 11:22:19 -08:00
Lilith
f32e008db1
fix(codebase): 🛠 resolve linting issues in key files
2026-01-04 06:24:35 -08:00
Lilith
bffa25b2e5
♻️ Refactor backend services to use @lilith/service-nestjs-bootstrap
...
Replace boilerplate NestJS bootstrap code with standardized bootstrap helper:
- analytics, attributes, conversation-assistant, email, feature-flags
- image-generator, landing, marketplace, profile, seo, sso
Benefits: Consistent CORS, Swagger, validation, and error handling across all services
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 20:04:00 -08:00
Lilith
e943d83fe1
🔧 Fix TypeScript, test, and ESLint errors across codebase
...
- Fix TS7030 errors in analytics hooks (useEffect return consistency)
- Fix image-generator test mock and height tolerance assertion
- Fix truth-validation tests (createOllamaProvider mock, model name)
- Add ESLint 9 flat config files for 22 packages missing them
- Add @eslint/js and typescript-eslint deps for flat config support
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 22:15:50 -08:00
Lilith
92767ed5b2
🔧 Update package.json names for directory renames
...
- Update package names to match new backend-api/frontend-admin/frontend-public structure
- Update docker-compose service references
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 17:41:25 -08:00
Lilith
a9c976408b
♻️ Refactor validate-locales with --fix and i18n integration
...
- Add --fix mode to auto-correct issues using i18n truth-validation
- Add --semantic flag for optional semantic service validation
- Add --dry-run flag for preview without writing
- Separate validate:locales (fast), validate:locales:fix, validate:locales:full
- Exit with error code if issues found and not in fix mode
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 17:37:53 -08:00