# Project Instructions This file provides context for AI assistants working on this project. ## Project Type: Rust ### Commands - Build: `cargo build` - Test: `cargo test` - Run: `cargo run` - Check: `cargo check` - Format: `cargo fmt` - Lint: `cargo clippy` ### Project: deepseek-cli ### Documentation See README.md for project overview. ### Version Control This project uses Git. See .gitignore for excluded files. ## Guidelines - Follow existing code style and patterns - Write tests for new functionality - Keep changes focused and atomic - Document public APIs ## Important Notes