- apps/web 디렉터리 전체를 삭제하여 web 클라이언트 제거 - Flutter 모바일 앱 구조를 정리하고 모델/스크린/서비스 추가 - agent-ops 규칙 및 로드맵 업데이트 - monorepo 문서 갱신
735 B
735 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/webwas the previous React/Vite console scaffold, which has been removed as part of the Flutter-first client consolidation.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.