Entering Build Mode
Series: world-building · Part 1
Build mode is implemented behind the :write capability:
> /build
Mode: Build. Prompt: chart>
It recognizes /create, /describe, /edit, /destroy, /undo, and /launch. /launch is still a placeholder. /play always returns to ordinary play.
The current SSH account path does not load capabilities into a connection, so a stock login cannot enter build mode. Use Markdown authoring for a real realm today, or inject a scoped capability when embedding Archipelago.TUI.Connection during development.
mix content.new room my-realm/harbor
mix content.validate my-realm
mix content.seed my-realm
Live edits are transactions in the event store. /undo writes compensating events for the most recent build transaction in that session; it does not erase history.