Commit graph

17 commits

Author SHA1 Message Date
Claude Code
6e1dbc1ec7 feat(seo): Introduce shared utility for meta tag generation and URL slug validation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-04 07:56:46 -07: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
e4301c52f2 chore(monorepo): 🔧 Sync global dependencies across all monorepo packages 2026-01-25 21:15:20 -08:00
Lilith
fd9f2b32da chore(src): 🔧 Update TypeScript files in src directory (16 files) 2026-01-25 12:21:00 -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
542266ba35 chore(src): 🔧 Update 15 YAML configuration files 2026-01-18 09:21:24 -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
00803f040e chore(frontend-components): 🚀 Merge changes across multiple files 2026-01-13 11:02:03 -08:00
Lilith
3fa0250eba feat(seo): remove module type and js extension in exports 2026-01-10 23:25:51 -08:00
Lilith
7675b49378 fix(e2e): 🐛 resolve Dockerfile.e2e and index.ts issues 2026-01-10 23:24:31 -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
31ccf550f3 Add image generation pipeline to SEO service
- Add ImageClientService for image generation API calls
- Add ImageGenAssistantService for AI-assisted generation
- Add PromptBuilderService for SEO-optimized prompts
- Enhance PipelineService with image generation workflow
- Add maturity level utilities to shared package
- Export new services from pipeline module

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 03:04:48 -08:00
Lilith
5616789546 ♻️ Wire up SEO modules and extend shared types
- Register AttributesModule in app module
- Add location query helpers to LocationsService
- Fix truth-validation service type import
- Extend shared types with slug enums

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 06:27:08 -08:00
Lilith
68b1f74ff8 Extend SEO database schema and shared types
Add translation and job tracking fields to database schema.
Extend shared types for i18n integration.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 05:57:38 -08:00
Lilith
98d7dffed2 Add SEO database schema and shared types
Expand database schema with content, location, and image tables
for programmatic SEO. Add shared TypeScript types for API contracts.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 04:17:01 -08:00
Quinn Ftw
3de0f615fa refactor(seo): migrate to feature-sliced architecture
Move SEO from @packages/@infrastructure/seo-client to features/seo/ with:
- features/seo/frontend: SEO management UI
- features/seo/frontend-admin: Admin panel components
- features/seo/server: NestJS SEO service
- features/seo/ml-service: Python ML service for SEO optimization
- features/seo/shared: Shared types

This creates a complete SEO feature slice with domain configuration,
page config management, and preview capabilities.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 03:57:28 -08:00