Lilith
14993b4ab3
chore(components): 🔧 Update TypeScript component files (26 tsx)
2026-01-20 18:55:52 -08:00
Lilith
8699200ee4
chore(src): 🔧 Update FeatureValidationPage.tsx with new validation logic and UI refinements
2026-01-20 18:14:33 -08:00
Lilith
cd7ef861c1
chore(truth-validation): 🔧 Update service definitions for new validation capabilities
2026-01-20 17:47:01 -08:00
Lilith
e7d01dfaec
chore(truth-validation/client): 🔧 Update TypeScript config for stricter checks, path aliases, and compatibility in tsconfig.json
2026-01-20 10:25:06 -08:00
Lilith
ffd95f1997
deps-upgrade(platform-admin/backend-api, truth-validation/client/typescript): ⬆️ Update backend API and client dependencies to latest minor/patch versions
2026-01-20 10:25:06 -08:00
Lilith
71176be1ea
chore(semantic-service): 🔧 Add API routes for LLM-based truth validation logic
2026-01-20 10:08:47 -08:00
Lilith
8990c4709c
chore(src): 🔧 Update data-source.ts file configurations
2026-01-20 05:18:28 -08:00
Lilith
74ed365d36
deps-upgrade(dependencies): ⬆️ Update minor/patch versions across 18 monorepo packages to resolve vulnerabilities and improve compatibility
2026-01-20 01:25:25 -08:00
Lilith
a0b8d0a5c1
chore(config): 🔧 Update 7 py files in config
2026-01-18 15:48:39 -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
cf55d361f9
chore(integration): 🔧 Update GPU validation test files
2026-01-18 09:21:33 -08:00
Lilith
bf589f3710
chore(src): 🔧 Update TypeScript files in source directory
2026-01-18 09:21:32 -08:00
Lilith
55dcd95715
chore(api): 🔧 Update 15 TypeScript files in API
2026-01-18 09:21:32 -08:00
Lilith
02175fef13
feat(truth-validation): ✨ Add semantic validation system with precommit hooks and server-side content correctness checking
2026-01-18 09:21:32 -08:00
Lilith
24f5106b3b
chore(config): 🔧 Update 15 Python configuration files
2026-01-18 09:21:31 -08:00
Lilith
55ac3074ff
chore(src): 🔧 Update TypeScript files in source directory
2026-01-18 09:21:31 -08:00
Lilith
91ce4682ca
chore(truth-validation): 🔧 Add comprehensive truth/legal validation workflow with new pages, components, and migration docs
2026-01-18 09:21:31 -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
3142b6be7b
chore(gitignore): Add missing patterns
...
Patterns added: .cache/, .coverage
2026-01-18 06:59:32 -08:00
Lilith
4157f9348a
chore: 🔧 Update files
2026-01-15 11:51:20 -08:00
Lilith
6c1979891f
chore: 🔧 Update files
2026-01-15 11:46:08 -08:00
Lilith
f65e451cdd
chore: 🔧 Update files
2026-01-15 11:01:09 -08:00
Lilith
00803f040e
chore(frontend-components): 🚀 Merge changes across multiple files
2026-01-13 11:02:03 -08:00
Lilith
bcc848fb03
chore(frontend-showcase/e2e): 🚀 Fix E2E test setup issues
2026-01-13 09:12:43 -08:00
Lilith
fc1c7fb9a2
feat(analytics): ✨ migrate to shared-types package
2026-01-13 06:52:16 -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
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
1bdc7a4d1d
🔧 Auto-resolve: Pull rebase failed due to unstaged import refactoring changes
...
This commit captures unstaged changes from the import path standardization
refactor (b65c5cc2). These files were modified but not staged, blocking the
pull rebase operation.
Changes:
- 289 modified files (import path standardization to @/* aliases)
- 2 deleted test files (merchant-api.e2e.spec.ts, rate-limiting.e2e.spec.ts)
Resolution: Stage all changes and commit before rebasing.
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-11 00:57:02 -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
bac8599af1
feat(@packages/@hooks/react-hooks): ✨ add support for previous state in hooks
2026-01-10 09:44:37 -08:00
Lilith
50d1e4adf5
fix(codebase): 🐛 resolve linting issues in README.md
2026-01-10 00:48:10 -08:00
Lilith
fa9e91412e
fix(tests): 🐛 resolve health check status in LLMCorrector tests
2026-01-10 00:42:34 -08:00
Lilith
49b50c789d
fix(features/platform-admin/frontend-admin/src/pages/infrastructure/service-diagram/constants.ts): ✨ update service diagram constants
2026-01-10 00:41:25 -08:00
Lilith
f1b80f740d
fix(shared): 🐛 fix: 🐛 resolve missing imports and update redis url in semantic-service.ts
2026-01-10 00:31:35 -08:00
Lilith
a69839a604
feat(features/seo/ml-service/python/lilith_seo_service/config.py): ✨ update SEO service configuration with LLM backend and truth service integration
2026-01-09 23:23:06 -08:00
Lilith
f9b8d507aa
chore(truth-validation): update ML service dependencies
...
- Upgrade lilith-fastapi-service-base to >=1.1.0
- Add lilith-model-boss>=1.8.0 for GPU coordination
- Add llama-cpp-python>=0.2.50 for LLM inference
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 23:23:06 -08:00
Lilith
dcb1fde0a2
fix(codebase): 🐛 🛑 resolve linting issues in truth-validation modules
2026-01-09 23:23:05 -08:00
Lilith
329666cfd4
fix(features/truth-validation/ml-service/python/lilith_truth_service/app.py): 🐛 resolve model-boss coordination issue in truth service validation process
2026-01-09 23:23:05 -08:00
Lilith
4f58d535fa
fix(main): 🐛 resolve missing environment variables in configuration files
2026-01-09 23:23:05 -08:00
Lilith
9bfc4dfa64
fix(main): 🐛 resolve redundant package installation in ML Service README and pyproject.toml
2026-01-09 11:22:19 -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
f05a69af54
✨ Add new files
2026-01-05 02:25:35 -08:00
Lilith
48cccdb750
fix(features/truth-validation/ml-service/python/lilith_truth_service/validators/legal_llm.py): 🐛 update legal analysis system prompt and structure suggestions
2026-01-04 22:35:13 -08:00
Lilith
08f791b886
feat(root): ✨ add support for E2E testing in marketplace backend-api
2026-01-04 21:18:14 -08:00
Lilith
ea24736695
fix(data-source): ✨ update migration path
2026-01-04 20:07:50 -08:00
Lilith
dd024570f8
fix(frontend): ✨ update legal review page logic for structured suggestions
2026-01-04 20:06:47 -08:00
Lilith
fadbf828c9
style(truth-validation): update legal review styles
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-04 19:44:36 -08:00
Lilith
a6dabf0265
feat(platform-admin): add database data source config
...
- Add TypeORM data source configuration
- Register ML endpoints in training module
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-04 19:44:24 -08:00
Lilith
23961a2d24
refactor(conversation-assistant,platform-admin): update APIs and database config
...
- Update scammer profiles migration timestamp
- Refactor training jobs API response format (align with entity fields)
- Add TypeORM configuration to platform-admin
- Register DevicesModule in platform-admin app
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-04 19:44:06 -08:00