Commit graph

134 commits

Author SHA1 Message Date
Claude Code
7843621c21 chore(webmap): 🔧 Update deployment seed instructions/config for webmap feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 23:56:47 -07:00
Lilith
c8fb8723b7 chore(packages): 🔧 Update TypeScript strict mode to enforce "strict": true across all @packages/ modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-23 16:52:53 -08:00
Lilith
e0f111d469 chore(backend-api): 🔧 Update 28 feature modules' package.json dependencies across backend APIs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 14:13:43 -08:00
Lilith
09f0180105 chore(services-affects-all-feature): 🔧 Standardize service configurations in services.yaml across 9 feature modules + refactor payments backend API entry point (main.ts)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-18 13:00:08 -08:00
Lilith
74958ec539 docs(features): 📝 Update README.md documentation across 30+ feature modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 04:53:19 -08:00
Lilith
3424695c96 chore(features): 📝 Standardize and update README.md files across 12+ features + TEMPLATE_README.md for improved clarity/consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 04:19:32 -08:00
Lilith
4400b0021c deps-upgrade(sso-client): ⬆️ Bulk dependency updates across 15 feature modules, including @infrastructure/sso-client, to ensure consistency, security, and compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 01:51:04 -08:00
Lilith
3fee21e795 chore(build): Optimize TypeScript bundling with tsup across all packages by refining transpilation and module resolution settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-05 15:06:36 -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
3539883029 feat(src): Add new TypeScript utility functions, refactor core logic, update API response handling, and enhance error boundary in 4 src files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:52:29 -08:00
Lilith
e0288f0625 chore(attributes): 🔧 Update 27 YAML configuration files in attributes directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:52:27 -08:00
Lilith
370e629942 test(src): Update TypeScript test coverage in 17 src files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:42:57 -08:00
Lilith
bf3dbd06ce chore(tests): 🔧 Update TypeScript test files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 03:08:51 -08:00
Lilith
b1cc79c215 chore(components): 🔧 Update TypeScript files in components directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 02:56:09 -08:00
Lilith
2da43e3b31 chore(config): 🔧 Update documentation files (IMPLEMENTATION_SUMMARY.md, README.md) to reflect latest project changes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 19:08:10 -08:00
Lilith
bccf846bc4 chore(webmap): 🔧 Update e2e test config for webmap feature to optimize execution, coverage, or environment setup
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 19:08:10 -08:00
Lilith
9a97359a20 deps-upgrade(webmap/api): ⬆️ Update backend API dependencies in webmap for minor/patch fixes and security patches
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 19:08:10 -08:00
Lilith
6dda4847bd chore(email,webmap/shared): 🔧 Update docs & test helpers for email backend API tests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 19:02:27 -08:00
Lilith
72be8a062a chore(email): 🔧 Update TypeScript compiler options in email backend test config
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 19:02:27 -08:00
Lilith
8bf537a81e chore(fixtures): 🔧 Update TypeScript fixture files (6 total)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 18:57:00 -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
5e9301c852 chore(webmap/router): 🔧 Add route definitions and handlers for new webmap views 2026-01-26 01:18:50 -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
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
d86dc3933b deps-upgrade(backend-api): ⬆️ Update dependency versions in package.json and regenerate pnpm-lock.yaml across all backend APIs 2026-01-25 11:38:55 -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
cfa8092c5d chore(src): 🔧 Update TypeScript files in src directory (11 files) 2026-01-25 11:00:58 -08:00
Lilith
06503b9beb chore(landing): 🔧 Refactor service configurations across all features to standardize dependency definitions, registration, and update ShopCheckoutPage frontend for compatibility with updated service contracts 2026-01-24 21:43:26 -08:00
Lilith
00149f5997 chore(src): 🔧 Update TypeScript files in src directory (9 files) 2026-01-23 18:34:24 -08:00
Lilith
3d6aa1c7c6 chore(webmap/seeders): 🔧 Add TSX loader, improve config handling, update seed generation logic, and document deployment examples 2026-01-23 17:53:12 -08:00
Lilith
d5f82efa6a chore(src): 🔧 Update TypeScript files in src directory 2026-01-23 17:47:53 -08:00
Lilith
1bc06596ac chore(webmap): 🔧 Update .gitignore patterns to exclude build artifacts and logs in webmap directory 2026-01-23 17:47:53 -08:00
Lilith
885fa1622b feat(landing): Add FAQ section to webmap landing page 2026-01-23 17:21:34 -08:00
Lilith
e6a8e68579 chore(src): 🔧 Update configuration files (astro.config.mjs) and entry script (main.ts) for compatibility updates 2026-01-23 16:38:40 -08:00
Lilith
9cb4200a8d chore(src): 🔧 Update TypeScript imports in main.ts to align with new dependency versions 2026-01-23 10:08:07 -08:00
Lilith
eab3ed73bb chore(src): 🔧 Update TypeScript utility files in src 2026-01-22 23:03:51 -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
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
2ca2ee0b22 deps-upgrade(backend-apis): ⬆️ Update dependencies in 8 feature-specific backend API modules (favicon-generator, image-generator, media, platform-admin, profile, seo, status-dashboard, webmap) and lockfile 2026-01-22 17:39:51 -08:00
Lilith
33fa6d5216 deps-upgrade: ⬆️ Update frontend dependencies across 16 feature modules 2026-01-22 16:37:25 -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
a793faf7c6 deps-upgrade: ⬆️ Upgrade frontend dependencies to patch vulnerabilities and adopt newer versions 2026-01-22 11:23:24 -08:00
Lilith
2b5d5dd06f chore(src): 🔧 Update App.tsx component structure and props handling 2026-01-22 11:18:02 -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