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
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
be4ccb3624
chore(backend-api): ♻️ Standardize module configurations in app.module.ts across feature modules
2026-01-26 00:58:27 -08:00
Lilith
6bf9f2a5c1
chore(src): 🔧 Update TypeScript files in src directory (22 files)
2026-01-26 00:42:18 -08:00
Lilith
1a0144f78b
chore(src): 🔧 Update TypeScript files in src directory (19 files)
2026-01-26 00:31:42 -08:00
Lilith
cfa8092c5d
chore(src): 🔧 Update TypeScript files in src directory (11 files)
2026-01-25 11:00:58 -08:00
Lilith
eab3ed73bb
chore(src): 🔧 Update TypeScript utility files in src
2026-01-22 23:03:51 -08:00
Lilith
cb6ac5f1be
chore(health): 🔧 Standardize health check controller responses across feature modules with consistent payloads and unified edge-case handling
2026-01-22 17:39:51 -08:00
Lilith
5becaff872
chore(src): 🔧 Update TypeScript definitions and related utility files in src
2026-01-21 14:56:09 -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
5b10ad667d
chore(src): 🔧 Update data-source.ts file with latest schema/config changes
2026-01-20 05:29:08 -08:00
Lilith
8990c4709c
chore(src): 🔧 Update data-source.ts file configurations
2026-01-20 05:18:28 -08:00
Lilith
b0a95ee1cc
chore(webmap): 🔧 Add comprehensive webmap functionality with frontend, backend modules, authentication, content management, themes, and SEO optimizations
2026-01-18 09:21:36 -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
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
60e81e4ea5
fix(codebase): 🐛 revert health check endpoint changes for analytics module
2026-01-11 01:13:17 -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
5757320298
refactor(webmap): ♻ remove unused health controller
2026-01-10 23:21:55 -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
63deea1de0
🔧 Clean up package dependencies and use bootstrap health exports
...
- conversation-assistant: Remove unused @lilith/types dependency
- image-generator: Sort dependencies alphabetically, bump types to ^0.0.4
- webmap: Use @lilith/service-nestjs-bootstrap@^1.1.0 for health exports
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 20:22:03 -08:00
Lilith
1ef3c4c44c
♻️ Adopt @lilith/service-*-bootstrap packages
...
- Use @lilith/service-nestjs-bootstrap for platform-admin API
- Use @lilith/service-react-bootstrap for portal frontend
- Simplify main.ts files with presets
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 19:03:00 -08:00
Lilith
be41494ec9
♻️ Rename backend directories to backend-api
...
Standardize NestJS backend directory naming across features:
- sso/backend → sso/backend-api
- status-dashboard/server → status-dashboard/backend-api
- webmap/api → webmap/backend-api
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 17:38:15 -08:00