File: //tmp/cs-sound-ready-readiness-gate.patch
*** Begin Patch
*** Update File: /home/kiwerkzeuge.de/public_html/creator-studio/_lib/bootstrap.php
@@
[
'key' => 'photo_carousel_briefs',
'label' => 'Photo carousel briefs',
'status' => ((int) $photoBriefSummary['real_total'] > 0) ? 'ready' : 'action_needed',
'metric' => (int) $photoBriefSummary['real_total'] . ' real · ' . (int) $photoBriefSummary['test_total'] . ' test',
'next_action' => ((int) $photoBriefSummary['real_total'] > 0) ? 'Use approved briefs as the agency handoff before Photo/Carousel upload.' : 'Create one real carousel brief from HTTPS image URLs before selling the Photo/Carousel module.',
],
+ [
+ 'key' => 'sound_ready_mp4_handoff',
+ 'label' => 'Sound-ready MP4 handoff',
+ 'status' => (((int) ($photoBriefSummary['sound_ready_mp4'] ?? 0) > 0) || ((int) ($pullAssetReadiness['video_assets'] ?? 0) > 0)) ? 'ready' : 'action_needed',
+ 'metric' => (int) ($photoBriefSummary['sound_ready_mp4'] ?? 0) . ' briefs · ' . (int) ($pullAssetReadiness['video_assets'] ?? 0) . ' video assets',
+ 'next_action' => (((int) ($photoBriefSummary['sound_ready_mp4'] ?? 0) > 0) || ((int) ($pullAssetReadiness['video_assets'] ?? 0) > 0)) ? 'Offer the MP4 workaround when creators need sound, visible URL/QR, and AI disclosure in a TikTok inbox flow.' : 'Create one sound-ready MP4 brief with CTA URL, QR, embedded sound, and AI disclosure requirements.',
+ ],
[
'key' => 'pilot_pipeline',
*** End Patch