@mevdragon/vidfarm-devcli 0.2.0 → 0.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.
package/.env.example CHANGED
@@ -17,7 +17,7 @@ MAX_PENDING_JOBS_PER_CUSTOMER="0"
17
17
 
18
18
  PUBLIC_BASE_URL="https://vidfarm.cloud.zoomgtm.com"
19
19
  VIDFARM_ADMIN_EMAILS="admin@example.com"
20
- VIDFARM_DEVELOPER_EMAILS="developer@example.com"
20
+ VIDFARM_DEVELOPER_EMAILS="developer@example.com,operator@zoom-gtm.com,entropyinternetorg@gmail.com"
21
21
  TEMPLATE_SOURCE_ROOT="./data/template-sources"
22
22
  STORAGE_DRIVER="local"
23
23
  AWS_REGION="us-east-1"
@@ -28,7 +28,7 @@ AWS_ACCESS_KEY_ID=""
28
28
  AWS_SECRET_ACCESS_KEY=""
29
29
 
30
30
  RESEND_API_KEY=""
31
- RESEND_FROM_EMAIL="noreply@example.com"
31
+ RESEND_FROM_EMAIL="vidfarm@fwd.zoomgtm.com"
32
32
 
33
33
  OPENAI_API_KEY=""
34
34
  OPENROUTER_API_KEY=""
package/PLATFORM_SPEC.md CHANGED
@@ -948,6 +948,7 @@ Even then, the main platform should still own:
948
948
  /templates/template_0001
949
949
  /AWS_REMOTION_HANDOFF.md
950
950
  /PLATFORM_SPEC.md
951
+ /SKILL.director.md
951
952
  /SKILL.developer.md
952
953
  ```
953
954