hematite-cli 0.11.0

Senior SysAdmin, Network Admin, Data Analyst, and Software Engineer living in your terminal. A high-precision local AI agent harness for LM Studio, Ollama, and other local OpenAI-compatible runtimes that runs 100% on your own silicon. Reads repos, edits files, runs builds, inspects full network state and workstation telemetry, and runs real Python/JS for data analysis.
Documentation
1
2
3
4
5
6
7
8
9
10
# Hematite clippy configuration
# Tuned for a large, async, multi-platform Rust codebase

# Raise thresholds that would fire on intentionally complex dispatch functions
cognitive-complexity-threshold = 40
too-many-arguments-threshold = 10
too-many-lines-threshold = 250

# type-complexity fires on deeply nested async/Arc types - not useful here
avoid-breaking-exported-api = true