diff --git a/CLAUDE.md b/CLAUDE.md index cd4985b..0d4a90c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -2,10 +2,24 @@ This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. +## Company + +**OmixLab LTD** - Package namespace: `com.omixlab` + ## Project Overview Mosis is a **virtual smartphone OS** for VR games and applications. It provides a phone-like device that users can interact with inside VR environments, with real smartphone functionality. +### Current Status + +| Component | Status | Notes | +|-----------|--------|-------| +| MosisService | ✅ Working | RmlUi rendering, touch input, navigation | +| Desktop Designer | ✅ Working | Hot-reload, hierarchy dump, recording | +| Designer Tests | ✅ 5/5 Passing | Navigation tests automated | +| MosisVR (Unity) | ✅ Building | OpenGL backend working, Vulkan in progress | +| MosisUnreal | ✅ Building | AIDL client working, Vulkan in progress | + ### Project Components | Component | Location | Purpose |