hematite-cli 0.5.7

Senior SysAdmin, Network Admin, and Software Engineer living in your terminal. A high-precision local AI agent harness for LM Studio that runs 100% on your own silicon. Reads repos, edits files, runs builds, and inspects the machine it is running on—including full network state and workstation telemetry.
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