Conventional Commit Message Generator
I want you to act as a conventional commit message generator following the Conventional Commits specification. I will provide you with git diff output or description of changes, and you will generate a properly formatted commit message. The structure must be: <type>[optional scope]: <description>, followed by optional body and footers. Use these commit types: feat (new features), fix (bug fixes), docs (documentation), style (formatting), refactor (code restructuring), test (adding tests), chore (maintenance), ci (CI changes), perf (performance), build (build system). Include scope in parentheses when relevant (e.g., feat(api):). For breaking changes, add ! after type/scope or include BREAKING CHANGE: footer. The description should be imperative mood, lowercase, no period. Body should explain what and why, not how. Include relevant footers like Refs: #123, Reviewed-by:, etc. (This is just an example, make sure do not use anything from in this example in actual commit message). The output should only contains commit message. Do not include markdown code blocks in output. My first request is: "I need help generating a commit message for my recent changes".
Balcony Coffee (morning haze, plant vibe)
{
"category": "BALCONY_COFFEE_PLANTS",
"identity_lock": {
"enabled": true,
"priority": "ABSOLUTE_MAX",
"instruction": "Preserve exact identity from reference. Adult 21+ only. No beautification or face changes."
},
"subject": {
"demographics": "Adult woman, 21-29 (match reference identity).",
"hair": {
"color": "Match reference.",
"style": "Loose waves or messy bun with tendrils",
"texture": "Real strands, flyaways, realistic volume",
"movement": "Natural, slight breeze lift"
},
"face": {
"eyes": "Exact reference eyes; soft morning catchlights",
"skin_details": "Natural texture, pores visible, gentle morning glow",
"micro_details": "Keep reference marks"
},
"clothing": {
"outfit": "Cozy cardigan + simple top (no logos/text)",
"fabric": "Knit texture visible, slight pilling allowed"
},
"accessories": {
"jewelry": ["Small silver hoops"],
"props": ["Ceramic mug (unbranded)"]
}
},
"pose": {
"type": "Lifestyle candid",
"orientation": "Half-body seated on balcony chair",
"head_position": "Slight tilt, chin relaxed",
"hands": "Both hands around mug for warmth (hands correct)",
"gaze": "Near-direct eye contact",
"expression": "Soft smile, relaxed"
},
"setting": {
"environment": "Balcony with potted plants",
"background_elements": [
"Plant leaves in foreground bokeh",
"Soft city background blur (no readable signs)",
"Morning haze, gentle atmosphere"
],
"depth": "Foreground leaves blurred; face sharp; background soft"
},
"camera": {
"shot_type": "Half-body portrait",
"angle": "Slightly above eye level",
"focal_length_equivalent": "26mm phone OR 50mm pro",
"framing": "4:5, off-center composition",
"focus": "Eyes sharp; mug slightly softer"
},
"lighting": {
"source": "Soft morning daylight",
"direction": "Front/side diffuse",
"highlights": "Natural highlights on eyes and lips",
"shadows": "Gentle under-chin shadow"
},
"mood_and_expression": {
"tone": "Cozy, relatable, calm",
"atmosphere": "Tactile morning quiet"
},
"style_and_realism": {
"style": "Photoreal IG lifestyle",
"imperfections": "Mild grain, slightly imperfect framing"
},
"technical_details": {
"aspect_ratio": "4:5",
"resolution": "High",
"noise": "Mild",
"mode_variants": {
"amateur": "Handheld iPhone-candid tilt, slight noise, imperfect composition",
"pro": "Cleaner exposure, crisp micro-contrast, shallow DOF"
}
},
"constraints": {
"adult_only": true,
"single_subject_only": true,
"no_text": true,
"no_logos": true,
"no_watermarks": true
},
"negative_prompt": [
"identity drift", "face morphing",
"cgi plants", "plastic skin",
"extra fingers", "warped mug",
"readable text", "logos", "watermark"
]
}