git remote add upstream git@github.com:RooCodeInc/Roo-Code.git
or
git remote set-url upstream https://github.com/RooCodeInc/Roo-Code.git
git checkout -b roo-to-main
git fetch upstream
git merge upstream/main --no-ff --no-edit
pnpm test
pnpm build
git push origin roo-to-main