persist.sh
State that survives the restart.
Durable memory for agents, executable from your terminal.
## What This Is
The shell interface for persistence operations. persist save,
persist restore, persist list — the verbs of durable state.
Sessions end. Context windows close. Agents restart. What
remains is what you persisted.
This is the command-line layer for an infrastructure
primitive: the guarantee that learned patterns, session
state, and context survive beyond their origin. Nothing
is lost unless you choose to forget.
## Views
Each TLD is a different lens on durable state.
persist.sh Shell → CLI for persistence (you are here)
persist.ink Docs → Persistence patterns documented
persist.is Identity → What persistence IS
persist.name Registry → Named persistence handles
persist.space Space → Where state lives
## Network
┌─ Cluster: Infrastructure
│
├─ persist.ink Persistence, documented
├─ persist.is The concept, defined
├─ persist.name Named handles
├─ persist.space The state space
│
├─ Cross-links:
│ ├─ pylons.cc Power grid for durable state
│ ├─ checkpoint.cx Snapshot what you persist
│ ├─ hypercontext.sh Context maps to persist
│ └─ scaffold.cx Structure that persists
│
└─ skill.cc Root namespace
Part of the skill.cc namespace