Skip to content

Developer Onboarding

github-actions[bot] edited this page Jul 14, 2026 · 6 revisions

Developer onboarding

Canonical source: docs/DEVELOPMENT.md.

git clone https://github.com/xjoker/codex-switch.git
cd codex-switch
git checkout dev
cargo test --all

Normal development targets dev; master tracks stable releases. Before changing authentication, switching, daemon, or release behavior, read the architecture.

The development guide maps change types to source modules and tests, defines the local quality gate, and lists credential and data-safety contracts.

Clone this wiki locally