Codex Run Actions for Expo Use this skill to connect an Expo project to the Codex app action bar. The goal is one project-local script plus , so the user can press in the Codex app and see the Expo CLI / Metro logs in an action terminal. Workflow 1. Confirm the current workspace is an Expo app. - Look for . - Look for , , , or in . - Do not wire the Codex action at a monorepo root if the Expo app is in a child package. 2. Discover the package runner. - Prefer the package manager declared in . - Otherwise infer from lockfiles. - The generated run script should still have a safe fallback to . 3…