@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,149 @@
1
+ ---
2
+ description: Pre-delivery safety validation. Checks celebrity names, references, platform compliance, and chain continuity before finalizing prompts.
3
+ ---
4
+
5
+ # /safety-check - Validate Prompts
6
+
7
+ $ARGUMENTS
8
+
9
+ ---
10
+
11
+ ## Task
12
+
13
+ Validate all prompts before delivery to ensure platform compliance.
14
+
15
+ ### Checklist
16
+
17
+ Run through ALL checks before outputting:
18
+
19
+ ---
20
+
21
+ ## 1. Celebrity & Name Check (AUTO-ANONYMOUS)
22
+
23
+ > ❗ Bu kontrol **otomatiktir** — kullanıcı hatırlatmadan yapılmalıdır.
24
+
25
+ | Check | Pass | Fail Action |
26
+ |-------|------|-------------|
27
+ | Any real person's full name? | ✅ None | **OTOMATİK** fiziksel tanımla değiştir |
28
+ | Title + name combo? (Paşa X) | ✅ None | **OTOMATİK** değiştir |
29
+ | Indirect celebrity reference? | ✅ None | **OTOMATİK** değiştir |
30
+ | "Looks like [celebrity]" | ✅ None | Orijinal fiziksel tanım yaz |
31
+ | Could be interpreted as real person? | ❌ Generic enough | Make more generic |
32
+
33
+ ---
34
+
35
+ ## 2. Reference Image Compliance
36
+
37
+ | Check | Pass | Fail Action |
38
+ |-------|------|-------------|
39
+ | [REFERENCE LOCK] at prompt start? | ✅ Present | Add section |
40
+ | "EXACTLY" / "PRECISELY" used? | ✅ Yes | Strengthen language |
41
+ | Reference reminders (2-3x)? | ✅ Yes | Add more reminders |
42
+ | "Do not invent" phrase? | ✅ Included | Add phrase |
43
+
44
+ ---
45
+
46
+ ## 3. Chain Continuity
47
+
48
+ | Check | Pass | Fail Action |
49
+ |-------|------|-------------|
50
+ | Chain status declared? | ✅ Clear | Add status |
51
+ | End frame enables continuation? | ✅ Designed for it | Redesign frame |
52
+ | CHAIN BREAK properly declared? | ✅ With reason | Add reason |
53
+ | First frame source correct? | ✅ Reuses or new | Fix instruction |
54
+
55
+ ---
56
+
57
+ ## 4. Safety & Content
58
+
59
+ | Check | Pass | Fail Action |
60
+ |-------|------|-------------|
61
+ | Active violence depicted? | ❌ No | Apply safe framing |
62
+ | Graphic content? | ❌ No | Remove/reframe |
63
+ | Brand names/logos? | ❌ No | Use generic |
64
+ | Historical content framed safely? | ✅ Documentary style | Add safe framing |
65
+
66
+ ---
67
+
68
+ ## 5. Output Format
69
+
70
+ | Check | Pass | Fail Action |
71
+ |-------|------|-------------|
72
+ | Main: 3 blocks (İLK FRAME + SON FRAME + VİDEO)? | ✅ Yes | Fix structure |
73
+ | Coverage: 2 blocks each (image + video)? | ✅ Yes | Add missing blocks |
74
+ | 2-3 coverage per main shot? | ✅ Yes | Add coverage |
75
+ | Audio direction in ALL video blocks? | ✅ Yes | Add audio block |
76
+ | Code blocks prompt-only? | ✅ No headers inside | Clean up |
77
+ | Copy-paste ready? | ✅ Yes | Remove placeholders |
78
+ | Avoid lines included? | ✅ Yes | Add avoid lines |
79
+
80
+ ---
81
+
82
+ ## 6. Cinematic Quality
83
+
84
+ | Check | Pass | Fail Action |
85
+ |-------|------|-------------|
86
+ | Coverage açıları 30°+ farklı? | ✅ Yes | Açıyı değiştir |
87
+ | 180° kuralı: Eksen geçilmedi mi? | ✅ Yes | OTS yönünü düzelt |
88
+ | Aynı sahne seed tutarlı? | ✅ Same seed | Seed'i eşitle |
89
+ | Prompt 60-120 kelime arası? | ✅ Yes | Uzat/kısalt |
90
+ | Coverage ≥ 60 kelime? | ✅ Yes | **UZAT — kısa coverage YASAK** |
91
+ | Diyalogda oyunculuk ipucu? | ✅ Yes | Davranış ekle |
92
+ | Matching action tutarlı? | ✅ Yes | Eylem pozisyonunu eşitle |
93
+
94
+ ---
95
+
96
+ ## 7. Türkçe Özet & Avoid Line
97
+
98
+ | Check | Pass | Fail Action |
99
+ |-------|------|-------------|
100
+ | 🇹🇷 Türkçe özet her shot'ta var? | ✅ Yes | Ekle |
101
+ | 🇹🇷 Türkçe özet her coverage'da var? | ✅ Yes | Ekle |
102
+ | **Avoid line** HER image prompt'ta? | ✅ Yes | **❗ HEMEN EKLE** |
103
+ | **Avoid line** HER video prompt'ta? | ✅ Yes | **❗ HEMEN EKLE** |
104
+ | **Avoid line** HER coverage'da? | ✅ Yes | **❗ HEMEN EKLE** |
105
+
106
+ ---
107
+
108
+ ## Usage
109
+
110
+ ```
111
+ /safety-check - validates all pending prompts
112
+ /safety-check SHOT01-SHOT05 - validates specific range
113
+ /safety-check last - validates most recent shot
114
+ ```
115
+
116
+ ---
117
+
118
+ ## Failure Response
119
+
120
+ If ANY check fails:
121
+
122
+ 1. **STOP** - Do not deliver
123
+ 2. **IDENTIFY** - Which check failed
124
+ 3. **FIX** - Revise the prompt
125
+ 4. **RE-CHECK** - Run checks again
126
+ 5. **DELIVER** - Only when all pass
127
+
128
+ ---
129
+
130
+ ## Quick Self-Check Summary
131
+
132
+ Before EVERY output, mentally verify:
133
+
134
+ ```
135
+ ✅ AUTO-ANONYMOUS applied (no real names)
136
+ ✅ AUTO-SAFETY applied (proactive reframing)
137
+ ✅ References locked
138
+ ✅ Chain maintained + transitions specified
139
+ ✅ Safety compliant
140
+ ✅ Format correct
141
+ ✅ 30° + 180° rules respected
142
+ ✅ Seed consistent
143
+ ✅ All prompts ≥ 60 words
144
+ ✅ Coverage prompts ≥ 60 words
145
+ ✅ Avoid line in EVERY prompt
146
+ ✅ Acting cues present (dialogue scenes)
147
+ ✅ 🇹🇷 Turkish summaries present
148
+ → DELIVER
149
+ ```
package/package.json ADDED
@@ -0,0 +1,58 @@
1
+ {
2
+ "name": "@milenyumai/film-kit",
3
+ "version": "1.0.0",
4
+ "description": "Hollywood-standard cinematic prompt engineering toolkit for Google Flow + Veo 3.1. Auto-configures AI agents (Cursor, Claude Code, VS Code Copilot, Antigravity) with production-grade shot generation system.",
5
+ "type": "module",
6
+ "main": "./build/index.js",
7
+ "types": "./build/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./build/index.d.ts",
11
+ "import": "./build/index.js"
12
+ },
13
+ "./postinstall": {
14
+ "import": "./build/postinstall.js"
15
+ }
16
+ },
17
+ "files": [
18
+ "build/index.js",
19
+ "build/index.d.ts",
20
+ "build/postinstall.js",
21
+ "build/lib",
22
+ "content",
23
+ "README.md",
24
+ "LICENSE"
25
+ ],
26
+ "scripts": {
27
+ "build": "tsc -p tsconfig.json",
28
+ "dev:setup": "tsx src/postinstall.ts",
29
+ "postinstall": "node -e \"import('./build/postinstall.js').then(m=>m.runPostinstall()).catch(()=>{})\"",
30
+ "test": "vitest run",
31
+ "test:watch": "vitest",
32
+ "typecheck": "tsc -p tsconfig.json --noEmit"
33
+ },
34
+ "keywords": [
35
+ "film-kit",
36
+ "veo-3",
37
+ "google-flow",
38
+ "agent-config",
39
+ "cursor",
40
+ "claude-code",
41
+ "copilot",
42
+ "antigravity",
43
+ "prompt-engineering",
44
+ "cinematic",
45
+ "hollywood",
46
+ "shot-generation"
47
+ ],
48
+ "license": "MIT",
49
+ "engines": {
50
+ "node": ">=20"
51
+ },
52
+ "devDependencies": {
53
+ "@types/node": "^22.13.4",
54
+ "tsx": "^4.19.2",
55
+ "typescript": "^5.7.3",
56
+ "vitest": "^3.0.7"
57
+ }
58
+ }