-
-
Notifications
You must be signed in to change notification settings - Fork 3
Developer Onboarding
github-actions[bot] edited this page Jul 14, 2026
·
6 revisions
Canonical source: docs/DEVELOPMENT.md.
git clone https://github.com/xjoker/codex-switch.git
cd codex-switch
git checkout dev
cargo test --allNormal 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.
- Learn the system boundaries in Architecture overview.
- Before opening a pull request, follow Contributing.