Commit graph

60 commits

Author SHA1 Message Date
Claude Code
79d2cfeabe feat(frontend-admin): Update admin dashboard components to enhance UI and add new functionality for EmailDashboard, FlagListPage, and ServiceDiagramPage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 14:33:30 -07:00
Lilith
3966f0fcf2 chore(config): 🔧 Update TypeScript/Vitest configs to ESNext/NodeNext across 12 feature modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:26 -08:00
Lilith
e4030e6e91 chore(fontend-admin): 🔧 Add/modify TypeScript types for feature flag configurations and evaluation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:25 -08:00
Lilith
7b18eacfc4 chore(frontend-admin): 🔧 Upgrade dependencies (React, TypeScript, UI libraries) in frontend-admin module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 09:06:31 -08:00
Lilith
7cef83fffc chore(components): 🔧 Update TypeScript files in components directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 08:34:45 -08:00
Lilith
251000c1e5 chore(deps): 🔧 Update dependency versions in package.json and package-lock.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 08:34:45 -08:00
Lilith
1c1b266ee0 deps-upgrade(infrastructure): ⬆️ Update 24 packages in infrastructure modules (e.g., @infrastructure/egirl-infra/core/crypto-tools, features/conversation-assistant) with new dependency versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-05 15:06:36 -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
53ea94f7c6 chore(config): 🔧 Update Vite configs in frontend-admin & frontend-public for SEO plugins + admin-specific optimizations 2026-01-25 22:58:02 -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
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
2fd6f83d8c chore(config): 🔧 Update ESLint configs to enforce consistent linting rules across packages 2026-01-25 09:56:33 -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
00522309a0 chore(admin-features): 🔧 Implement feature flag management UI system with CRUD hooks 2026-01-22 23:03:13 -08:00
Lilith
8674781981 chore(feature-flags): 🔧 Implement feature flag system with backend CRUD APIs, override management, audit logging, health checks, and admin UI components 2026-01-22 23:03:13 -08:00
Lilith
90b8d70046 deps-upgrade: ⬆️ Upgrade frontend dependencies across analytics, email, and conversation-assistant modules with minor/patch updates to maintain consistency and security 2026-01-22 16:21:58 -08:00
Lilith
e4e093b1a6 refactor(lilith-platform): Update wrapper package versions across all React frontends
Updated 22 frontend application package.json files to use new wrapper package versions:
- @lilith/ui-styled-components: ^1.0.0-dev.* → ^6.3.0
- @lilith/ui-router: ^1.1.0 / 1.2.0-dev.* → ^7.12.0

Affected features:
- status-dashboard, feature-flags, analytics (admin + users)
- email (admin + users), frontend-showcase, conversation-assistant
- landing, profile, messaging, platform-admin, truth-validation
- marketplace, webmap, platform-dev, payments
- image-assistant (dev + macos), seo (admin + public), portal

