granthi-sync v1: granthi-link provisioning service + client daemon + tests

Co-Authored-By: Claude Fable 5 <[email protected]>
This commit is contained in:
Nirav Patel
2026-08-19 00:09:19 -04:00
co-authored by Claude Fable 5
commit 2077591755
13 changed files with 1286 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
# Thin wrapper: run the granthi-sync client from anywhere.
DIR="$(cd "$(dirname "$0")/.." && pwd)"
exec python3 "$DIR/client/granthi_sync_client.py" "$@"