Evidence bundle for Epidemic Sound DaVinci Resolve plugin bug report.
See bug-report.html for full context.

Files:
- ResolveDebug.txt    Last 5000 lines of Resolve's debug log. Search for
                      "BgRenderManager" and "UiWIPlugin" to see the render
                      lifecycle. Note the absence of any "RenderStop" event.
- batch-render.xml    Most recent completed batch-render job XML showing
                      <Status>COMPLETE</Status> and the correct output path.
- scope_v3.json       Plugin Sentry scope — all Hub-side API calls
                      returning 200 OK, errors:0, status:ok. Confirms the
                      failure is local to the renderer Promise, not the
                      backend.
- manifest.xml        Plugin manifest — confirms v1.19.5 / interface v2.
- cY-decompiled.js    Hand-cleaned reconstruction of the encodeVideoSequence
                      function from the minified main.js bundle. The
                      problematic Promise + RegisterCallback("RenderStop")
                      pattern is annotated.