These wrapper package version updates implement exact version matching pattern.
No API changes, purely dependency version alignment.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-22 15:56:28 -08:00
Lilith
bb3b8d0fe0 deps-upgrade(@infrastructure, @providers, @utils/): ⬆️ Update dependency versions across projects to ensure consistency and apply latest bug fixes/security patches 2026-01-22 11:28:52 -08:00
Lilith
a793faf7c6 deps-upgrade: ⬆️ Upgrade frontend dependencies to patch vulnerabilities and adopt newer versions 2026-01-22 11:23:24 -08:00
Lilith
c35a133092 chore(feature-flags/frontend-admin): 🔧 Introduce feature flag management UI with CRUD components, card layouts, and admin pages 2026-01-22 11:17:57 -08:00
Lilith
13bcbcc1ee chore(frontend): Upgrade dependencies across 20+ frontend modules (e.g., conversation-assistant, email, marketplace) via package.json/pnpm-lock.yaml updates 2026-01-22 11:17:56 -08:00
Lilith
691a481d80 deps-upgrade: ⬆️ Update frontend-features dependencies to latest versions across 9 modules 2026-01-21 22:47:49 -08:00
Lilith
f4c2a1de58 deps-upgrade: ⬆️ Upgrade pinned dependencies in 14 frontend feature modules to resolve conflicts, apply security patches, and enforce version consistency 2026-01-21 22:42:04 -08:00
Lilith
cf507b860b chore(feature-flags/frontend-admin): 🔧 Update Vite build config for admin feature flag handling 2026-01-21 21:23:33 -08:00
Lilith
73834ef271 deps-upgrade: ⬆️ Update frontend dependencies across 15 feature packages (frontend-dev, frontend-admin) in package.json/pnpm-lock.yaml 2026-01-21 12:48:35 -08:00
Lilith
c19cedeaab chore(deps): Remove outdated frontend dependency versions from 17 JSON config files 2026-01-20 06:06:49 -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
9aab919ad2 feat(feature-flags): Add admin UI for managing feature flags with CRUD operations 2026-01-18 09:20:44 -08:00
Lilith
3cc5a4fd17 feat(feature-flags): Add comprehensive feature flag system with backend API service, frontend components/hooks (FlagCard, useFeatureFlag), and configuration support 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
b367435f1f chore: 🔧 Update files 2026-01-15 13:49:46 -08:00
Lilith
3c6164fe7e chore: 🔧 Update files 2026-01-15 12:11:59 -08:00
Lilith
3cd773217e chore: 🔧 Update files 2026-01-14 10:48:32 -08:00
Lilith
00803f040e chore(frontend-components): 🚀 Merge changes across multiple files 2026-01-13 11:02:03 -08:00
Lilith
28210824fb feat(frontend-dev): Add analytics plugin for frontend development environment 2026-01-13 10:13:46 -08:00
Lilith
315e1738ab chore(shared): 🔧 Let me analyze this systematically: 2026-01-13 09:46:03 -08:00
Lilith
fa077c9560 fix: final agent cleanup and attribute type fixes
Agent a3a8896 final work:
- Fixed remaining backend type assertions
- Added Express request types

Agent aa38547 final work:
- Fixed attributes circular dependency (types/index.ts)
- Re-export from local ../types instead of package

Result: 18 → 17 failures (attributes-backend now passing!)

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
f1fe86bb01 fix: complete typecheck error fixes - all 4 agents
Agent a3a8896 (Tier 1 Backends - 10 features):
- Fixed marketplace, payments, image-generator, platform-admin, seo backends
- Added override modifiers, type assertions, Express request types
- Created missing barrel exports

Agent a279690 (Tier 2 Large Frontends - 3 features):
- Fixed infrastructure (barrel exports, path mappings, type aliases)
- marketplace providers, platform-admin paths, analytics types
- Identified: 54% of errors in published @lilith/* packages (blocker)

Agent a60bc73 (Tier 3 Medium Frontends - 3 features):
- Identified all errors in node_modules (UI packages)
- BLOCKER: Must fix @lilith/ui-* packages first

Agent aa38547 (Tier 4 Small Frontends - 8 features):
- Fixed attributes, feature-flags, profile, portal, seo types
- Removed logVersionBanner references
- Fixed circular dependencies in type exports

Total: 41 files across all tiers

Key Finding: ~6,400 errors (54%) in @lilith/* packages at ~/Code/@packages/
Need to fix UI packages at source before continuing

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
507cde8aef fix(phase1): remove vite-version-plugin imports and add locale paths
Phase 1 progress:
- Removed @lilith/vite-version-plugin imports from 12 files
- Added locale path mappings to tsconfig.base.json (@i18n-locales, @platform/i18n)

Remaining Phase 1: Create missing barrel exports

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
b5b1217645 fix: complete type error fixes from parallel agents (part 2)
Agents completed all work - final fixes from background runs

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
c595a3c1ac fix: update old package names and paths
- @ui/* → @lilith/ui-* (updated scope)
- @transquinnftw/* → @lilith/* (updated scope)
- @lilith/vite-version-plugin/console → @lilith/vite-version-plugin

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
a2379f8bcc fix: update all vite.config files to use @lilith/vite-version-plugin
Fixed 11 vite.config.ts files: @/@packages → @lilith/vite-version-plugin

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
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
50e080b135 fix(codebase): 🐛 🛑 resolve linting issues in multiple files 2026-01-04 07:14:50 -08:00