System overview
apps/web -----------+ +--> @vertex/ui --> @vertex/editor-coreapps/desktop -------+ | +--> @vertex/ide-ui +--> @vertex/core
apps/web --------------------------> @vertex/runtime
@vertex/web-editor ----------------> @vertex/editor-coreThe packages form three layers:
- Editing primitives in
@vertex/editor-core. - Reusable Angular workbench presentation and services.
- Product applications that choose browser or native platform adapters.
@vertex/runtime is browser-oriented but Angular-free. It owns filesystem,
Git, build, preview, and deployment adapters. The embedded editor must never
import it.
See the repository’s architecture document for the complete dependency diagram and invariants.