# Contributing to cache-kit
Contributions welcome! Please follow these guidelines:
## Development Setup
- Fork / Clone
- Start [Amp](https://ampcode.com), [Claude Code](https://claude.ai/code), [Kilo code](https://kilo.ai)
- Fix the issue
```bash
make dev
make test
make build
```
## Before Submitting
- Add tests for new features
- Run `cargo fmt` and `cargo clippy`
- Update docs if needed
- Reference issues in commit messages
## Code Standards
- Follow Rust [conventions(agent friendly)](./RUST_GUIDELINES.txt)
- Use meaningful variable/function names
- Keep functions small and focused
- Add doc comments for public APIs
## Questions or Issues?
Open a GitHub issue: [github.com/megamsys/cache-kit.rs/issues](https://github.com/megamsys/cache-kit.rs/issues)