sniff-cli 0.1.2

An exhaustive LLM-backed slop finder for codebases
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[path = "cli_pipeline_env.rs"]
mod env;
#[path = "cli_pipeline_graph.rs"]
mod graph;
#[path = "cli_pipeline_io.rs"]
mod io;
#[path = "cli_pipeline_llm.rs"]
mod llm;
#[path = "cli_pipeline_roles.rs"]
mod pipeline_roles;
#[path = "cli_pipeline_run.rs"]
mod run;
#[path = "cli_pipeline_stats.rs"]
mod stats;

pub use run::run;