Commit graph

46 commits

Author SHA1 Message Date
Claude Code
6ec47fe8c7 style(feature-flags): 🎨 Enforce linting rules for feature flags to improve code consistency and developer experience
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 07:16:26 -07:00
Claude Code
059220c550 chore(feature-flags): 🔧 Update TypeScript compiler options for feature-flags module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 06:24:02 -07:00
Claude Code
dc98d65da3 refactor(feature-flags): ♻️ Streamline feature flag management by refactoring FeatureFlagService, FeatureFlagProvider, and related utilities (apiLoader, defaultFlags, useFeatureFlag) and adding/updating FeatureGate for UI integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 06:21:14 -07:00
Claude Code
de7aef2ae6 deps-upgrade(sso-client): ⬆️ Update TypeScript and plugin dependencies in SSO client infrastructure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 04:04:11 -07:00
Claude Code
8017ced519 deps-upgrade(feature-flags): ⬆️ Update dependencies for security and compatibility in feature flags module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 04:04:11 -07:00
Claude Code
09a43195fa chore(msw): 🔧 Update MSW mock server configuration for new testing environment
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 03:28:10 -07:00
Lilith
510be2d643 refactor(feature-flags): ♻️ Optimize FeatureGate rendering logic and improve flag evaluation/caching in FeatureFlagProvider
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 17:38:56 -08:00
Lilith
3adc47efe3 chore(fontend-public): 🔧 Update TypeScript configs (tsconfig.json) and Vite plugins (vite.config.ts) for cross-module consistency and feature flag support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 18:43:32 -08:00
Lilith
f4b7623462 chore(components): 🔧 Update TypeScript component files (19 tsx components)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 08:26:53 -08:00
Lilith
a7573b0b98 chore(src): 🔧 Update TypeScript files in src directory to maintain consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 08:07:14 -08:00
Lilith
63bad607be chore(marketplace): 🔧 Add feature flag support for verification system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-05 03:33:30 -08:00
Lilith
22e37508f4 chore(components): 🔧 Update component styles and ESLint ignore rules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-05 03:28:05 -08:00
Lilith
99b4b9165f chore(feature-flags): 🔧 Update TypeScript config to enforce stricter checks and adjust path mappings in shared feature-flagging modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-05 03:22:37 -08:00
Lilith
0f660b9798 chore(feature-flags): 🔧 Update TypeScript config in feature-flags module to enforce stricter type checking, adjust module resolution, or refine path aliases
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 18:19:58 -08:00
Lilith
e76249b6cf deps-upgrade(@providers/auth-provider, features/email/shared): ⬆️ Upgrade internal dependencies across auth and email systems to resolve version conflicts, apply security patches, and ensure compatibility with latest stable releases
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 00:19:57 -08:00
Lilith
f21cf13233 chore(messaging-hooks): 🔧 Update TypeScript files in messaging-hooks package
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 00:09:17 -08:00
Lilith
cc82192e33 deps-upgrade(multi-module): ⬆️ Resolve dependency conflicts by synchronizing versions across all modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 00:09:17 -08:00
Lilith
892e51f6d8 chore(deps): ⬆️ Upgrade dependencies in feature-flags/shared and attributes/frontend-admin to patch security vulnerabilities and align with newer React/flag manager versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 23:17: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
5ced4950ef chore(seo): 🔧 Implement conditional SEO template rendering via FeatureGate component + admin UI updates 2026-01-25 22:52:54 -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
3fe70695bd feat(feature-flags): Add feature flag management UI (CreateFlagPage) and enhance shared FeatureGate/FeatureFlagProvider components 2026-01-23 20:26:53 -08:00
Lilith
6b73d22b59 refactor(feature-flags): ♻️ Enhance dynamic feature flag evaluation with async support, complex rule handling (combined logic), and improved context propagation 2026-01-23 09:21:32 -08:00
Lilith
00522309a0 chore(admin-features): 🔧 Implement feature flag management UI system with CRUD hooks 2026-01-22 23:03:13 -08:00
Lilith
612dfd945e chore(src): 🔧 Update TypeScript component files in src directory 2026-01-20 05:55:50 -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
145e376d28 chore(feature-flags): 🚩 Introduce structured feature flag system with backend (NestJS) providers, React hooks, API loader, and default values 2026-01-18 09:20:45 -08:00
Lilith
9aab919ad2 feat(feature-flags): Add admin UI for managing feature flags with CRUD operations 2026-01-18 09:20:44 -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
66eaeee9d8 chore: 🔧 Update files 2026-01-15 13:55:04 -08:00
Lilith
f2e90112a7 chore: 🔧 Update files 2026-01-15 12:01:36 -08:00
Lilith
8f72c33af0 chore(shared): 🔧 **Chain-of-Thought Reasoning:** 2026-01-15 11:56:28 -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
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
65423d818b feat(shared): update auth system to use accesslevel instead of role 2026-01-13 06:46:52 -08:00
Lilith
e2eed89b2c refactor(analytics): ♻ standardize import paths to use root alias 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
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
983c1a1576 Add age verification gate (18+) feature
- New age-verification feature with frontend-components and shared packages
- Add 'age-gate-enabled' feature flag (staging/production)
- Integrate AgeGateProvider into landing App.tsx
- Add AgeGateLoginLink component for authenticated bypass
- Add en/es locales for age-gate UI

Site-wide 18+ confirmation required for adult content platform.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 20:27:04 -08:00
Lilith
0c60c4ac96 ♻️ Update dependencies for new package structure
Update all package.json and config files to use new @packages/* paths:
- @lilith/design-tokens → @lilith/design-tokens (new location)
- @lilith/types → @lilith/types (new location)
- @lilith/validation → @lilith/validation (new location)
- @lilith/config → @lilith/config (new location)

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 21:14:13 -08:00
Quinn Ftw
0167af841c fix(conversation-assistant): chunked sync and remove body size limits
- Chunk messages into batches of 25 to avoid any payload limits
- Remove nginx body size limit (client_max_body_size 0)
- Add NestJS body-parser with 500mb limit as safety net
- Increase proxy timeouts for large syncs

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 03:54:50 -08:00
Quinn Ftw
6963c408a0 refactor(feature-flags): migrate from @packages to features directory
Move feature-flags package from @packages/@infrastructure/feature-flags/
to features/feature-flags/ following the new feature-based architecture.
The new location includes backend/, frontend/, and shared/ directories.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 04:58:41 -08:00