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>
This commit is contained in:
Leonid Pershin
2026-08-22 01:48:02 +03:00
co-authored by Cursor
parent ac8e30c7c8
commit cf89348f85
26 changed files with 1311 additions and 102 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"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"
]
}