publish
Enterprise Part of the commercial Kumiko Enterprise offering — not in the open framework.
Turns tenant pattern-files into a runnable app bundle and provides read-side time-travel over the edit history. Key handlers: preview:get materialises the current (or historical asOf) file tree as JSON; build:trigger materialises and passes the tree to a Bun subprocess build, returning bundle size; history:get lists distinct event timestamps as rollback candidates; validation:check runs in-memory parseSourceFile per file (and optionally tsc + Biome via subprocess in mode="full"); rollback:apply computes a diff between an asOf snapshot and the live state, then issues compensating create/update/delete writes through pattern-storage so rollbacks are new events, not history mutation. Requires pattern-storage.
Dependencies
Section titled “Dependencies”- Requires:
pattern-storage - Activation: always on (not toggleable)