88d97fa5544b21895836298a5c908602f4f90a82none
AGENTS.mdTool: agents-md# Trippy Agent Guidelines
This repository follows the guidance below when making changes.
## Development commands
- Check the code with `cargo check --workspace --all-features --tests`.
- Test the code with `cargo test`. Do not pass `--all-features`.
- Format Rust code with `cargo fmt --all`.
- Format non-Rust code with `dprint fmt` (install with `cargo install --locked dprint`).
- Lint with `cargo clippy --workspace --all-features --tests -- -Dwarnings`.
- If CLI arguments, man pages or shell completionnone