chore(nostr): refresh profile kind 0 about with post-14D positioning#32
Merged
proofoftrust21 merged 1 commit intomainfrom Apr 23, 2026
Merged
Conversation
Updates the Nostr profile kind 0 about text to reflect the post-Phase-14D stack: - Intent → fulfill flow with Bayesian posterior + 95% CI - Tiered L402 deposits (21 to 1M sats, rate burnt into macaroon) - Native Express L402 gate (post-Aperture sunset) - Removes em dashes per repo convention - Corrects "across 6 relays" to reflect actual publishing relay set Published to wss://relay.damus.io, wss://nos.lol, wss://relay.primal.net.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Harmonize the Nostr profile kind 0
aboutfield so it matches the post-Phase-14D landing copy (intent → fulfill, Bayesian posterior + 95% CI, tiered L402 deposits, native Express L402 gate).Single-line change in
scripts/nostr-set-profile.ts(source of truth for kind 0). Eventdbfbf7dc5fd260e81931f635a1350883cbb4610e2affd61db30e2c941fee5dc6has already been signed and accepted on all three publishing relays (wss://relay.damus.io,wss://nos.lol,wss://relay.primal.net) at2026-04-23T23:16:31Z. NIP-33 replaceable; supersedes the prior08ca4980…event from 2026-04-10.No schema, no runtime, no docs rewrite — docs align with the landing already. No prod deploy required; kind 0 lives on relays, not on VM1.
Changes
scripts/nostr-set-profile.ts:aboutfield rewritten. All other fields (name,display_name,website,nip05,lud16,picture,banner) unchanged.Verifications
npx tsc --noEmitcleanrg -e '—|–' scripts/nostr-set-profile.ts→ zero matchesrg -iE 'aperture|composite|decide|transact' scripts/nostr-set-profile.ts→ zero matchesdbfbf7dc…on damus.io, nos.lol, primal.net with:Has em/en dash: NOContains "intent": YESContains "Bayesian": YESContains "tiered": YESContains "6 relays": NOForbidden vocab: NOTest plan
npm run nostr:verifyon main post-merge still returns the refreshed profile (no regression)