# code-agent-config-manager Development Guidelines
Auto-generated from all feature plans. Last updated: 2026-03-11
## Active Technologies
- Rust 最新稳定版 (edition = "2024") + clap 4.x, serde, serde_json, toml, anyhow, dirs, colored, inquire (交互式输入), dialoguer (对话框), git2 (Git 操作) (004-ux-optimization)
- 配置文件 (~/.agentswitch/config.toml) + 系统密钥链 + Git 仓库(可选) (004-ux-optimization)
- Rust 最新稳定版 (edition = "2024") + clap 4.x, serde, serde_json, toml, anyhow, dirs, colored (003-preset-management)
## Project Structure
```text
src/
tests/
```
## Commands
cargo test [ONLY COMMANDS FOR ACTIVE TECHNOLOGIES][ONLY COMMANDS FOR ACTIVE TECHNOLOGIES] cargo clippy
## Code Style
Rust 最新稳定版 (edition = "2024"): Follow standard conventions
## Recent Changes
- 004-ux-optimization: Added Rust 最新稳定版 (edition = "2024") + clap 4.x, serde, serde_json, toml, anyhow, dirs, colored, inquire (交互式输入), dialoguer (对话框), git2 (Git 操作)
- 003-preset-management: Added Rust 最新稳定版 (edition = "2024") + clap 4.x, serde, serde_json, toml, anyhow, dirs, colored