hematite-cli 0.8.1

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
# Execution Plans

Use this directory as the long-lived system of record for larger multi-step work.

- `active/` holds the current execution plan Hematite is driving.
- `completed/` holds archived plans with their final walkthrough notes.
- `tech-debt-tracker.md` captures unfinished cleanup, refactors, and follow-up work that should survive beyond a single session.

`.hematite/PLAN.md` remains the fast local handoff. Hematite mirrors meaningful plans here so intent stays visible across sessions, worktrees, and reviews.