Dev/codex cloud setup #9

Merged
LyAhn merged 3 commits from dev/codex-cloud-setup into main 2026-06-30 14:35:21 +00:00
Owner

Summary

  • Adds scripts/codex-cloud-setup.sh for Codex Cloud environment setup
  • Installs Linux/Tauri native dependencies, Node/pnpm, Rust tooling, JS dependencies, and Rust crates
  • Uses CPU-safe Rust checks with --no-default-features because Phokus enables CUDA by default
  • Adds UI Lab/browser guidance for pnpm dev:ui on port 1422

Notes

  • The script is intended to be pasted into the Codex Cloud setup field or run from the repo root.
  • It avoids full release builds during setup to keep Codex cache warm without making environment creation too heavy.

Summary by CodeRabbit

  • New Features
    • Added a one-step setup script to bootstrap a Codex Cloud development environment.
    • Automatically installs and validates required system packages, Node/pnpm tooling, Rust toolchains, and JavaScript dependencies.
    • Prepares and verifies build readiness by fetching Rust dependencies and installing Playwright Chromium for end-to-end checks.
    • Provides recommended follow-up verification commands and links to confirm everything is working.
## Summary - Adds `scripts/codex-cloud-setup.sh` for Codex Cloud environment setup - Installs Linux/Tauri native dependencies, Node/pnpm, Rust tooling, JS dependencies, and Rust crates - Uses CPU-safe Rust checks with `--no-default-features` because Phokus enables CUDA by default - Adds UI Lab/browser guidance for `pnpm dev:ui` on port `1422` ## Notes - The script is intended to be pasted into the Codex Cloud setup field or run from the repo root. - It avoids full release builds during setup to keep Codex cache warm without making environment creation too heavy. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added a one-step setup script to bootstrap a Codex Cloud development environment. * Automatically installs and validates required system packages, Node/pnpm tooling, Rust toolchains, and JavaScript dependencies. * Prepares and verifies build readiness by fetching Rust dependencies and installing Playwright Chromium for end-to-end checks. * Provides recommended follow-up verification commands and links to confirm everything is working. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
LyAhn added 3 commits 2026-06-30 14:26:43 +00:00
LyAhn merged commit 8fe5daf25d into main 2026-06-30 14:35:21 +00:00
Sign in to join this conversation.