What problem does it solve?
It helps you review or implement changes to the Mozaiks OSS runtime and platform host so that auth, transport, persistence, module loading/execution, and dispatch continue working correctly across contracts and tests.
Core Features & Use Cases
- Runtime and platform host change review: Focuses edits on the runtime substrate (auth, transport, persistence, event delivery) and the platform host (app loading, module execution meaning, shell/route wiring).
- Module contract and dispatch alignment: Ensures changes remain consistent with module manifests, runtime extension contracts, and event routing expectations.
- Dependency-aware verification: Guides you to inspect architecture docs, file contracts, and the narrowest owning test slice to prevent regressions.
Quick Start
Ask an AI to help you implement a change to module execution or module event routing by identifying the owning layer, required contract updates, and the exact tests that should be run first.