persist.name

What persists deserves a name. The identity registry for durable state handles.
## What This Is State without a name is state you cannot find. persist.name is the registry layer — named handles for every persistent artifact. Sessions, contexts, learned patterns, checkpoints: each gets an addressable identity. persist.name/deep-research-session-47 is not a URL. It is a promise: this state exists, it has a name, and you can retrieve it. The .name TLD is literally the identity registry — the namespace where persistence becomes addressable, shareable, and composable.
## Views Each TLD is a different lens on durable state. persist.sh Shell → CLI for persistence persist.ink Docs → Written knowledge persist.is Identity → What persistence IS persist.name Registry → Named handles (you are here) persist.space Space → Where state lives
## Network ┌─ Cluster: Infrastructure │ ├─ persist.sh Run persistence commands ├─ persist.ink Read the patterns ├─ persist.is The concept defined ├─ persist.space State space │ ├─ Cross-links: │ ├─ breadcrumb.cx Named trail markers │ ├─ checkpoint.cx Named snapshots │ ├─ hypercontext.net Named contexts in the graph │ └─ skillcraft.cc Named skills in the registry │ └─ skill.cc Root namespace
Part of the skill.cc namespace