Commit graph

154 commits

Author SHA1 Message Date
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
3bbdd1891e fix(@packages/@types/src/vertical.ts): update vertical config for worker and client routes 2026-01-10 12:33:01 -08:00
Lilith
59235f41e2 fix(codebase): 🐛 resolve duplicate imports and fix type references in entities.ts files 2026-01-10 11:31:02 -08:00
Lilith
84ec314cae fix(codebase): 🛠 resolve linting issues in codebase files 2026-01-10 11:20:41 -08:00
Lilith
523f54a6d8 feat(@packages/@hooks/attribute-hooks): add MetaCategoryMeta interface for profile attributes 2026-01-10 11:15:33 -08:00
Lilith
80f35d5f3e feat(@packages/@hooks/attribute-hooks/src/index.ts, @packages/@providers/attribute-ui/src/components/MetaCategoryNavigator.tsx, @packages/@providers/attribute-ui/src/components/ProfileAttributeEditor/AttributeField.example.tsx): add attribute value management functionality and update attribute values endpoint 2026-01-10 11:10:22 -08:00
Lilith
78663759d8 fix(@packages/@hooks/attribute-hooks): resolve duplicate import in App.tsx 2026-01-10 11:05:13 -08:00
Lilith
475aa077c4 fix(@packages/@hooks/attribute-hooks): 🐛 update metaCategorizedAttributes logic for enriched data and priority grouping 2026-01-10 11:00:05 -08:00
Lilith
97c0112795 feat(@packages/@hooks/react-query-utils): add typecheck and build scripts 2026-01-10 10:23:51 -08:00
Lilith
834eb5601f feat(@packages/@providers/auth-provider): update package.json and src/index.ts with new dependencies and types 2026-01-10 10:08:22 -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
c2ae1dec4f 🔧 Update files 2026-01-10 08:06:35 -08:00
Lilith
9dd7be2390 fix(@packages/@infrastructure/sso-client): 🐛 resolve role type in registration options 2026-01-10 06:58:41 -08:00
Lilith
82ba58a7dc fix(@packages/@providers/auth-provider): 🐛 resolve type conflicts in auth-provider types.ts 2026-01-10 06:57:32 -08:00
Lilith
ba021988bf feat(@packages/@infrastructure/sso-client): add role type for marketplace registration 2026-01-10 06:54:06 -08:00
Lilith
8fabae67e2 feat(@packages/@providers/auth-provider): add login and register functionalities for SSO client 2026-01-10 06:50:44 -08:00
Lilith
5a8ff4cee8 fix(codebase): 🐛 resolve registration and login issues in auth provider and sso client 2026-01-10 06:49:38 -08:00
Lilith
89b97c0832 fix(types): 🐛 resolve type conflicts in models 2026-01-10 06:48:30 -08:00
Lilith
4a19cd3c83 fix(@packages/@types/src/models/analytics/UserProfile.ts): 🐛 update user classification type definition 2026-01-10 06:47:20 -08:00
Lilith
c17ff5c108 fix(codebase): 🛠 resolve indentation issues in multiple files 2026-01-10 06:34:29 -08:00
Lilith
495e1d8f5f feat(@packages/@types/src/vertical.ts): update vertical configuration schema 2026-01-10 06:33:20 -08:00
Lilith
3c5deed1d4 feat(@packages/@infrastructure/sso-client/src/types): add user types and role 2026-01-10 06:15:40 -08:00
Lilith
1c0ba276da feat(@packages/@types/src/user.ts): update user type definitions with service categories 2026-01-10 06:11:10 -08:00
Lilith
65e69c9f23 feat(@packages/@types): add user role and type enums 2026-01-10 06:10:02 -08:00
Lilith
d17512b8dc feat(@packages/@infrastructure/image-security): update image-processor service references 2026-01-10 04:46:05 -08:00
Lilith
9ecb582792 fix(shared): 🐛 fix: 🐛 resolve duplicate imports and update navigation in landing pages 2026-01-10 03:33:12 -08:00
Lilith
9c71262936 feat(features/marketplace/frontend-public): add audience hero component with SSO registration option 2026-01-10 03:30:57 -08:00
Lilith
befdcde65e fix(core): 🐛 resolve duplicate event idempotency check in system-events processor 2026-01-10 03:29:51 -08:00
Lilith
57a71bc222 fix(codebase): 🐛 🛑 resolve unnecessary deletions in commit diff 2026-01-10 02:07:33 -08:00
Lilith
e5d41d77a8 feat(@packages/@infrastructure/domain-events): configure BullMQ for DomainEventsModule 2026-01-09 11:22:19 -08:00
Lilith
8f72631042 🔧 Update files 2026-01-09 11:22:19 -08:00
Lilith
5ae1e098fd fix(@packages/@infrastructure/domain-events): 🐛 resolve type and module resolution issues in package.json and tsconfig.json 2026-01-04 22:28:23 -08:00
Lilith
84b832437e fix(@packages/@infrastructure/domain-events): 🐛 update module resolution and lib values in tsconfig.json 2026-01-04 22:27:14 -08:00
Lilith
81411402ba fix(package.json): 🐛 resolve package.json file inconsistencies 2026-01-04 21:59:08 -08:00
Lilith
0f93564931 fix(package.json): 🛠 resolve missing package.json version 2026-01-04 07:27:52 -08:00
Lilith
fa986cdf95 fix(types): resolve duplicate women terms in imagegen-assistant.service.ts 2026-01-04 07:16:55 -08:00
Lilith
dd899b7c8f feat(eslint): complete ESLint v9 migration across remaining 10 packages
Migrated all remaining legacy .eslintrc.json files to modern ESLint v9 flat config:

