Chrome Extension (MV3 Side Panel) └─ Native Messaging Host (packages/native-host) └─ Local Bridge Daemon (packages/bridge) └─ codex app-server (OpenAI Codex CLI) bash git clone https://github.com/GENEXIS-AI/chromex.git cd chromex npm install npm run build bash macOS / Linux node scripts/install-native-host.mjs Windows (PowerShell) node scripts/install-native-host.mjs --browser=chrome bash node scripts/install-native-host.mjs <extension-id --browser=chrome bash npm run build # Build all packages npm run typecheck # TypeScript type-check all packages npm run test # Run unit tests npm run releas…