#!/bin/bash
exec > /tmp/botfix/diff_out.txt 2>&1
cd /home/claude/repos/gbharg-agents
echo "=== status ==="
git status -s
echo "=== diff ==="
git --no-pager diff
echo "DONE_EXIT_OK"
