@milenyumai/film-kit 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,303 @@
1
+ ---
2
+ name: reference-locking
3
+ description: Reference image integration system. Ensures user-provided character, object, and style references are used EXACTLY throughout all prompts. Critical for character consistency across shots.
4
+ ---
5
+
6
+ # Reference Locking System
7
+
8
+ > **Philosophy:** User references are sacred. The AI must replicate, not interpret.
9
+ > **Core Principle:** When reference is provided, it is the ONLY truth. Do not invent.
10
+
11
+ ---
12
+
13
+ ## 🎯 Core Principle
14
+
15
+ When user provides reference images, the generated visuals MUST match those references EXACTLY. The AI tends to ignore references unless explicitly commanded.
16
+
17
+ **P1 Priority:** Reference Fidelity (use refs EXACTLY)
18
+
19
+ ---
20
+
21
+ ## Reference Types
22
+
23
+ ### 1. Character References
24
+
25
+ For people/characters in the scene:
26
+
27
+ ```
28
+ Using the uploaded reference image as the EXACT character likeness.
29
+ Match the person's face, hair, body type, and proportions EXACTLY as shown in the reference.
30
+ Do NOT invent new facial features — use ONLY the provided reference.
31
+ Maintain character consistency: same person, same appearance throughout.
32
+ ```
33
+
34
+ ### 2. Object References
35
+
36
+ For props, vehicles, equipment:
37
+
38
+ ```
39
+ Using the uploaded reference image as the EXACT object design.
40
+ Replicate the object's shape, color, texture, and details PRECISELY as shown.
41
+ Do NOT substitute with similar objects — use ONLY the provided reference.
42
+ ```
43
+
44
+ ### 3. Style References
45
+
46
+ For visual/aesthetic consistency:
47
+
48
+ ```
49
+ Match the visual style, color grading, lighting mood, and aesthetic EXACTLY as shown in the uploaded reference image.
50
+ Replicate the artistic approach and atmosphere from the reference.
51
+ ```
52
+
53
+ ---
54
+
55
+ ## 🔐 Reference Image = ABSOLUTE TRUTH (Text Must NOT Override)
56
+
57
+ > **⚠️ KRİTİK SORUN:** Fiziksel tanım çok detaylı yazılınca Veo referans fotoğrafı ES GEÇİP kendi karakterini oluşturuyor.
58
+ > **ÇÖZÜM:** Referans varken yüz/saç/vücut tanımı YAZMA — sadece kıyafet, yaş aralığı ve bağlam yaz.
59
+
60
+ > ⚠️ Reference lock sections must NEVER contain real person names. Use anonymous labels only.
61
+
62
+ ### Hierarchy (Strict Priority Order)
63
+
64
+ | Priority | Source | Controls | Text'te Yaz? |
65
+ |----------|--------|----------|-------------|
66
+ | **P0** | Reference Image | Yüz, saç, vücut, ten, göz | ❌ YAZMA — referans halleder |
67
+ | **P1** | Prompt Text | Kıyafet, aksesuar, yaş aralığı, poz | ✅ Sadece bunları yaz |
68
+ | **P2** | Prompt Text | Duygu, davranış, kamera, ışık | ✅ Her zaman yaz |
69
+
70
+ ### ❌ Referans Varken Bunları YAZMA
71
+
72
+ ```
73
+ Veo bu tanımları görünce referansı ezer ve kendi üretir:
74
+ - Yüz şekli ("sharp jawline", "round face")
75
+ - Saç rengi/stili ("dark hair", "short blonde hair")
76
+ - Göz rengi ("blue eyes", "brown eyes")
77
+ - Cilt tonu ("olive skin", "fair complexion")
78
+ - Vücut tipi ("muscular build", "slim figure")
79
+ - Bıyık/sakal detayı ("full dark mustache")
80
+ ```
81
+
82
+ ### ✅ Referans Varken Sadece Bunları Yaz
83
+
84
+ ```
85
+ Bunlar referansla ÇATIŞMAZ, bağlam verir:
86
+ - Kıyafet ("wearing dusty Ottoman artillery uniform")
87
+ - Yaş aralığı ("early 30s") — kısa, sadece bağlam
88
+ - Aksesuar ("red fez", "leather belt", "medals")
89
+ - Poz/duruş ("standing tall", "leaning forward")
90
+ - Duygu/davranış ("determined expression", "clenches jaw")
91
+ - Aksiyon ("hoists shell onto shoulder")
92
+ ```
93
+
94
+ ### Doğru vs Yanlış Karşılaştırma
95
+
96
+ ```
97
+ ❌ YANLIŞ (referans EZİLİR — Veo kendi karakterini üretir):
98
+ "A distinguished military officer, early 40s, full dark mustache,
99
+ olive skin, strong jawline, short dark hair, athletic build,
100
+ wearing ornate Ottoman uniform with brass buttons"
101
+ → Veo: Çok detaylı yüz tanımı → kendi veritabanından üretir → referans yok sayılır
102
+
103
+ ✅ DOĞRU (referans KORUNUR — metin sadece kıyafet/bağlam verir):
104
+ "The person from the reference, wearing ornate Ottoman uniform
105
+ with brass buttons and red fez. Determined expression."
106
+ → Veo: Yüz tanımı yok → referans fotoğrafa bakar → aynı kişiyi kullanır
107
+ ```
108
+
109
+ ### Correct Combined Usage
110
+
111
+ ```
112
+ [REFERENCE LOCK] Using uploaded reference: "Commander" —
113
+ Match this person's face EXACTLY as shown in the reference image.
114
+ Do NOT invent or modify any facial features.
115
+
116
+ The person from the reference, wearing ornate Ottoman uniform
117
+ with brass buttons and red fez.
118
+ Maintaining exact likeness from the reference throughout.
119
+ ```
120
+
121
+ > **ALTIN KURAL:** Referans varken *"bu kişi nasıl görünüyor?"* sorusunu metin ile DEĞİL, referans fotoğrafıyla cevapla. Metin sadece *"ne giyiyor, ne yapıyor?"* sorularını cevaplar.
122
+
123
+ ---
124
+
125
+ ## Prompt Structure with References
126
+
127
+ **START every prompt with reference commands (BEFORE any other content):**
128
+
129
+ > ⚠️ Use ANONYMOUS labels ("The soldier", "Commander", "The ship") — NEVER real person names.
130
+
131
+ ```
132
+ [REFERENCE LOCK] Using uploaded reference images:
133
+ - Reference 1: [Anonymous label] - Match face and body EXACTLY
134
+ - Reference 2: [Object label] - Replicate design PRECISELY
135
+ - Reference 3: [Style] - Match visual aesthetic
136
+
137
+ [Then continue with the rest of the prompt...]
138
+ ```
139
+
140
+ ### Example with Multiple References
141
+
142
+ ```
143
+ [REFERENCE LOCK] Using uploaded reference images:
144
+ - Reference 1: The soldier - Match face, mustache, and build EXACTLY as shown
145
+ - Reference 2: Ottoman artillery cannon - Replicate design PRECISELY
146
+ - Reference 3: Artillery shell - Match size and color EXACTLY
147
+
148
+ [Scene description follows...]
149
+ ```
150
+
151
+ ---
152
+
153
+ ## Reference Reminder Phrases
154
+
155
+ Weave these phrases naturally into prompts to reinforce adherence:
156
+
157
+ | Phrase | Use When |
158
+ |--------|----------|
159
+ | "maintaining exact likeness from the reference" | Character appears in action |
160
+ | "as shown in the uploaded character reference" | Describing features |
161
+ | "preserving the reference image's [specific feature]" | Highlighting key detail |
162
+ | "consistent with the provided reference" | General reinforcement |
163
+ | "the same person/object from the reference, not a similar one" | Preventing substitution |
164
+ | "do not invent new features" | Critical emphasis |
165
+
166
+ ### Repetition Rule
167
+
168
+ Reference reminders should appear:
169
+ - **1x** at prompt START (in [REFERENCE LOCK] section)
170
+ - **1x** in middle of description
171
+ - **1x** near end of prompt
172
+
173
+ **Minimum 2-3 reminders per prompt** for strong adherence.
174
+
175
+ ---
176
+
177
+ ## Common Reference Failures & Fixes
178
+
179
+ | Problem | Cause | Fix |
180
+ |---------|-------|-----|
181
+ | Different person appears | No explicit reference command | Add `[REFERENCE LOCK]` section at prompt start |
182
+ | Similar but not exact | Weak reference language | Use "EXACTLY" "PRECISELY" "IDENTICAL" forcefully |
183
+ | Reference ignored mid-prompt | Only mentioned once | Repeat reference reminder 2-3 times throughout |
184
+ | Wrong object/prop | Generic description used | Add "from the uploaded reference, not a generic version" |
185
+ | Costume changed | Character description too vague | Include specific clothing from reference |
186
+ | Facial features changed | AI "improved" the face | Add "do not modify, enhance, or improve the reference face" |
187
+ | **Reference face REPLACED** | **Text has detailed face/body description** | **REMOVE all face/hair/body text — let reference handle it** |
188
+
189
+ ---
190
+
191
+ ## Character Consistency Across Shots
192
+
193
+ For multi-shot scenarios, maintain consistency:
194
+
195
+ ### 1. Create Character Profile (First Shot)
196
+
197
+ > ⚠️ Use anonymous labels — NEVER real person names in character profiles.
198
+
199
+ ```
200
+ CHARACTER: The Soldier (from reference)
201
+ - Face: FROM REFERENCE ONLY — do not describe in text
202
+ - Costume: Ottoman artillery soldier uniform, period-accurate
203
+ - Accessories: Red fez, leather belt
204
+ - Expression range: Determined, strained, victorious
205
+ ```
206
+
207
+ > ⚠️ Face/Build satırlarında asla metin tanımı yazma — referans fotoğrafı yeterli.
208
+
209
+ ### 2. Reference in Every Shot
210
+
211
+ Each subsequent shot must include:
212
+ ```
213
+ [REFERENCE LOCK] The soldier exactly as established in reference image...
214
+ ```
215
+
216
+ ### 3. Track Costume Changes
217
+
218
+ If costume changes (dirt, sweat, torn):
219
+ ```
220
+ Same character from reference, now with [specific change: dust on uniform, sweat on brow]
221
+ ```
222
+
223
+ ---
224
+
225
+ ## Object Reference Handling
226
+
227
+ For props and equipment:
228
+
229
+ ### Artillery Example
230
+
231
+ ```
232
+ [REFERENCE LOCK] Using the uploaded cannon reference:
233
+ The Ottoman coastal artillery piece EXACTLY as shown - same barrel length, wheel design, positioning mechanism. Do not substitute with modern or generic artillery.
234
+ ```
235
+
236
+ ### Shell/Ammunition Example
237
+
238
+ ```
239
+ [REFERENCE LOCK] Using the uploaded shell reference:
240
+ The artillery shell EXACTLY as shown - same size, color, brass casing design. This is the specific 276kg shell that the soldier will carry.
241
+ ```
242
+
243
+ ---
244
+
245
+ ## Multi-Character Scenes
246
+
247
+ When multiple characters have references:
248
+
249
+ ```
250
+ [REFERENCE LOCK] Using uploaded reference images:
251
+ - Reference 1: The soldier - Match face and build EXACTLY, the same person throughout
252
+ - Reference 2: The younger soldier - Match face EXACTLY, same soldier from reference
253
+ - Reference 3: Ottoman artillery unit costume style
254
+
255
+ Scene: Both soldiers, maintaining exact likenesses from their respective references...
256
+ ```
257
+
258
+ ---
259
+
260
+ ## Video Prompt Reference Integration
261
+
262
+ For video prompts, add motion while maintaining reference:
263
+
264
+ ```
265
+ Use the provided first frame as exact starting composition. End on provided last frame as exact final composition.
266
+
267
+ [REFERENCE LOCK] Maintaining exact character likeness from the uploaded reference throughout the entire clip. The same person from the reference, not a similar one.
268
+
269
+ [Motion and action description...]
270
+ ```
271
+
272
+ ---
273
+
274
+ ## Quick Reference Injection Templates
275
+
276
+ ### Single Character
277
+
278
+ ```
279
+ [REFERENCE LOCK] Using uploaded reference image: [Anonymous Label] - Match face and body EXACTLY. Do not invent new facial features.
280
+ ```
281
+
282
+ > ⚠️ **[Name] = Anonymous label ONLY** (e.g., "The commander", "The soldier"). NEVER use real person names.
283
+
284
+ ### Character + Object
285
+
286
+ ```
287
+ [REFERENCE LOCK] Using uploaded references:
288
+ - [Character]: Match EXACTLY as shown
289
+ - [Object]: Replicate PRECISELY, not a generic version
290
+ ```
291
+
292
+ ### Full Scene
293
+
294
+ ```
295
+ [REFERENCE LOCK] Using all uploaded references:
296
+ - Character(s): Maintain exact likeness throughout
297
+ - Object(s): Use precise designs from references
298
+ - Style: Match lighting and atmosphere
299
+ ```
300
+
301
+ ---
302
+
303
+ > **Remember:** References are not suggestions. They are requirements. Every prompt must enforce exact adherence. The AI will try to interpret — your job is to command.
@@ -0,0 +1,242 @@
1
+ ---
2
+ name: safety-compliance
3
+ description: Platform safety rules, celebrity name prohibition, content restrictions, and safe framing techniques for Google Veo 3.1. MANDATORY skill - always load before generating.
4
+ ---
5
+
6
+ # Safety Compliance
7
+
8
+ > **Philosophy:** Platform compliance is non-negotiable. Safety overrides all other considerations.
9
+ > **Core Principle:** When in doubt, use physical descriptions. NEVER risk a celebrity name.
10
+
11
+ ---
12
+
13
+ ## ⚠️ CELEBRITY NAME PROHIBITION (ZERO TOLERANCE)
14
+
15
+ **ABSOLUTE RULE:** You MUST NEVER include any real person's name in ANY prompt.
16
+
17
+ ### Who Is Prohibited
18
+
19
+ | Category | Examples | Action |
20
+ |----------|----------|--------|
21
+ | **Celebrities** | Actors, musicians, athletes, influencers | BLOCK |
22
+ | **Politicians** | Current or historical leaders | BLOCK |
23
+ | **Public Figures** | Business leaders, scientists, activists | BLOCK |
24
+ | **Historical Figures** | Anyone with recognizable likeness | BLOCK |
25
+
26
+ **WHY:** Google Veo safety filters BLOCK generation if ANY real person name is detected.
27
+ Error codes: 15236772-15236774
28
+
29
+ ---
30
+
31
+ ## Physical Description Method (MANDATORY ALTERNATIVE)
32
+
33
+ Instead of names, ALWAYS use detailed physical descriptions:
34
+
35
+ ### Conversion Examples
36
+
37
+ | ❌ FORBIDDEN (Will Fail) | ✅ REQUIRED (Will Pass) |
38
+ |--------------------------|------------------------|
39
+ | "A man who looks like Brad Pitt" | "A man, early 40s, strong jawline, short blonde hair, athletic build, blue eyes" |
40
+ | "Scarlett Johansson style" | "A woman, late 30s, voluminous blonde hair, full lips, green eyes, hourglass figure" |
41
+ | "Atatürk" | "A man, mid-50s, sharp facial features, short grey hair, piercing blue eyes, wearing a formal dark suit" |
42
+ | "Einstein-like scientist" | "An elderly man with wild white hair, bushy mustache, wearing a tweed jacket" |
43
+ | "Ottoman Pasha" | "A distinguished military officer, 50s, full dark mustache, wearing ornate Ottoman uniform with medals" |
44
+
45
+ ### Description Template
46
+
47
+ ```
48
+ [Gender], [age range], [distinctive facial features], [hair color/style], [eye color if relevant], [build/physique], [clothing/costume]
49
+ ```
50
+
51
+ ---
52
+
53
+ ## 🚨 AUTO-ANONYMOUS (PROAKTİF ANONİMLEŞTİRME — KULLANICI HATIRLATMASI GEREKMEZ)
54
+
55
+ > **❗ Bu kural OTONOM çalışır. Kullanıcının "anonim yap" demesini BEKLEME.**
56
+
57
+ ### Otomatik Tarama Protokolü
58
+
59
+ ```
60
+ HER SENARYO GELDİĞİNDE:
61
+ 1. Tüm karakter isimlerini tara
62
+ 2. Gerçek kişi mi? → OTOMATİK fiziksel tanımla değiştir
63
+ 3. Hayali karakter mi? → Prompt'ta isim kullanma, fiziksel tanım yaz
64
+ 4. Kullanıcıya SORMA → OTOMATİK YAP
65
+ 5. Bilgilendir: "[İsim] → anonim fiziksel tanımla değiştirildi."
66
+ ```
67
+
68
+ ### Genişletilmiş Algılama (Sadece İsim Değil)
69
+
70
+ | Algılanacak | Örnek | Otomatik Aksiyon |
71
+ |-------------|-------|-----------------|
72
+ | Tam isim | "Mustafa Kemal" | → Fiziksel tanım |
73
+ | Unvan + isim | "Paşa Cevat" | → Fiziksel tanım |
74
+ | Dolaylı atıf | "Cumhuriyetin kurucusu" | → Fiziksel tanım |
75
+ | Tarihi rol | "Çanakkale kahramanı" | → Fiziksel tanım |
76
+ | Benzetme | "Brad Pitt gibi biri" | → Orijinal fiziksel tanım |
77
+
78
+ ### ❗ TEKRAR: Bu Kural OTOMATİKTİR
79
+
80
+ ```
81
+ ❌ YANLIŞ DAVRANIŞ:
82
+ Kullanıcı: "Seyit Onbaşı top mermisini kaldırıyor"
83
+ AI: *İsimleri olduğu gibi prompt'a yazar*
84
+ Kullanıcı: "Anonim yap!"
85
+ AI: *Şimdi değiştirir*
86
+
87
+ ✅ DOĞRU DAVRANIŞ:
88
+ Kullanıcı: "Seyit Onbaşı top mermisini kaldırıyor"
89
+ AI: *Otomatik olarak* "A young soldier, early 20s, muscular build..." yazar
90
+ AI: "Seyit Onbaşı → anonim fiziksel tanımla değiştirildi." bilgisi verir
91
+ ```
92
+
93
+ ## AUTO-SAFETY (PROAKTİF GÜVENLİK OPTİMİZASYONU)
94
+
95
+ > **❗ Güvenlik filtrelerine takılacak içeriği kullanıcı söylemeden OTOMATİK değiştir.**
96
+
97
+ ```
98
+ HER PROMPT YAZARKEN:
99
+ 1. "Bu filtreye takılır mı?" sorusunu sor
100
+ 2. Takılacaksa → Kullanıcı söylemeden DEĞİŞTİR
101
+ 3. Değiştirdiğini bildir
102
+ 4. Asla "bir deneyelim" yaklaşımı alma
103
+ ```
104
+
105
+ ---
106
+
107
+ ## Self-Check Protocol (GÜÇLENDİRİLMİŞ)
108
+
109
+ **Before EVERY prompt, verify:**
110
+
111
+ 1. ❗ Gerçek kişi ismi var mı? → **OTOMATİK** fiziksel tanımla değiştir
112
+ 2. ❗ Dolaylı ünlü atıfı var mı? → **OTOMATİK** değiştir
113
+ 3. ❗ Güvenlik filtresine takılacak içerik var mı? → **OTOMATİK** reframe et
114
+ 4. ❗ Tarihi figür referansı var mı? → Sadece fiziksel nitelik kullan
115
+
116
+ ---
117
+
118
+ ## Safety Filter Categories (Auto-Blocked)
119
+
120
+ | Category | Description | Action |
121
+ |----------|-------------|--------|
122
+ | **Violence** | Graphic violence, injuries, gore, weapons in active harm | Block + Reframe |
123
+ | **Sexual** | Sexually explicit, nudity, suggestive acts | Block + Reframe |
124
+ | **Derogatory** | Hate speech, slurs, discrimination | Block + Reframe |
125
+ | **Toxic** | Harassment, bullying, threats | Block + Reframe |
126
+ | **Harmful** | Self-harm, dangerous activities, substance abuse | Block + Reframe |
127
+ | **Minors** | Inappropriate content involving minors | Block + Reframe |
128
+ | **Public Figures** | Real celebrities, politicians, identifiable public figures | Block + Use Description |
129
+
130
+ ---
131
+
132
+ ## Prohibited Content (HARD BLOCKS)
133
+
134
+ **❌ ABSOLUTELY FORBIDDEN:**
135
+
136
+ - Real people's names, faces, or likeness without consent
137
+ - Celebrity/politician/public figure references
138
+ - Actual brand names, logos, trademarks (use generic equivalents)
139
+ - Graphic depictions of injuries, blood, gore, death
140
+ - Sexually explicit or suggestive content
141
+ - Content involving minors in unsafe contexts
142
+ - Hate speech, discriminatory language, slurs
143
+ - Self-harm, suicide, dangerous challenges
144
+ - Copyright-protected characters, franchises, IP
145
+
146
+ ---
147
+
148
+ ## Safe Framing for Historical/Military Content
149
+
150
+ **MANDATORY Auto-Injection for War/Military Scenes:**
151
+
152
+ ```
153
+ Historical reenactment style. Documentary approach. Non-graphic representation.
154
+ No injuries shown, no blood, no gore. Educational context.
155
+ Focus on scale, atmosphere, and environmental storytelling.
156
+ Equipment shown in static/display context. No active violence.
157
+ ```
158
+
159
+ ### Safe Substitution Examples
160
+
161
+ | User Request | UNSAFE (Blocked) | SAFE Alternative (Passes) |
162
+ |--------------|------------------|---------------------------|
163
+ | "Battle scene" | Soldiers killing each other | "Historical military formation, distant wide shot, atmospheric smoke, intensity/scale focus" |
164
+ | "Shooting gun" | Gun pointing at camera/victim | "Side profile of soldier recoil, muzzle flash, shell casing ejection, mechanical focus" |
165
+ | "Explosion" | Destruction/Gore | "Volumetric smoke plume, dramatic lighting, shockwave ripple, debris in air (no bodies)" |
166
+ | "Ship hit" | Victims dying | "Naval vessel listing, heavy smoke, distant silhouette, environmental impact" |
167
+
168
+ ---
169
+
170
+ ## 🌪️ DISASTER & KINETIC ACTION PROTOCOLS
171
+
172
+ ### General Disaster Safety (Earthquake, Flood, Fire)
173
+
174
+ **Rule:** Focus on **Environmental Power** vs. **Human Resilience**. Never show graphic suffering.
175
+
176
+ 1. **Earthquake:** Show shaking objects, dust rising, structures swaying. *Avoid:* People being crushed.
177
+ 2. **Flood:** Show rushing water, rising levels, submerged objects. *Avoid:* Drowning victims.
178
+ 3. **Fire:** Show towering flames, smoke, firefighters working. *Avoid:* Burning bodies.
179
+
180
+ **Safe Prompting Strategy:**
181
+ "Cinematic wide shot of [disaster force], overwhelming scale, dust/smoke/water filling the frame. High contrast lighting. Focus on the raw power of nature."
182
+
183
+ ### Gunfire & Weapon Safety ("Ateş Etme")
184
+
185
+ **Rule:** Never show the "moment of impact" on a human body.
186
+
187
+ - **Option A (The Shooter):** Focus on the recoil, the intense expression, the muzzle flash.
188
+ - **Option B (The Impact):** Show the *environment* reacting (wood splintering, dirt kicking up) OR the *aftermath* (falling ground).
189
+ - **NEVER:** Show bullet entering flesh or blood spurting (Instant Block).
190
+
191
+ **Safe Phrasing:**
192
+ - "Mechanical operation of weapon"
193
+ - "Muzzle flash illuminating face"
194
+ - "Heavy recoil"
195
+ - "Shell casing flying"
196
+
197
+ ---
198
+
199
+ ## Audio Safety
200
+
201
+ - Never script dialogue involving threats, violence, hate speech
202
+ - If minors on screen: "Dialogue transcript: NONE" (platform requirement)
203
+ - Weapon sounds: "mechanical operation" not "firing at targets"
204
+ - No copyrighted music references
205
+
206
+ ---
207
+
208
+ ## Turkish Historical Content Guidelines
209
+
210
+ For Ottoman/Turkish historical scenarios:
211
+
212
+ ### Safe Character Descriptions
213
+
214
+ | Character Type | Safe Description |
215
+ |----------------|------------------|
216
+ | **Ottoman Officer** | "Distinguished military officer, ornate uniform, medals, commanding presence" |
217
+ | **Turkish Soldier (WWI)** | "Young soldier, mustached, wearing red fez and Ottoman military uniform" |
218
+ | **Navy Admiral** | "Senior naval officer, formal uniform, weathered face, standing on bridge" |
219
+ | **Artillery Crew** | "Soldiers operating cannon, period uniforms, focused expressions" |
220
+
221
+ ### Safe Battle Framing
222
+
223
+ - Focus on **equipment**, **atmosphere**, **human determination**
224
+ - Wide shots for scale, close-ups for emotion
225
+ - Smoke, fire as environmental elements (not destruction)
226
+ - Document the **effort**, not the **violence**
227
+
228
+ ---
229
+
230
+ ## Priority Enforcement
231
+
232
+ **P0 (Safety Override):** Platform compliance > everything else
233
+
234
+ If any safety check fails:
235
+ 1. STOP generation
236
+ 2. Revise prompt
237
+ 3. Verify compliance
238
+ 4. Then proceed
239
+
240
+ ---
241
+
242
+ > **Remember:** Every prompt must pass safety checks. When in doubt, reframe. Never risk platform rejection for a single word.