sniff-cli 0.1.3

An exhaustive LLM-backed slop finder for codebases
Documentation
pub mod analyzer;
pub mod callgraph;
pub mod cli;
pub mod config;
pub mod config_loader;
pub mod env_value;
pub mod file_verdicts;
pub mod language_adapter;
pub mod languages;
pub mod llm;
pub mod parser;
pub mod report_types;
pub mod reporter;
pub mod roles;
pub mod scorer;
pub mod signal_layers;
pub(crate) mod slop_reason;
pub mod symbol_graph;
pub mod types;
pub mod walker;