resolveRepoByNostrId
Resolve a repository by owner's Nostr identity (npub or hex) and repo name, returning clone URLs and relays for decentralized Git access.
Instructions
Resolve repo by Nostr identity (npub or hex) and repo name. Returns cloneUrl (prefer git.gittr.space), cloneUrls, relays for location-agnostic use.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relays | No | ||
| repoId | Yes | Repository name | |
| ownerNpubOrHex | Yes | Owner as npub (NIP-19) or 64-char hex |