@milenyumai/film-kit 1.2.0 → 1.2.1

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.
@@ -74,9 +74,19 @@ Avoid: blurry, low-res, noise, distorted faces, bad anatomy, extra limbs/fingers
74
74
 
75
75
  ---
76
76
 
77
- ## Video Prompt Structure
78
-
79
- ### Standard Template
77
+ ## Model Gate (Critical Before Video Templates)
78
+
79
+ Before using any video template in this file:
80
+ - Read `.agent/model-profile.md` and follow the active model contract.
81
+ - If active model is **Kling 3.0**, do **not** default to the Veo-style `Audio direction:` bullet schema below.
82
+ - If project is a hybrid/smart-hybrid package, the local `.agent/skills/prompt-structure/SKILL.md` override takes precedence over this base file.
83
+
84
+ ## Video Prompt Structure (Veo-Oriented Default Template)
85
+
86
+ > Use this section when the active video model/routed section is **Veo 3.1**.
87
+ > If the active video model/routed section is **Kling 3.0**, jump to the Kling section later in this file and use the Kling skeleton instead.
88
+
89
+ ### Standard Template (Veo 3.1-Oriented)
80
90
 
81
91
  ```
82
92
  Use the provided first frame as exact starting composition. End on provided last frame as exact final composition.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milenyumai/film-kit",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Hollywood-standard cinematic prompt engineering toolkit with model profiles (Veo 3.1 / Kling 3.0). Auto-configures AI agents (Cursor, Claude Code, VS Code Copilot, Antigravity) with production-grade shot generation system.",
5
5
  "type": "module",
6
6
  "main": "./build/index.js",
@@ -61,4 +61,4 @@
61
61
  "typescript": "^5.7.3",
62
62
  "vitest": "^3.0.7"
63
63
  }
64
- }
64
+ }