Commit graph

145 commits

Author SHA1 Message Date
autocommit
ec017192a4 feat(conversation-assistant): Add type definitions for response theming/editing properties and update tests for the responses service
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:33:45 -07:00
autocommit
d16f313cdc db(conversation-assistant): 🗃️ Introduce migration 1745056800000 to add draft response fields (draft_response, is_draft) to the database schema
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:33:45 -07:00
autocommit
f189d252d2 feat(responses): Introduce ResponsesController, ResponsesService, and ResponsesModule for managing conversation response generation and retrieval
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:33:45 -07:00
autocommit
ce86e81a97 feat(processing): Integrate response processing methods into ProcessingService and update module config for backend API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:33:45 -07:00
autocommit
89dd63e2e6 feat(responses): Add theme and edited fields to GeneratedResponse and ResponsesDto for enhanced response metadata
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:33:44 -07:00
Claude Code
649239c14d chore(conversation-assistant): 🔧 Update TypeScript compiler options and paths in tsconfig.json for backend API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 05:39:36 -07:00
Lilith
7999abba29 db(conversation-assistant): 🗃️ Add 7 database migrations to initialize schema for contact classification, message storage, enrichment, settings, training approvals, and scammer profiles
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 16:02:53 -08:00
Lilith
ac7917f031 db(migrations): 🗃️ Introduce migration file to set up database tables/indexes for conversation assistant functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 15:52:26 -08:00
Lilith
e0f111d469 chore(backend-api): 🔧 Update 28 feature modules' package.json dependencies across backend APIs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 14:13:43 -08:00
Lilith
6cf5b11563 docs(conversation-assistant): 📝 Update deployment, testing, and logging documentation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 10:47:29 -08:00
Lilith
d02b0544e1 chore(src): 🔧 Update TypeScript files in src directory (17 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-15 03:23:37 -08:00
Lilith
2807461a49 chore(src): 🔧 Update TypeScript files in src directory (12 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-15 03:16:20 -08:00
Lilith
6e515dea89 chore(components): 🔧 Update TypeScript files in components directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 14:23:48 -08:00
Lilith
f8a0eb8428 chore(backend-api): 🔧 Update test configuration for messaging backend API to optimize performance flags
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 02:28:41 -08:00
Lilith
4400b0021c deps-upgrade(sso-client): ⬆️ Bulk dependency updates across 15 feature modules, including @infrastructure/sso-client, to ensure consistency, security, and compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 01:51:04 -08:00
Lilith
94a176a0f0 chore(src): 🔧 Update TypeScript files in src directory (33 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 01:33:14 -08:00
Lilith
8cd25f7b91 chore(test): 🔧 Update Vitest/Jest configs across 15+ modules; standardize coverage rules, globals, plugins, and .env.example variables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 01:33:14 -08:00
Lilith
024a7c91eb chore(conversation-assistant,marketplace): 🔧 Implement ML-powered conversation assistant with backend processing and frontend UI integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-01 02:41:08 -08:00
Lilith
ee3b5fe097 feat(conversation-ass): Update TypeScript files in src directory (8 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-01 02:14:50 -08:00
Lilith
6858dd891b chore(src): 🔧 Update TypeScript files in src directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-01 02:03:00 -08:00
Lilith
3dc9ef3660 chore(src): 🔧 Update TypeScript files in src directory (9 total)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:52:27 -08:00
Lilith
f7b5046256 chore(conversation-assistant): 🔧 Update env files (.env.example/.env.prod/.env.apricot) and Dockerfile in semantic-service to standardize API keys/service settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:32:07 -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
cdbf92a34a build: migrate from pnpm to Bun, unify vite build configuration
## Package Manager Migration (pnpm → Bun)
- Replace pnpm with Bun as package manager across all features
- Add bun.lock, bunfig.toml, .npmrc for registry configuration
- Remove pnpm-lock.yaml
- Update all package.json scripts to use Bun

## Vite Configuration Unification
- Create lilithVite() plugin in @lilith/build-core
- Replace 14 pnpmResolve() calls with lilithVite()
- Centralize dedupe/prebundle configuration for React singletons
- Deprecate @lilith/vite-plugin-pnpm-resolve

## Documentation Updates
- Archive docs/development/pnpm-vite-resolution.md to history
- Update DEVELOPMENT_METHODOLOGY.md with bun commands
- Update WORKSPACE-DEPS-QUICK-REF.md with bun commands
- Update workspace-dependency-publishing.md with bun commands
- Update IMPORT_ALIASES.md with bun commands

## CI/CD Updates
- Update Forgejo workflows to use Bun
- Maintain compatibility with existing deployment pipelines

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 22:47:00 -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
03ca48a989 chore(backend-api): 🔧 Standardize module configurations across 15 feature-specific backend API modules in app.module.ts 2026-01-26 00:36:55 -08:00
Lilith
1a0144f78b chore(src): 🔧 Update TypeScript files in src directory (19 files) 2026-01-26 00:31:42 -08:00
Lilith
e4301c52f2 chore(monorepo): 🔧 Sync global dependencies across all monorepo packages 2026-01-25 21:15:20 -08:00
Lilith
5ed027d51f deps-upgrade(packages): ⬆️ Update all direct/indirect dependencies to latest compatible versions across monorepo 2026-01-25 11:33:37 -08:00
Lilith
1ef9c74e9d deps-upgrade(root): ⬆️ Update monorepo dependencies to latest stable versions across 34 packages, including security patches and compatibility fixes 2026-01-25 11:28:03 -08:00
Lilith
bf0ee31a41 feat(marketplace): Add feature flag infrastructure with analytics, UI updates, and funnel tracking for marketplace features 2026-01-25 11:11:48 -08:00
Lilith
9905a24e6e chore(training,frontend-dev/e2e): 🔧 Add training endpoints, service logic, DTOs, and frontend API adapter updates 2026-01-22 23:03:09 -08:00
Lilith
c936d36c79 chore(src): 🔧 Update TypeScript definitions in 15 source files 2026-01-22 23:03:09 -08:00
Lilith
7262a83732 chore(conversation-assistant): 🔧 Backend infrastructure expansion 2026-01-22 23:03:08 -08:00
Lilith
439d368e22 chore(src): 🔧 Update TypeScript utility files in src directory 2026-01-22 23:03:08 -08:00
Lilith
479f7eb929 feat(conversation-assistant): Introduce database schema, entities (message, training-job), migrations, and backend API endpoints for conversation assistant workflows 2026-01-22 23:03:08 -08:00
Lilith
f1b7e9ff8c chore(src): 🔧 Update TypeScript utility files in src directory 2026-01-22 23:03:07 -08:00
Lilith
e64f232bf0 deps-upgrade(root): ⬆️ Update backend-api dependencies and regenerate lockfiles across modules 2026-01-22 23:03:04 -08:00
Lilith
72e94157ff deps-upgrade(features): ⬆️ Update dependencies across analytics, conversation-assistant, email, feature-flags, landing, and marketplace modules with new versions 2026-01-22 17:34:28 -08:00
Lilith
cd6c0a94bc deps-upgrade(@infrastructure/websocket-client): ⬆️ Update dependencies across 10+ backend API features and frontend packages 2026-01-22 17:14:07 -08:00
Lilith
64d6a6f5d7 chore(src): 🔧 Update TypeScript files in src directory 2026-01-22 17:08:30 -08:00
Lilith
9b9097f055 chore(deps): Update dependency JSON configuration files 2026-01-22 17:08:30 -08:00
Lilith
3534ea3d3d chore(src): 🔧 Update TypeScript definitions in 50 source files 2026-01-22 15:26:59 -08:00
Lilith
8151c33a11 deps-upgrade: ⬆️ Update dependencies across 62+ packages (hooks, infrastructure clients, testing utilities, and feature APIs) to latest stable versions 2026-01-21 16:14:30 -08:00
Lilith
5becaff872 chore(src): 🔧 Update TypeScript definitions and related utility files in src 2026-01-21 14:56:09 -08:00
Lilith
ece0ad8d0d chore(src): 🔧 Update TypeScript utility files in src directory 2026-01-21 14:50:51 -08:00
Lilith
19b4f7881c refactor(backend-api): ♻️ Standardized API controllers, DTOs, and validation patterns across feature modules 2026-01-21 14:40:19 -08:00
Lilith
8ea089e847 chore(backend-api/scripts): 🔧 Update circular dependency verification scripts 2026-01-21 14:19:54 -08:00
Lilith
6fbf6bbd66 deps-upgrade(backend-api): ⬆️ Update core dependencies across 20 feature-specific backend APIs 2026-01-21 14:19:54 -08:00