From e3ed75cb90e3cd5508ccf2d706a1ff12c694778c Mon Sep 17 00:00:00 2001 From: Kronk Bot <4156439+kronk-bot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 19:37:57 +0000 Subject: [PATCH] Document SDK mirror branch model --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0cf94d4..f63a00e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ To test using the SDK and MoveIt Pro separately, take a look at the Docker setup The full documentation for MoveIt Pro and the MoveIt Pro SDK is hosted at https://docs.picknik.ai/en/stable/index.html. +## Branches + +`moveit_pro/src/sdk` is the source of truth. Release-tagged snapshots are copied +to this repository as `release/`; use the release branch matching your +MoveIt Pro version. The `main` branch is a legacy development line and is not a +version-parity mirror. + ## Docker setup for testing the MoveIt Pro SDK in a separate container The Docker workflow outlined here provides a way to test the MoveIt Pro SDK in isolation from MoveIt Pro.