- Delete local queue-*.ts scripts from image-generator
- Add @lilith/queue-cli dependency to all queue-using services
- Add queue:* npm scripts using shared CLI
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- queue:status - Show queue stats and active jobs
- queue:list - List jobs with filtering
- queue:clear - Clear completed/failed jobs
- queue:control - Pause/resume/drain queues
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Accept seed property in batch prompts for reproducible generation
- Skip variation suffix when seeds are pre-expanded
- Calculate totals correctly for pre-expanded batches
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- 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>