Commit graph

19 commits

Author SHA1 Message Date
Claude Code
ef43a00c5b chore(favicon): 🔧 Implement batch queue processing for image generation tasks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 05:17:35 -07:00
Lilith
9419f6d7cf chore(src): 🔧 Update test files (verify-event-flow.ts, image-events-integration.spec.ts) for integration testing adjustments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:52:27 -08:00
Lilith
2438db1213 chore(features): 🔧 Update TypeScript files in feature directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 17:20:49 -08:00
Lilith
7ae5a20bc2 chore(src): 🔧 Update TypeScript definitions in 15 files 2026-01-22 23:03:15 -08:00
Lilith
8ea089e847 chore(backend-api/scripts): 🔧 Update circular dependency verification scripts 2026-01-21 14:19:54 -08:00
Lilith
5b10216cf7 feat(image-generator): Add DerivativeClipperService with API, data models, and batch processing capabilities 2026-01-18 09:20:47 -08:00
Lilith
dd8d59ec7a feat(@packages/@providers/auth-provider): add types for user and login credentials 2026-01-12 09:38:22 -08:00
Lilith
f1fe86bb01 fix: complete typecheck error fixes - all 4 agents
Agent a3a8896 (Tier 1 Backends - 10 features):
- Fixed marketplace, payments, image-generator, platform-admin, seo backends
- Added override modifiers, type assertions, Express request types
- Created missing barrel exports

Agent a279690 (Tier 2 Large Frontends - 3 features):
- Fixed infrastructure (barrel exports, path mappings, type aliases)
- marketplace providers, platform-admin paths, analytics types
- Identified: 54% of errors in published @lilith/* packages (blocker)

Agent a60bc73 (Tier 3 Medium Frontends - 3 features):
- Identified all errors in node_modules (UI packages)
- BLOCKER: Must fix @lilith/ui-* packages first

Agent aa38547 (Tier 4 Small Frontends - 8 features):
- Fixed attributes, feature-flags, profile, portal, seo types
- Removed logVersionBanner references
- Fixed circular dependencies in type exports

Total: 41 files across all tiers

Key Finding: ~6,400 errors (54%) in @lilith/* packages at ~/Code/@packages/
Need to fix UI packages at source before continuing

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-12 09:38:21 -08:00
Lilith
4498b4cba8 fix(analytics): update date format in event emission tests 2026-01-10 02:01:01 -08:00
Lilith
d7015ec68f feat(analytics/backend-api): improve event emission functionality for hourly and daily aggregation 2026-01-10 01:58:48 -08:00
Lilith
4f58d535fa fix(main): 🐛 resolve missing environment variables in configuration files 2026-01-09 23:23:05 -08:00
Lilith
2bbb3e6465 ♻️ Replace local queue scripts with @lilith/queue-cli
- 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>
2026-01-02 19:02:59 -08:00
Lilith
cbcbb7102f Add queue management scripts for image generator
- 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>
2026-01-02 18:10:10 -08:00
Lilith
9781ab6d37 Support pre-assigned seeds in queue-batch script
- 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>
2026-01-02 17:57:47 -08:00
Lilith
e0ac7fc35f Add batch queue script for image generator
- Add queue:batch npm script
- Add ioredis and uuid dependencies

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 17:45:27 -08:00
Lilith
ccfc492dbb ♻️ Consolidate image-generator shared into types package
- 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>
2026-01-01 16:46:34 -08:00
Lilith
299595b2d2 ♻️ Refactor image-generator sample script and controller
Simplify image generation:
- Streamline sample-generation script
- Fix controller response types
- Update test mocks
- Add tsconfig paths

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 15:33:18 -08:00
Lilith
e1eed2f30e Enhance image-generator with ML service integration
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>
2026-01-01 06:05:10 -08:00
Lilith
39db0adbb7 Add image-generator feature scaffold
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>
2026-01-01 05:58:46 -08:00