#!/bin/bash
exec > /tmp/botfix/push_out.txt 2>&1
cd /home/claude/repos/gbharg-agents
git push -u origin feat/ai-reviewer-repo-context-fix 2>&1
echo "PUSH_EXIT=$?"
echo "DONE_EXIT_OK"
