feat(client): Mac aider-watch client (B1-B4: scaffolding + api_client + buffer + aiderw)

This commit is contained in:
Your Name
2026-04-20 09:51:53 +08:00
parent e1539a813e
commit 36610e2744
19 changed files with 633 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/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())