name, description
| name |
description |
| preferences-schema |
EXTEND.md YAML schema for baoyu-cover-image user preferences |
Preferences Schema
Full Schema
Field Reference
| Field |
Type |
Default |
Description |
version |
int |
2 |
Schema version |
watermark.enabled |
bool |
false |
Enable watermark |
watermark.content |
string |
"" |
Watermark text (@username or custom) |
watermark.position |
enum |
bottom-right |
Position on image |
preferred_type |
string |
null |
Type name or null for auto |
preferred_style |
string |
null |
Style name or null for auto |
preferred_text |
string |
title-only |
Text density level |
preferred_mood |
string |
balanced |
Mood intensity level |
default_aspect |
string |
"2.35:1" |
Default aspect ratio |
quick_mode |
bool |
false |
Skip confirmation step |
language |
string |
null |
Output language (null = auto-detect) |
custom_styles |
array |
[] |
User-defined styles |
Type Options
| Value |
Description |
hero |
Large visual impact, title overlay |
conceptual |
Concept visualization, abstract core ideas |
typography |
Text-focused layout, prominent title |
metaphor |
Visual metaphor, concrete expressing abstract |
scene |
Atmospheric scene, narrative feel |
minimal |
Minimalist composition, generous whitespace |
Text Options
| Value |
Description |
none |
Pure visual, no text elements |
title-only |
Single headline (≤8 characters) |
title-subtitle |
Title + subtitle (≤15 characters) |
text-rich |
Title + subtitle + keyword tags (2-4) |
Mood Options
| Value |
Description |
subtle |
Low contrast, muted colors, calm aesthetic |
balanced |
Medium contrast, normal saturation, versatile |
bold |
High contrast, vivid colors, dynamic energy |
Position Options
| Value |
Description |
bottom-right |
Lower right corner (default, most common) |
bottom-left |
Lower left corner |
bottom-center |
Bottom center |
top-right |
Upper right corner |
Aspect Ratio Options
| Value |
Description |
Best For |
2.35:1 |
Cinematic widescreen |
Article headers, blog covers |
16:9 |
Standard widescreen |
Presentations, video thumbnails |
1:1 |
Square |
Social media, profile images |
Custom Style Fields
| Field |
Required |
Description |
name |
Yes |
Unique style identifier (kebab-case) |
description |
Yes |
What the style conveys |
color_palette.primary |
No |
Main colors (array) |
color_palette.background |
No |
Background color |
color_palette.accents |
No |
Accent colors (array) |
visual_elements |
No |
Decorative elements |
typography |
No |
Font/lettering style |
best_for |
No |
Recommended content types |
Example: Minimal Preferences
Example: Full Preferences
Migration from v1
When loading v1 schema, auto-upgrade:
| v1 Field |
v2 Field |
Default Value |
| (missing) |
version |
2 |
| (missing) |
preferred_text |
title-only |
| (missing) |
preferred_mood |
balanced |
| (missing) |
quick_mode |
false |
v1 --no-title flag maps to preferred_text: none.