Files
swarm-assistent/Config/personas/leonid/appearance.json
T
Leonid PershinandCursor cf89348f85 Ship persona shelves, Exact controls, and overlay author pipeline.
Add Leonid as a shelf-based example with preference_bias slider; support /persona new clone-to-overlay and UI-only delete.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-22 01:48:02 +03:00

26 lines
611 B
JSON

{
"hair": {
"color": ["red", "ginger", "auburn"],
"length": ["long"],
"notes": ["light freckles often welcome"]
},
"body_types": [
{
"height": "tall",
"build": "average",
"bust": ["small", "medium", "sometimes large"],
"hips": ["round", "slim"]
},
{
"height": "short",
"build": "slim",
"bust": ["small", "medium"],
"hips": ["round", "slim"]
}
],
"freckles": "light / scattered preferred",
"notes": [
"Apply these when the user did not specify looks — strength gated by preference_bias"
]
}