#!/bin/bash
echo "=== memory tree ==="
ls -la /home/claude/openclaw/memory/ 2>/dev/null
ls -la /home/claude/openclaw/memory/shared/ 2>/dev/null
ls -la /home/claude/openclaw/memory/agents/ 2>/dev/null
echo "=== grep pi-mono everywhere ==="
grep -rli "pi-mono\|pimono" /home/claude/openclaw /home/claude/repos/openclaw 2>/dev/null | head -20
echo "=== grep pi-mono in home dotfiles ==="
grep -rli "pi-mono" /home/claude/.claude 2>/dev/null | head -20
echo "=== sync script ==="
ls -la /home/claude/repos/openclaw/tools/mcp-config/*.sh 2>/dev/null
cat /home/claude/repos/openclaw/scripts/sync-mcp-config.sh 2>/dev/null | head -40
