Tags
sekai --store ./sekai-store tag stable 1
sekai --store ./sekai-store tag stable @prev --force
sekai --store ./sekai-store tag -d stable
sekai --store ./sekai-store tag
Tags give snapshots human-readable aliases so rollback targets stay
readable (rollback ./world @stable instead of an ID). Names use
[A-Za-z0-9._-], run 1–64 bytes, and are never all digits, so @123
cannot be confused with snapshot 123.
- Snapshot arguments to
rollback,export, anddiffaccept<id>or@tag; reports always carry the resolved numeric ID. - Creating over an existing name fails unless
--forcemoves it. Deleting a missing tag fails loudly. - Bare
taglists all tags in name order;listshows each snapshot’s tags alongside. - Tags are metadata only and constrain nothing: pruning a tagged snapshot drops its tags with it.