← Shelby — Field Output SHELBY/
Reliability · internal system

Session Lifecycle Ledger

A disposition record for every AI session — because nothing gets killed without first being written down.

Live No public endpoint Ledger

The problem it solves

When dozens of AI sessions run across several machines, something has to reclaim the dead ones. The naive reaper is worse than the leak: it looks at CPU, decides a session is idle, and kills a human's live work mid-thought.

How it works

01
Register
every session enters the ledger
02
Signal
several independent liveness signals
03
Judge
reap only when all of them are cold
04
Tombstone
state recorded before anything is killed
05
Recover
the record can rebuild what was lost

Under the hood

Why it matters

Reclaiming resources is easy. Reclaiming them without ever destroying live work is the actual engineering problem.

← Work Registry Intel Radar →
Internal system — no public endpoint. Part of Shelby, the extended-mind infrastructure of Aragorn Meulendijks. Architecture overview: the one-page blueprint.