hematite-cli 0.9.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
# Build artifacts (Recursive)
target/
libs/**/target/
*.exe
*.pdb
*.zip
*.log
dist/

# Voice Engine Models (Large Binaries)
.hematite/assets/voice/*.onnx
.hematite/assets/voice/*.bin
.hematite/assets/voice/*.npz
.hematite/assets/voice/tokenizer.json

# User-local config (voice, api_url, keys — not project-shareable)
.hematite/settings.json
# MCP server config may contain API keys or local paths
.hematite/mcp_servers.json
# Session-generated plan and task files
.hematite/PLAN.md
.hematite/TASK.md
.hematite/TASK_TEST.md
.hematite/workspace_profile.json
# Local behavioral guidelines (personal tuning)
CLAUDE.local.md
.hematite/rules.local.md

# Runtime / temp artifacts
.hematite/ghost/*.bak
.hematite/ghost/ledger.txt
.hematite/last_request.json
.hematite/scratch/
.hematite/session.json
.hematite/reports/
.hematite_scratch/
.hematite_logs/
tmp/

# Logs, JSON, and error dumps
error.log
error_log.txt
cargo_errors*.txt
our_errors.txt
error_lines.txt
build_errors.txt
errors.txt
errors.json
errors.json.txt
build_errors.txt.txt
build_errors.txt.json
errors.txt.json

# Build test leftovers
hatch_test.rs
onnx_lib/

# Databases & Runtime
*.db
*.db-shm
*.db-wal
# Secrets & Config
.env
.env.*
*.key
*.pem
credentials.json
auth.json