# Merged With Ops

Union-merges XWUISuperProjects with XWUISuperOps via `XWUISuperApp.merge()` - Projects first (its default landing is preserved), Ops second. Ops is chosen because it is the richest sibling Super-app (39 page-classes), so the merge path is exercised against a real payload; both contribute their `menuTree()` + `pages()` as static data, making the merge a pure function, and the disjoint `projects-*` / `ops-*` namespaces mean no collision-renaming happens. The result is mounted into a host XWUISuperApp as `extraTree` / `extraPages`.
