#!/bin/bash
# uninstall.sh for adom-gchat (app).
set -euo pipefail
rm -f "${HOME}/.local/bin/adom-gchat"
rm -rf "${HOME}/.claude/skills/adom-gchat"
echo "Removed adom-gchat binary + skill."
