codescout 0.13.0

High-performance coding agent toolkit MCP server
Documentation
1
2
3
4
5
6
7
pub mod proc;
pub mod report;
pub mod verdict;

pub use proc::{cargo_check, git_restore, read_fixture_file};
pub use report::{next_round_number, Report};
pub use verdict::Verdict;