#!/usr/bin/env python3
# aider-watch-client shim | 2026-04-20 @ Asia/Taipei
import sys
from aider_watch_client.aiderw import main
sys.exit(main())
