#!/bin/bash
exec > /tmp/botfix/precommit_out.txt 2>&1
cd /home/claude/repos/gbharg-agents
echo "=== lint/format config in pr-review-shared & root ==="
ls -la pr-review-shared/.eslintrc* pr-review-shared/eslint.config.* 2>&1
ls -la .eslintrc* eslint.config.* .prettierrc* 2>&1
echo "=== root package.json exists? ==="
ls -la package.json 2>&1
echo "DONE_EXIT_OK"
