Contributing to ZOT What We Need Benchmark results from different architectures (ARM, x86, RISC-V) Benchmark results from different OS (Linux, Windows, FreeBSD) New probe implementations for different substrates Signal processing improvements backed by immunology literature Performance optimizations that don't sacrifice accuracy Rules No dependencies. Organisms are single-file, zero-crate Rust. Every change must include benchmark results (before/after). Cite the biology. If you change the signal path, reference the paper. No personal information in commits, issues, or PRs. Process Fork the repo Create a branch from main Run the benchmark: cargo run --release + python3 analyze.py Include results in your PR description Submit PR against main Code Style cargo fmt before committing cargo clippy must pass (dead_code warnings allowed) Comments explain WHY, not WHAT