hematite-cli 0.5.0

Local AI coding harness for LM Studio with TUI, voice, retrieval, and grounded workstation tooling
# Hematite High-Precision Prompt Library

A collection of "Silicon-Aware" prompts designed to squeeze the most out of Hematite's native diagnostic engine.

## 🚀 Silicon Benchmarking & Intensity

**The "Audit Benchmark" (Deep System Stress)**
> "Audit my workstation health: Check for any malfunctioning hardware, show me the BIOS and virtualization DNA, and run a native I/O intensity report on the current binary to verify disk throughput and queue spikes."

**The "Thrasher" (Targeted Performance Profiling)**
> > "Perform a native I/O stress test on `hematite.exe`. Summarize the Avg and Max disk queue spikes in a table. Is my silicon handling the load efficiently?"

**Targeted Binary Analysis**
> "Run an intensity report on the binary in `target/release`. Compare its disk queue metrics to the baseline and give me a verdict: LIGHT / MODERATE / CRITICAL load."

---

## 🛡️ Hardening & Environment Triage

**The "Zero-Friction" Environment Doctor**
> "Run an environment doctor on this machine. I want to see PATH health, package manager states, and any dev environment conflicts like Node/Python version ambiguity."

**Workstation Integrity Check**
> "Audit my workstation: Check for malfunctioning PnP devices (Yellow Bangs), list active kernel drivers, and show me everything set to run at startup."

---

## 🛠️ Telemetry-Driven Implementation

**The "SSD Bottleneck" Analysis**
> "Analyze the I/O intensity of this data migration loop. Check the Average Disk Queue Length and SSD Latency—given our current idle RAM, should we switch to memory-mapped files (`mmap`) or stick with synchronous writes?"

**Hardware-Aware Sandbox Triage**
> "Check the virtualization DNA of this machine (Hyper-V/SLAT) before generating this sandbox-heavy execution logic. Ensure our execution timeout reflects the current system load."

**Performance Verification**
> "Implement this new logging logic, then run a native I/O intensity report to verify that it hasn't introduced any significant disk queue spikes compared to the baseline."

---

## 🌐 Network Admin Mastery

**Connectivity Triage**
> "Check my internet connectivity, Wi-Fi signal strength, and VPN status. If I'm on a VPN, tell me which adapter is handling the tunnel."

**The "Infrastructure Map"**
> "Show me my routing table, ARP table, and DNS cache. Map out the devices this machine is currently aware of on the local network."

---

## 🧠 Memory & Record Keeping

**Milestone Carry-Forward**
> "Summarize the key decisions and milestones from the last 5 sessions. What were the most important discoveries made regarding our silicon architecture?"

**Imported Knowledge Retrieval**
> "Analyze the imported chat history in `.hematite/imports`. Are there any recurring patterns or bugs we've seen across multiple sessions?"