// The canonical NSIDs for the AT Intents records. Change these two constants // (and the lexicon `id` fields under ../../lexicons/) to re-home the namespace. // // Authority domain: at-intent.dev. atproto resolves a record's lexicon by // reversing the NSID authority into a domain, resolving that to a DID, and // reading the lexicon from there — so these names only resolve on the live // network once at-intent.dev publishes the lexicons. The *records themselves* // live in each app's repo under these collection NSIDs. export const AUTHORITY = "at-intent.dev"; export const CAPABILITY_NSID = "dev.at-intent.capability"; export const USAGE_NSID = "dev.at-intent.usage";