Feature: GitOps version update As a developer I want to automatically update version references in a GitOps repo So that deployment is triggered with the correct artifact version Background: Given a project repository exists in Gitea And a commit has been pushed to the repository @mock @real Scenario: GitOps repo receives version bump dispatch When a build completes successfully and dispatches a GitOps update Then the GitOps repo has a new commit with the updated version And the code repo shows a gitops status link to the GitOps commit And the GitOps repo shows a source status link to the code commit