Commit graph

11 commits

Author SHA1 Message Date
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