Files
image-studio/server/AGENTS.md
syntaxbullet 5e4b548ad4 feat: add ComfyUI integration for image generation and management
- Implemented ComfyGenerateRequest type and associated functions for generating images using various architectures and modes.
- Added functions for listing generation options and handling image uploads.
- Created workflows for different generation modes including SDXL, Z-Image, Z-Image Turbo, and Anima.
- Introduced GenerationJobStatus component to display the status of ongoing generation jobs.
- Developed MaskControls for managing mask operations and displaying mask analysis.
- Created palette items for tool selection, layer management, and generation settings.
2026-07-10 23:15:02 +02:00

7 lines
394 B
Markdown

# Server Integration Rules
- `server/` owns HTTP routes and external backend integrations.
- Keep route parsing, backend clients, environment configuration, polling, and server workflow construction here.
- Do not import React, view modules, editor stores, renderer modules, or browser-only adapters.
- Keep route wiring small and separate from backend-specific clients and workflow builders.