Field notes from the cave

ADR-0013: Ephemeral by design — wipe-on-start, no persistence (v1)

Status: Accepted (2026-06-09).

Context

ADR-0003 already makes Goblin a best-effort cache (no fsync). Operator decision (2026-06-09): v1 is fully ephemeral — no persistence across restarts or crashes. Every start is a blank slate; old object files and partials are erased. Durable/recoverable operation is deferred to a future “professional” version.

Decision

Consequences