- Delete features/image-generator/shared (moved to @lilith/image-generator-types)
- Update all imports from @lilith/image-generator-shared to @lilith/image-generator-types
- Add getEffectiveNegativePrompt usage in generation service
- Fix start:prod path in backend-api package.json
- Add @lilith/image-generator-types as dependency
- Comprehensive README rewrite with API docs, integration examples
The types package is now published to Forgejo registry and includes:
- Size matrix and aspect families
- Negative prompt system with legal safety terms
- Model types and builder functions
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update sample-generation script with full ML pipeline:
- Connect to egirl-platform ML service for real AI images
- Add CLI options: --mock, --prompt, --seed
- Fallback to synthetic gradients when ML unavailable
- Add ts-node and tsconfig-paths for script execution
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
New feature for AI image generation:
- backend-api structure
- shared types
- README with architecture docs
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>