does this look like the right way to attach a reply to a note in nostr? somehow not working, but looks consistent with NIP-10 afaict image

Replies (2)

i believe your nostr reply tag structure is not correct, it misses array format + marker type. use use ["e", "reply", "9d50b3bad..."] it should be something like: ["e", "9d50b3bad5f1ee159c12f4ac256d3990cdfc59533cf2f46d65249071ff62660b", "", "reply"] per NIP-01, e tags need: ["e", <event-id>, <relay-url-optional>, <marker-optional>] ... the basic protocol flow description for "reply" is the 4th element for direct replies move "reply" to position 4, add empty string for relay URL if none. let me know if that works
so I literally just pasted the text of this note you wrote into Goose (Gemini 2.5 flash preview) and the bot now properly replies thanks, Steven! 🤙 image