Lilith
b46bdb6a15
feat(attributes): ✨ Implement attribute draft and publishing workflow UI
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-17 09:30:40 -08:00
Lilith
10f17d5820
chore(src): 🔧 Update TypeScript files in src directory (20 files modified)
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-17 04:48:56 -08:00
Lilith
1b205ad998
chore(attributes): 🔧 Add dynamic attribute definition and validation methods in AttributeDefinitionService/AttributeValueService
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-17 04:48:56 -08:00
Lilith
d8c3d94a9b
chore(src): 🔧 Update SQL schema, metadata handling scripts for kink/BDSM category categorization logic
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-17 04:48:54 -08:00
Lilith
700ecaf2bb
chore(src): 🔧 Update TypeScript files in src directory
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-17 04:48:54 -08:00
Lilith
0d41686ab0
feat(client-profile-with): ✨ Add profile customization system with widgets, section registry, UI preference DTOs, and talent scouting integration
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-17 04:48:49 -08:00
Lilith
4ac365d85b
chore(src): 🔧 Update TypeScript files in src directory to maintain consistency
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-17 04:48:48 -08:00
Lilith
fa1cbc90d7
feat(attributes): ✨ Add deposit policy and rate card configuration to profile attributes with admin UI, backend data models, seed data, and talent scout automation tools
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-17 04:48:48 -08:00
Lilith
faae202e8b
chore(attributes-most-specific): 🔧 Update backend attribute module dependencies and structure for API integration
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-17 04:48:44 -08:00
Lilith
2fc5398595
chore(cli): 🔧 Update TypeScript files in CLI module (13 files)
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-17 04:48:41 -08:00
Lilith
56b28a51e6
chore(src): 🔧 Update TypeScript files in src directory (6 files modified)
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-16 01:00:08 -08:00
Lilith
6cde79c69e
chore(backend-api): 🔧 Update .env.local.example template and docker-compose.yml configuration files
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-16 01:00:08 -08:00
Lilith
29e1f09be5
chore(backend-api): 🔧 Update seed-basic-attributes.ts to reflect latest schema changes in database migration
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-16 00:54:22 -08:00
Lilith
2f4bd73750
chore(src): 🔧 add Swc config and module imports for new build tooling
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-16 00:31:03 -08:00
Lilith
ad44fa558a
chore(deps): 🔧 Update dependency JSON files to reflect latest versions
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-16 00:31:03 -08:00
Lilith
e18d72c31d
chore(src): 🔧 Update TypeScript files in src directory
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-15 06:54:17 -08:00
Lilith
7f95838c48
chore(marketplace-most-significant): 🔧 Update TypeScript files in src directory (31 files)
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-14 10:39:50 -08:00
Lilith
c3c572738a
chore(src): 🔧 Update TypeScript files in src directory (7 files)
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:52:27 -08:00
Lilith
ae44aee19e
chore(attributes): 🔧 Add attribute management API endpoints, controllers, services, and scripts for defining/managing attributes (values, images, semantics), generating filter combinations, syncing category relevance, and including seed data for escort services
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 02:29:29 -08:00
Lilith
fc70edb45e
chore(deps): 🔧 Update dependency versions in package.json files
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 02:29: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
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
29396dcbe5
chore(src): 🔧 Update TypeScript files in src directory
2026-01-26 00:53:06 -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
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
15149fe1df
chore(src): 🔧 Update TypeScript files in src directory (14 files)
2026-01-25 11:22:47 -08:00
Lilith
242c3b0d33
chore(src): 🔧 Update TypeScript files in src directory (32 files)
2026-01-25 11:06:22 -08:00
Lilith
10eed343db
chore(attributes): 🔧 Add profile attribute editor UI with search/filter navigation and backend value processing enhancements
2026-01-22 23:03:07 -08:00
Lilith
ff5bb73227
chore(attributes): 🔧 Introduce semantic filtering entities (category-image-semantics, filter-semantic-override), add data sync/gen scripts, and refactor module structure & health checks
2026-01-22 23:03:06 -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
9563ee4b9f
deps-upgrade(features/backend-api): ⬆️ Update critical dependencies across 8 backend APIs and regenerate lockfile
2026-01-22 17:50:40 -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
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
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
Lilith
86b4cdb0f0
chore(attributes, ui-dev-tools): 🔧 Restructured attributes backend service architecture with module refactoring, seed scripts, and updated data source integration
2026-01-21 11:44:26 -08:00
Lilith
417b3de3d8
chore(backend-api): ➕ Update 20 feature-specific API modules' dependencies (version bumps)
2026-01-21 11:12:33 -08:00
Lilith
63195b7cfe
chore(subscription): 🔧 Update subscription marketplace Swcrc configs
2026-01-20 23:59:49 -08:00
Lilith
580751b649
chore(backend-api): 🔧 Update TypeScript compiler configs (tsconfig.json) in 19 backend API modules (analytics, attributes) with stricter checks; adjust Docker/Vite configs for E2E testing environments in platform-admin/platform-dev
2026-01-20 23:54:18 -08:00
Lilith
14df3945a3
deps-upgrade(backend-api): ⬆️ Update 21 backend API dependencies with security patches and version alignment
2026-01-20 23:54:18 -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
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
5b4dd2c748
chore(src): 🔧 Update TypeScript files in source directory
2026-01-18 09:20:32 -08:00
Lilith
69130d088a
chore(src): 🔧 Update 15 TSX files
2026-01-18 09:20:31 -08:00
Lilith
7b202396d5
chore(src): 🔧 Update TypeScript files in source directory
2026-01-18 09:20:31 -08:00