Commit graph

309 commits

Author SHA1 Message Date
Claude Code
a2da519ba5 chore(docker): 🔧 Update Docker service constraints and environment variables in docker-compose.yml
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 21:08:40 -07:00
Claude Code
415b9f2930 deps-upgrade(imajin-video): ⬆️ Update Python dependencies for video service compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 21:08:40 -07:00
Claude Code
04121a9218 chore(config): 🔧 Update imajin-video deprecation settings in settings.py
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 21:02:47 -07:00
Claude Code
022715e0e5 security(video-service): 🔒️ Add security protections to video-service API endpoints and update test suite with smoke and protection test cases
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 20:40:12 -07:00
Claude Code
a9d7ff4fcd feat(protection): Introduce metadata strip protection type, protection registry, job store, and API endpoints for protection tasks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 20:34:28 -07:00
Claude Code
d61dfb69bc security(protections-specific): 🔒️ Enforce stricter input sanitization and validation rules for imajin-video service
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 20:28:53 -07:00
Claude Code
f71acdc8b7 feat(modifiers): Add video masking modifier with health check integration and schema validation updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:59:37 -07:00
Claude Code
b1cf85d6f0 feat(video-processor): Add video processing pipeline with mask modifiers, health monitoring, and configuration support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:28:45 -07:00
Claude Code
633b3bda6f chore(imajin-video): 🔧 Update Docker build and service configurations for imajin-video
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:28:45 -07:00
Claude Code
9b1b0ef4fe deps-upgrade(imajin-video): ⬆️ Update core and dev dependencies in pyproject.toml
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:28:45 -07:00
Claude Code
a2bd31f7d0 feat(imajin-video): Implement video encoding and streaming pipeline for adaptive bitrate playback
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:21:55 -07:00
Lilith
313067c079 docs(claude-tooling/claude): 📝 Update package publishing workflow documentation and config files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 19:34:19 -07:00
Lilith
f3c0e85093 deps-upgrade(types): ⬆️ Update TypeScript and type-checking dependencies across all packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 19:34:19 -07:00
Lilith
6300c8aaf5 chore(service-config): 🔧 Update deployment configuration script with new options and adjusted defaults
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 02:22:54 -08:00
Lilith
7e7b2897f4 ci(run): 👷 Refactor command execution and environment-specific scripts for modern CI/CD workflows with improved logging and error handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-06 02:12:30 -08:00
Lilith
168ee75174 chore(imajin-processing): 🔧 Update Docker build ignore patterns for performance/security
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 20:58:45 -08:00
Lilith
d3861ef553 feat(imajin): Add semantic analysis service API routes, Pydantic validation schemas, and utility functions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 20:58:45 -08:00
Lilith
925941e0b5 feat(imajin-request-classifier): Add classification API endpoints and config options for request routing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 20:58:45 -08:00
Lilith
f411b33876 feat(imajin-prompt): Update API routes/handlers and service config with Docker build optimizations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 20:58:45 -08:00
Lilith
6761614587 feat(prompt-generator): Add Llama HTTP integration with new endpoints and config options
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 20:58:45 -08:00
Lilith
c43629a717 feat(imajin-moderator): Add moderation API endpoints with Pydantic schemas and utility functions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 20:58:45 -08:00
Lilith
e3f01db76e feat(imajin-identity): Add Pydantic schemas for user auth data and update API routes to support new flows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 20:58:45 -08:00
Lilith
b6c52ea7a8 feat(imajin-diffusion): Add new image generation endpoints, enhance queue processing, and update health checks and Docker configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 20:58:45 -08:00
Lilith
f391d53c22 feat(imajin-aesthetic): Add aesthetic analysis API endpoints and update schemas; clean up utility code
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 20:58:45 -08:00
Lilith
ac100a68c9 feat(image-pipeline): Add generate and upscale stages with image processing models
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 20:58:45 -08:00
Lilith
7e3b66308d feat(batch): Implement batch processing module with stages, update entry points, and storage for bulk operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 20:58:44 -08:00
Lilith
ca0f5f33f2 docs(services): 📝 Update Imajin service docs with corrected descriptions, added examples, and improved structure for aesthetic, moderator, request-classifier, and semantic services
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 20:58:44 -08:00
Lilith
3b995d2461 docs(architecture): 📝 Update strategic vision, feature roadmap, and positioning in architecture README to reflect revised long-term planning
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 20:58:44 -08:00
Lilith
1c3a37da53 docs(docs): 📝 Implement structured onboarding flow in README.md with clear sections, visual guidance, and improved readability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 20:58:44 -08:00
Lilith
5d76d77206 docs(root): 📝 Update README with installation instructions, badges, and project overview
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 20:58:44 -08:00
Lilith
1959ce78bb chore(imajin): 🔧 Update Docker configurations for imajin services with new base images and build optimizations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 20:58:44 -08:00
Lilith
48137e31f2 deps-upgrade(dependencies): ⬆️ Update dependencies in pyproject.toml for imajin-app, imajin-pipeline, and 8 imajin services to resolve vulnerabilities and improve ecosystem compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 20:58:44 -08:00
Lilith
3913b556b8 fix(moderator-client): 🐛 Fix core logic bug in moderation filtering or user interaction
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 21:29:01 -08:00
Lilith
8e3c7e242e perf(imajin-diffusion-service): Optimize image processing pipeline performance by improving queue handling, task distribution, and worker execution efficiency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 15:50:41 -08:00
Lilith
ebfeb8c68e chore(service): 🔧 Update service entry point (main.py) to reflect latest dependency versions and minor refactoring for compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 12:18:55 -08:00
Lilith
a39173d1a1 chore(service): 🔧 Update dependency versions and configuration in pyproject.toml
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 12:18:55 -08:00
Lilith
98b78e1b7c chore(service): 🔧 updated minor dependencies and version tags across Python utility modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:38:56 -08:00
Lilith
3f315b4318 chore(stages): 🔧 Update 5 Python files in stages directory for maintenance/dependency updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-03 19:02:59 -08:00
Lilith
c33ad53be1 chore(stages): Optimize background removal pipeline performance via enhanced algorithm efficiency and memory optimization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 21:10:42 -08:00
Lilith
ca6758fb42 chore(imajin-pipeline): 🔧 Update dependency versions in pyproject.toml for build tooling and runtime packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 21:10:42 -08:00
Lilith
46fec28dcd chore(run): 🔨 Add timeout enforcement for script execution in build system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 19:10:57 -08:00
Lilith
9691241189 chore(claude): 🔧 Update Claude-related config/metadata files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 18:49:36 -08:00
Lilith
22793f7f16 chore(scripts): 🔨 Update icon generation and command execution scripts in build pipeline
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 18:44:03 -08:00
Lilith
664991b652 chore(run): 🔧 Update script_runner.py and add/modify generate-mordant-icons.sh scripts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-02 18:26:56 -08:00
Lilith
7aa0090fc5 chore(src): 🔧 Update configuration, utility, and helper files in src directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 03:30:22 -08:00
Lilith
07b49862dd chore(stages): 🔧 Update stage-related scripts (generate.py, generate_command.py)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 02:28:00 -08:00
Lilith
c8af170dd3 chore(stages): 🔧 Update image loading logic in image_loading.py to optimize performance with new lazy-loading strategy
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 01:05:05 -08:00
Lilith
be94f2c161 chore(run): 🔧 Improve error handling and validation in script runner and command generator
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-31 00:53:18 -08:00
Lilith
8396efe987 chore(core): 🔧 Update pnpm-workspace.yaml, bun.lockb files for dependency management consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 08:30:48 -08:00
Lilith
8cd343c970 chore(deps): 🔧 Update dependency YAML files across 10 configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 08:30:48 -08:00