#!/bin/bash
exec > /tmp/botfix/mkbranch_out.txt 2>&1
cd /home/claude/repos/gbharg-agents
git checkout -b feat/ai-reviewer-repo-context-fix origin/main 2>&1
echo "=== now on ==="
git branch --show-current
git log -1 --oneline
echo "DONE_EXIT_OK"
