COMMIT_SEALED
COMMIT_SEALED = 'strata.commit.sealed'
A flush sealed a window into a commit.
Every event this module dispatches, named once.
The names are part of the public API: a site subscribes to them, a webhook subscription lists them, and both survive an upgrade. So they are dotted, prefixed, and never renamed - a new meaning gets a new constant rather than a redefined one.