Documentary Montage hardening plus governance fixes

This commit is contained in:
calesthio
2026-04-10 16:42:39 -07:00
parent 44baede67f
commit de94d4dba3
27 changed files with 1107 additions and 98 deletions
+1 -1
View File
@@ -191,7 +191,7 @@
},
"renderer_family": {
"type": "string",
"enum": ["explainer-data", "explainer-teacher", "cinematic-trailer", "product-reveal", "screen-demo", "presenter", "animation-first"],
"enum": ["explainer-data", "explainer-teacher", "cinematic-trailer", "documentary-montage", "product-reveal", "screen-demo", "presenter", "animation-first"],
"description": "Locked at proposal stage — determines which Remotion composition renders this video"
},
"slideshow_risk_score": {
@@ -147,7 +147,7 @@
},
"renderer_family": {
"type": "string",
"enum": ["explainer-data", "explainer-teacher", "cinematic-trailer", "product-reveal", "screen-demo", "presenter", "animation-first"],
"enum": ["explainer-data", "explainer-teacher", "cinematic-trailer", "documentary-montage", "product-reveal", "screen-demo", "presenter", "animation-first"],
"description": "Locked at proposal stage — compose cannot change without logging a decision"
},
"music_source": {
+1 -1
View File
@@ -39,7 +39,7 @@
"render_grammar": {
"type": "string",
"description": "Which renderer family was used for this render",
"enum": ["explainer-data", "explainer-teacher", "cinematic-trailer", "product-reveal", "screen-demo", "presenter", "animation-first"]
"enum": ["explainer-data", "explainer-teacher", "cinematic-trailer", "documentary-montage", "product-reveal", "screen-demo", "presenter", "animation-first"]
},
"slideshow_risk_score": {
"type": "object",