Inspection
These commands never write to the world or the store.
sekai --store ./sekai-store list
sekai --store ./sekai-store status ./world
sekai --store ./sekai-store diff 1 2 --in overworld:0,0
sekai debug scan ./world
listprints snapshots oldest first with raw Unix-millis timestamps (RFC 3339 rendering is human-output only). Tags pointing at each snapshot are shown alongside; see Tags.--statappends per-snapshot change statistics (fresh/tombstone/new-blob/effective counts). An empty store prints a note to stderr and exits 0.statuspreviews what a backup would record: the basis snapshot (latest,nullwhen the store is empty), changed regions (new and deleted files split out), chunks that would be newly recorded, tombstones, and blobs absent from CAS.cleanmeans nothing in scope differs from the latest snapshot; counts match a subsequent backup unless the world changes in between. There is deliberately nobackup --dry-run:statusis that command.diffcompares chunk NBT between two snapshots, or between the live world (--world) and a snapshot. One--in DIM:x,zselection keeps the single-chunk output; several selections switch to grouped output, omitting chunks without differences. Scope flags (--in,--region,--kind) select the compared chunks; see Scope selection. A chunk absent or tombstoned on a side diffs as an empty compound there — missing coordinates are never errors (see ADR-0006); only corrupt payloads and missing blobs fail loudly.--show-valuesprints concrete old/new values in human output.debug scanlists region files with size, mtime, chunk count, and header hash, plus per-phase timings with--timing.