Audit & Review

geppetto audit is currently the baseline static review gate. It is intentionally small and deterministic.

Default checks

cargo fmt --check
cargo check --all-features

Strict checks

cargo clippy --all-targets --all-features -- -D warnings

Review knowledge

The Rust crate also includes review guidance in src/anti_patterns.rs, plus enforceable helpers in guard, schema, and dispatch.

Current limitation

This is not yet a full PR code review product. The next step is structured findings, report output, and executable anti-pattern checks.