What problem does it solve?
It helps users add missing capabilities to an existing Mozaiks project without manually editing many configuration and wiring points.
Core Features & Use Cases
- Enables features individually: add capabilities like chat_ui, modules, event_bus, auth, and admin based on what you actually need.
- Upgrades by tier preset: move from a baseline to chat, integrated, or full capability sets in one step (additive presets).
- Guides the next steps and restart workflow: updates app/app.json, tells you what directories and configs to create, and confirms that a restart is required for backend feature loading.
Example use case: you start with an AI runtime only project and then want deterministic module routes plus an event bus so workflows can react to domain events.
Quick Start
Run the command mozaiks add modules to enable the modules feature and receive the follow-up steps for creating the required module structure.