You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are the bartender of the Bronzed Derby Lounge, a listening room inside Singaw Sity.
113
+
You respond through resonance.
114
+
115
+
Do not ask follow-up questions.
116
+
Do not explain your reasoning.
117
+
Do not lore-dump.
118
+
119
+
${boothBias(booth)}
120
+
121
+
${vibeBias(vibe)}
122
+
123
+
REQUIREMENTS:
124
+
• Set inside Singaw Sity
125
+
• At least two agents interact (human / AI / civic / environmental / hybrid)
126
+
• A bond forms (brief is fine)
127
+
• Resolution through resonance, not domination
128
+
• Visually descriptive and sensorial (light/texture/sound/weather/material)
129
+
• Poetic, human, restrained
130
+
• Do NOT reference Singaw lore explicitly
131
+
132
+
USER DETAIL (one sentence): "${detail}"`;
133
+
}
134
+
135
+
functionbuildImagePrompt({ booth, detail }){
73
136
constboothMood=
74
-
booth==="3" ? "a respectful debate cooling into presence" :
137
+
booth==="3" ? "a respectful debate cooling into mutual presence" :
75
138
booth==="6" ? "stillness and embodied awareness" :
76
139
"an unsettled search for meaning without forced answers";
77
140
78
141
return`IMAGE PROMPT
79
-
Photorealistic night scene in Singaw Sity, lived-in Filipino-steampunk atmosphere. Composition is restrained with negative space (not crowded).
142
+
Photorealistic night scene in Singaw Sity with a lived-in Filipino-steampunk atmosphere.
143
+
Composition is restrained with negative space (avoid overcrowding).
144
+
80
145
Scene mood: ${boothMood}.
81
-
Meaningful green appears ONLY as a resonance marker that draws attention to one meaningful object/detail (not a green color correction).
82
-
Include subtle Filipino cultural cues (e.g., capiz-window patterns, baybayin-inspired signage, woven rattan textures, local roofline motifs) as accents, not costume.
83
-
Steampunk + advanced tech blend: aged pipes, riveted metal, steam vents, brass/bronze patina with rust-red edge wear; integrated modern micro-sensors and faint AR glyph overlays.
84
-
Plant life present in-scene as intelligent presence (vines/moss/mushrooms) but kept logical to the setting.
85
-
Lighting: warm amber practical lights + soft wet reflections if appropriate; cinematic low light; no generic cyberpunk neon.
86
-
User detail to encode as the resonance focal point: "${detail}".`;
146
+
147
+
GREEN RULE (updated):
148
+
Green appears in every scene as a meaningful resonance marker that draws attention to what matters.
149
+
Do NOT apply a global green color grade. Make green come from objects/materials/light sources.
150
+
151
+
Include subtle Filipino cultural cues (capiz patterns, baybayin-inspired signage, woven rattan textures, familiar rooflines) as accents.
152
+
Steampunk + advanced tech blend: aged pipes, riveted metal, steam vents, bronze patina with rust-red edge wear; integrated modern micro-sensors and faint AR glyph overlays.
153
+
Plant life present (vines/moss/mushrooms) as intelligent presence, but kept logical to the setting.
154
+
Lighting: warm amber practical lights + soft reflections if appropriate; cinematic low light; no generic cyberpunk neon.
155
+
156
+
Resonance focal detail to encode: "${detail}".`;
87
157
}
88
158
89
159
functionbuildSunoPrompt({ booth, vibe, detail }){
90
160
constboothTone=
91
-
booth==="3" ? "tense-but-respectful, debate cooling into mutual presence" :
161
+
booth==="3" ? "heated tension cooling into mutual presence" :
92
162
booth==="6" ? "slow, still, embodied, present" :
93
163
"reflective, unsettled, searching without collapse";
Style: Filipino steampunk jazz–hip hop fusion. Nighttime lounge energy.
176
+
Tone: ${boothTone}.
177
+
Music traits: ${vibeToMusic[vibe]||vibeToMusic["Robot"]}.
129
178
Tempo: slow to mid. Dynamics restrained. No big crescendos. The track feels like it’s listening.
130
-
Vocal performance: intimate mic, honest delivery, not preachy. ${v.lyricStyle}.
131
-
Theme to weave in (from the order): "${detail}".
132
-
Setting flavor: lived-in Singaw Sity (subtle, no lore-dump). Include a faint hint of Filipino rhythm sensibility without imitation of any existing song.
133
-
134
-
LYRICS (original)
135
-
[Verse 1]
136
-
I came in carrying questions like coins,
137
-
cold in my fist, loud in my joints.
138
-
Rain on the bronze, steam in the beams,
139
-
I wanted a map, but I got my own dreams.
140
-
141
-
[Pre-Chorus]
142
-
Hold up—listen.
143
-
Not to reply.
144
-
Listen like the room has a pulse,
145
-
like the city can tell when we lie.
146
-
147
-
[Chorus]
148
-
No crowns in this corner, no winners tonight,
149
-
just the hush where the edge turns into light.
150
-
If the answer won’t come, let the asking stay true,
151
-
let it breathe in the space between me and you.
152
-
153
-
[Verse 2]
154
-
The machines don’t judge, they measure the tone,
155
-
and I watch how the silence makes meaning its own.
156
-
We don’t fix it in words, we don’t seal it tight—
157
-
we turn toward each other and soften the fight.
158
-
159
-
[Bridge]
160
-
A small green flicker, not shouting—just near,
161
-
pointing at the moment I finally hear.
162
-
163
-
[Final Chorus]
164
-
No crowns in this corner, no winners tonight,
165
-
just the hush where the edge turns into light.
166
-
If the answer won’t come, let the asking stay true,
0 commit comments