OpenMontage/lib
calesthio 514d0faf37 backlot phase 0 review fixes: fail-closed gates, atomic checkpoint writes, event attribution hardening
- gate = manifest OR caller (stricter wins); unknown pipeline_type now
  raises instead of silently disabling enforcement; corrupt manifest logs
  and falls back; misleading diagnostic fixed
- write_checkpoint backfills pipeline_type from project.json marker so
  omitting the kwarg can't bypass gates
- checkpoint writes are atomic (temp + os.replace); history archiving is
  copy-based and best-effort (Windows open-file safe)
- manifest loads cached (load_pipeline_readonly); stage gate lookup moved
  to pipeline_loader.get_stage_human_approval_default; PROJECTS_DIR unified
  in lib/paths.py
- events: containment + root-normalization for explicit project dirs, no
  ghost-project mkdir, 0.0 cost preserved, nested-call depth tag,
  wrapper simplified
- documentary-montage edit-director gate footer (was missed); AGENT_GUIDE
  no longer claims edit/compose always auto-proceed
2026-07-01 23:24:11 -07:00
..
providers Initial release — OpenMontage: the first open-source agentic video production system 2026-03-29 08:25:17 -07:00
__init__.py Initial release — OpenMontage: the first open-source agentic video production system 2026-03-29 08:25:17 -07:00
checkpoint.py backlot phase 0 review fixes: fail-closed gates, atomic checkpoint writes, event attribution hardening 2026-07-01 23:24:11 -07:00
clip_embedder.py Add documentary-montage pipeline for retrieval-first motion-clip montage 2026-04-10 16:04:28 -07:00
config_model.py Initial release — OpenMontage: the first open-source agentic video production system 2026-03-29 08:25:17 -07:00
corpus.py Add documentary-montage pipeline for retrieval-first motion-clip montage 2026-04-10 16:04:28 -07:00
delivery_promise.py Implementation spec: governance, decision intelligence, theme system, and E2E bug fixes 2026-04-03 09:35:09 -07:00
env_loader.py Initial release — OpenMontage: the first open-source agentic video production system 2026-03-29 08:25:17 -07:00
events.py backlot phase 0 review fixes: fail-closed gates, atomic checkpoint writes, event attribution hardening 2026-07-01 23:24:11 -07:00
hyperframes_style_bridge.py hyperframes: add HTML/CSS/GSAP as a parallel composition runtime 2026-04-18 18:37:00 -07:00
media_profiles.py Initial release — OpenMontage: the first open-source agentic video production system 2026-03-29 08:25:17 -07:00
paths.py backlot phase 0 review fixes: fail-closed gates, atomic checkpoint writes, event attribution hardening 2026-07-01 23:24:11 -07:00
pipeline_loader.py backlot phase 0 review fixes: fail-closed gates, atomic checkpoint writes, event attribution hardening 2026-07-01 23:24:11 -07:00
playbook_generator.py Implementation spec: governance, decision intelligence, theme system, and E2E bug fixes 2026-04-03 09:35:09 -07:00
scoring.py video-gen: adopt Seedance 2.0 as preferred premium default 2026-04-17 21:51:54 -07:00
shot_prompt_builder.py Implementation spec: governance, decision intelligence, theme system, and E2E bug fixes 2026-04-03 09:35:09 -07:00
slideshow_risk.py hyperframes: add HTML/CSS/GSAP as a parallel composition runtime 2026-04-18 18:37:00 -07:00
source_media_review.py fix(source_media_review): use registry.get() not get_tool() 2026-04-23 01:45:00 -04:00
variation_checker.py Implementation spec: governance, decision intelligence, theme system, and E2E bug fixes 2026-04-03 09:35:09 -07:00
verify_scene_pacing.py screen-demo: add synthetic-terminal mode via Remotion TerminalScene 2026-04-16 19:22:46 -07:00