holomime 1.4.1 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -21,6 +21,20 @@
21
21
 
22
22
  ---
23
23
 
24
+ ## See Your Agent's Brain
25
+
26
+ While your AI coding agent works, watch its brain light up in real time. One command, zero config.
27
+
28
+ ```bash
29
+ npx holomime brain
30
+ ```
31
+
32
+ Auto-detects Claude Code, Cline, OpenClaw, Cursor, and Codex. Opens a 3D NeuralSpace brain in your browser at `localhost:3838`. Watch behavioral patterns fire across 9 brain regions as your agent generates responses.
33
+
34
+ [Learn more at holomime.dev/brain](https://holomime.dev/brain)
35
+
36
+ ---
37
+
24
38
  ## Quick Start
25
39
 
26
40
  ```bash
@@ -32,6 +46,9 @@ holomime init
32
46
  # Diagnose behavioral symptoms from any log format
33
47
  holomime diagnose --log agent.jsonl
34
48
 
49
+ # Watch your agent's brain in real time
50
+ holomime brain
51
+
35
52
  # View your agent's personality
36
53
  holomime profile
37
54
 
@@ -202,6 +219,7 @@ Seven rule-based detectors that analyze real conversations without any LLM calls
202
219
  | `holomime autopilot` | Automated diagnose -> refine -> apply loop |
203
220
  | `holomime evolve` | Recursive alignment -- evolve until converged |
204
221
  | `holomime benchmark` | 7-scenario behavioral stress test with letter grades |
222
+ | `holomime brain` | Real-time 3D brain visualization while your agent works |
205
223
  | `holomime watch` | Continuous drift detection on a directory |
206
224
  | `holomime daemon` | Background drift detection with auto-healing |
207
225
  | `holomime fleet` | Monitor multiple agents from a single dashboard |