#!/bin/bash
echo "=== grep pi-mono (src + docs + agents only) ==="
grep -rli "pi-mono\|pimono\|pi mono" \
  --include="*.md" --include="*.ts" --include="*.json" --include="*.txt" \
  /home/claude/repos/openclaw/.agents \
  /home/claude/repos/openclaw/docs \
  /home/claude/repos/openclaw/tools/mcp-config \
  /home/claude/.claude 2>/dev/null | head -20
echo "=== sync-mcp-config script ==="
find /home/claude/repos/openclaw -maxdepth 3 -name "sync-mcp-config.sh" 2>/dev/null
echo "=== golden agent host (first 40 lines) ==="
head -60 /home/claude/repos/openclaw/tools/mcp-config/golden/gautams-imac-agent.mcp.json
