721 B
721 B
Monorepo Layout
The workspace is organized by runtime boundary rather than by task.
services/coreowns orchestration, persistence, scheduling, and external model/service adapters.apps/mobileowns the Flutter-first product UI across mobile, desktop, and optional web targets.apps/webis the previous React/Vite console scaffold and is slated for removal or isolation from the product path.packages/contractsowns schemas shared across clients and services.agent-opsowns root agent routing, domain rules, and repeatable task workflows.
Keep feature work scoped by domain, but land cross-boundary changes in one branch when API contracts, generated clients, and UI behavior must move together.