Commit graph

3758 commits

Author SHA1 Message Date
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
dfde4e0c86 fix(routing): Add legal pages and missing routes
- Add /terms and /privacy routes to GuestRoutes
- Add NotFoundPage catch-all route
- Fix import aliases to use @/ prefix
- Add console logging for route debugging
- Update all route tree files for consistency

Fixes P0 blocker: Legal pages and choose-your-journey returning 404

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-29 03:46:53 -08:00
Lilith
3bd0c4de4a chore: remove stale pnpm artifacts after Bun migration
- Delete pnpm-workspace.yaml (unused with Bun workspaces)
- Delete .pnpmfile.cjs (pnpm hook, unused)
- Delete stale lilith-domain-events-2.5.4.tgz

Note: Root-level pnpm-lock.yaml and .tgz were outside git repo

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 23:20:48 -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
d5ab9695f9 chore(atlilith.www): 🔧 Update TypeScript files in www directory (6 files) 2026-01-26 12:09:30 -08:00
Lilith
454a8478f5 deps-upgrade: ⬆️ Update React, TypeScript, and related npm packages to latest stable versions for security, performance, and compatibility improvements 2026-01-26 12:09:30 -08:00
Lilith
60dbea41a4 deps-upgrade(marketplace/backend-api): ⬆️ Update core dependencies to latest stable versions in marketplace backend API 2026-01-26 11:03:40 -08:00
Lilith
ce438c573e chore(status-dashboard): 🔧 Adjust SQLite shared memory segment config to resolve schema/locking issues in status dashboard backend 2026-01-26 10:58:33 -08:00
Lilith
36bad0a515 chore(marketplace/backend-api): 🔧 Add service providers and module configurations to enable marketplace functionality 2026-01-26 04:17:17 -08:00
Lilith
87bc7693b5 chore(atlilith.www): 🔧 Update services.yaml configuration files (including 1 additional file) with latest service definitions 2026-01-26 04:12:07 -08:00
Lilith
63f072448c feat(seo): Enhance AttributesClientService to support structured data fetching and metadata caching 2026-01-26 04:01:56 -08:00
Lilith
f52730c480 chore(fontend-admin): 🔧 Update Vite build configuration in vite.config.ts 2026-01-26 04:01:56 -08:00
Lilith
553dd41e7b chore(atlilith.admin.services): 🔧 Update Kubernetes service resource limits and network configurations 2026-01-26 03:56:38 -08:00
Lilith
54e8b64f8e chore(src): 🔧 Update services.yaml, attributes-client.service.ts and related config files for consistency 2026-01-26 03:51:28 -08:00
Lilith
29340d30aa deps-upgrade(root): ⬆️ Update dependencies in package.json and regenerate pnpm-lock.yaml 2026-01-26 03:31:14 -08:00
Lilith
c1abff0b98 deps-upgrade(root): ⬆️ Update core dependencies globally to resolve vulnerabilities and enable performance optimizations 2026-01-26 03:26:05 -08:00
Lilith
968c4b157e chore(seo): 🔍 Enhance backend API validation for SEO content truthfulness/accuracy to improve fact-checking and quality scoring 2026-01-26 03:05:34 -08:00
Lilith
c4d2d01964 chore(features): 🔧 Update admin-users.service.ts, password-reset.service.ts, and related feature files 2026-01-26 03:00:17 -08:00
Lilith
fe783372db deps-upgrade(dependencies): ⬆️ Update pinned dependencies in package.json and pnpm-lock.yaml to latest minor/patch versions 2026-01-26 02:14:52 -08:00
Lilith
ee6eaefe3f chore(deps): 🔧 Update dependency lockfile (pnpm-lock.yaml) and metadata (package.json) 2026-01-26 02:04:44 -08:00
Lilith
8c9287c792 deps-upgrade: ⬆️ Update core dependencies to resolve vulnerabilities and adopt newer versions in package.json 2026-01-26 01:54:32 -08:00
Lilith
7608789bc1 chore(deps): 🔧 Update dependency lock files (package.json, pnpm-lock.yaml) 2026-01-26 01:49:22 -08:00
Lilith
fca52af043 chore(safety/backend-api): Update minor/patch versions in package.json and regenerate pnpm-lock.yaml 2026-01-26 01:44:12 -08:00
Lilith
cddbdae90d deps-upgrade(root): ⬆️ Update dependencies in package.json and regenerate pnpm-lock.yaml 2026-01-26 01:39:03 -08:00
Lilith
5e9301c852 chore(webmap/router): 🔧 Add route definitions and handlers for new webmap views 2026-01-26 01:18:50 -08:00
Lilith
1cd43b33ec chore(atlilith.admin): 🔧 Update admin services configuration in services.yaml files 2026-01-26 01:03:38 -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
4f5db523ad chore(frontend): 🔧 Update Vite configs in frontend-admin/frontend-dev for optimized build setup and dev features 2026-01-26 00:58:27 -08:00
Lilith
29396dcbe5 chore(src): 🔧 Update TypeScript files in src directory 2026-01-26 00:53:06 -08:00
Lilith
d62478452e chore(config): 🔧 Update Vite build configs in frontend-admin and frontend-dev with plugins, path aliases, or environment settings adjustments 2026-01-26 00:53:06 -08:00
Lilith
b07c0c4eea chore(src): 🔧 Update TypeScript files in src directory (30 files) 2026-01-26 00:47:44 -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
deede846cd chore(legal-review): 🔧 Add frontend admin UI components for legal workflows (modals, stats tables, sections) 2026-01-26 00:00:53 -08:00
Lilith
c1384a8096 feat(truth-validation): Add legal review truth validation feature to admin UI and backend services 2026-01-25 23:55:40 -08:00
Lilith
92af79d658 chore(fontend-admin): 🔧 Update TypeScript compiler settings in tsconfig.json for strictness, target version adjustments 2026-01-25 23:55:40 -08:00
Lilith
58ace31e23 deps-upgrade(frontend-public): ⬆️ Update React, UI libraries, and lockfile for frontend status dashboard compatibility 2026-01-25 23:55:40 -08:00
Lilith
74ec41e4c8 chore(src): 🔧 Update TypeScript files in src directory (5 files modified) 2026-01-25 23:45:11 -08:00
Lilith
41c6daa8d4 chore(backend-api): 🔧 Update dependencies across platform-admin, profile, and SEO feature packages to resolve security/stability issues via pnpm lockfile updates 2026-01-25 23:45:11 -08:00
Lilith
47e79d820d chore(src): 🔧 Update TypeScript files in src directory 2026-01-25 23:39:52 -08:00
Lilith
a1ed9bdb2d deps-upgrade(backend-api): ⬆️ Update dependencies across landing, platform-admin, analytics, profile, and SEO backend API modules 2026-01-25 23:39:51 -08:00
Lilith
9973821e39 chore(src): 🔧 Update TypeScript files in src directory (49 files) 2026-01-25 23:34:23 -08:00
Lilith
60c9ad0f51 chore(feature-modules): Update dependency versions in feature modules (landing, marketplace, platform-admin, platform-analytics, profile, SEO, SSO) and regenerate lockfiles 2026-01-25 23:34:22 -08:00
Lilith
21be6dcbde chore(components): 🔧 Update TypeScript files in components directory 2026-01-25 23:18:43 -08:00
Lilith
d9b4413253 chore(marketplace/theme): 🔧 Add accent color variants & update styled-components type definitions 2026-01-25 23:13:30 -08:00
Lilith
5c4c078e8b chore(frontend-public): 🔧 Update dependencies in marketplace frontend-public to latest minor/patch versions, regenerating pnpm-lock.yaml 2026-01-25 23:13:30 -08:00
Lilith
69622b8ac8 chore(theme): 🎨 Update accent color palette in marketplace theme for visual consistency 2026-01-25 23:08:13 -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