···11+22+# Tangled Sync
33+44+This bootstrap creates a TypeScript project that syncs GitHub repos to Tangled and
55+publishes ATProto records for each repository.
66+77+See `src/config.env` for configuration. After running this script, run `npm install`
88+and then `npm run sync` from the project directory.
99+1010+**Crucially**, before running `npm run sync`, you must **verify your SSH connection** to Tangled:
1111+1212+1. Run `ssh -T git@tangled.sh` and ensure it succeeds.
1313+2. If the tangled remote does not exist for a GitHub repo, the script will attempt to create it on first run, but this requires an active, working SSH key.