When you edit a controlled document in Lightworks, it commits to a branch and opens a pull request automatically. Reviewers comment, approve, and — on plans with eSignatures — sign before anything reaches main.
Edit a document and a PR opens in your repo. No separate workflow step. The PR accumulates further edits until it's merged or closed. Nothing touches main without going through review.
Side-by-side or unified diff of every file changed. Additions in green, removals in red. Comments thread directly on the PR timeline, visible to anyone with repository access.
Standard merge or eSignature merge — MFA-verified, writes a cryptographically signed record to every file touched by the PR. Your change control process, enforced at the gate.