**Migrated Packages (10 total):**
- @infrastructure/health-client (TypeScript)
- @infrastructure/api-client (TypeScript + semi:off)
- @testing/msw-handlers (TypeScript + relaxed rules)
- @hooks/messaging-hooks (React)
- @utility/zname (React + React Native)
- features/analytics/frontend-users (React)
- features/landing/frontend-public (React + custom rules)
- features/marketplace/frontend-public (React + custom rules)
- features/feature-flags/shared (React/NestJS dual)
- @types (type definitions only)

**Changes:**
- Created 10 new eslint.config.js files using shared @lilith/configs
- Deleted 10 legacy .eslintrc.json files
- Deleted 6 redundant .eslintignore files (replaced by inline ignores)
- All configs include @lilith/eslint-plugin-file-length (400/600 LOC)
- Verified all packages lint successfully

**Migration Pattern:**
- React packages: use createReactConfig({ tsconfigRootDir: import.meta.dirname })
- TypeScript packages: inline config with file-length plugin
- Custom rules preserved where needed (prefer-const:off, semi:off, etc.)

Migration Status: 100% complete (all 57 packages now on ESLint v9)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-04 06:39:43 -08:00
Lilith
f32e008db1 fix(codebase): 🛠 resolve linting issues in key files 2026-01-04 06:24:35 -08:00
Lilith
1e4c21c653 feat(codebase/main): add analytics domain events for profile updates 2026-01-03 12:39:17 -08:00
Lilith
0411ba6880 fix(analytics-client): 🐛 🛠 resolve type declarations and session linking initialization 2026-01-03 12:24:13 -08:00
Lilith
a93bfb10d8 feat: Update frontend and backend components for new image processing service implementation 2026-01-03 05:25:55 -08:00
Lilith
55cd2e9ab5 🚀 feat: Add new sync services and update message types for Conversation Assistant backend-api 2026-01-03 05:10:50 -08:00
Lilith
aa67801c32 feat: Re-export all domain-specific types for backward compatibility 2026-01-03 05:04:45 -08:00
Lilith
34342d3b85 🔧 Add dual ESM/CJS build configuration for @lilith/types
Configure proper exports for both ESM and CommonJS consumers.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 00:53:28 -08:00
Lilith
c957be3ef7 🔧 Add dual ESM/CJS build configuration for @lilith/config
Configure proper exports for both ESM and CommonJS consumers
with tsup build setup and type declarations.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 00:53:28 -08:00
Lilith
47afa93d14 🐛 Fix @lilith/config ESM exports with .js extensions
Add main/types fields and use .js extensions in imports
for proper ESM module resolution.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 00:35:28 -08:00
Lilith
4cee603ada 🐛 Remove obsolete React 19 ts-expect-error comments
Type incompatibilities with styled-components resolved
after React 19 types update.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:55:45 -08:00
Lilith
ccb4be5ad5 🔧 Regenerate ports config with queueWorker service
Add queueWorker service ports (api: 3080, websocket: 3081, redis: 6388).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:55:45 -08:00
Lilith
89487ef53e ⬆️ Add React 19 support to internal packages
Update peerDependencies to accept React 18 or 19,
and update @types/react to ^19.0.0 for type compatibility.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:55:44 -08:00
Lilith
e26e4d3d2d Expand conversation assistant API types
Add comprehensive types for contact classification, ML analysis,
style profiles, red flags, conversation primers, and additional
API endpoints. Includes backwards-compatible type aliases.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 11:38:03 -08:00