From 5a0d74baf010a3134ec6b46778808e59ff2f3136 Mon Sep 17 00:00:00 2001 From: omigamedev Date: Sat, 17 Jan 2026 12:14:55 +0100 Subject: [PATCH] add company info and status --- CLAUDE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 |