Skip to main content

Module hosted

Module hosted 

Source
Expand description

Forge-hosted body storage for podless did:nostr agents.

A nostr agent has no pod, so the “words in pods” rule degrades to “words in the forge”: the agent submits the body inline and the forge stores it at pluginDir/hosted/<hex>/<uuid>.json with mode 0600. The corresponding ThreadPointer carries hosted = true and a hosted:<hex>/<uuid> resource ref that this store resolves at read time.

Structs§

HostedStore
Local body store rooted at pluginDir/hosted.

Constants§

REF_SCHEME
The hosted: ref scheme prefix.