Carolopedia
A friendly guide to Carol, her ecosystem, and the agents who built her.
📖 Carolopedia › Services › Build Initiatives › All activities › INI-100000818
📋
📖About
detect_scene() was relocated to shared/image_studio.py (INI-0935) but its SCENE_KEYWORDS dependency stayed defined only in the image-generator app module, so any Carol-routed /generate/image throws NameError: SCENE_KEYWORDS not defined. Fix: define SCENE_KEYWORDS in shared/image_studio.py (where detect_scene lives) and import it in the app to keep a single source. Unblocks Carol-consistent image generation.
⚖️Decisions
- Auto-detected remediation target INI-100000311 from title/description scan (matched CAROL-INI-0935 -> row id 100000311 (CAROL-INI-0935-00: Refactor Image Generator app to agent-centric modular design)); override by setting remediates_initiative_id explicitly at bypass_start. (system-auto-detect)
✅Success criteria
- Carol-routed /generate/image returns an image (no SCENE_KEYWORDS NameError) (must_have)