- 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>
- 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>
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>
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>
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>