### Description After merges into `main`, the `dev` branch must be kept aligned to avoid drift. ### Acceptance criteria - [ ] `dev` contains all commits from `main` - [ ] No force-push on `dev` - [ ] Alignment done via `git merge main` into `dev`
Description
After merges into
main, thedevbranch must be kept aligned to avoid drift.Acceptance criteria
devcontains all commits frommaindevgit merge mainintodev