Skip to main content

Crate harness_sensors_rust

Crate harness_sensors_rust 

Source
Expand description

Rust-specific sensors.

Each sensor runs the corresponding cargo subcommand and converts its diagnostic JSON stream into Signals. The agent_hint field is filled with imperative correction language so the model can act on it directly.

Structs§

CargoCheck
cargo check — fast type / borrow-check sensor. Self-correct stage.
Clippy
cargo clippy --message-format=json -- -D warnings — lint sensor.