@getmikk/cli 1.8.1 → 1.9.0

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
@@ -39,6 +39,30 @@ mikk init
39
39
  # 8. Generate claude.md and AGENTS.md
40
40
  ```
41
41
 
42
+ ---
43
+
44
+ ## Professional CLI snapshot
45
+
46
+ `mikk init --force` now emits a structured **Project snapshot** panel (files, nodes, edges, functions, exports, modules) followed by the top module coordinates and a **Context & schema files** panel so you can review the analysis without hunting through logs.
47
+
48
+ ```
49
+ ┌─ Project snapshot ─────────────────────────────────────────────────────────┐
50
+ │ Files 181 │
51
+ │ Graph nodes 3716 │
52
+ │ Graph edges 3611 │
53
+ │ Functions 213 │
54
+ │ Exported APIs 79 │
55
+ │ Modules 1 │
56
+ └────────────────────────────────────────────────────────────────────────────┘
57
+ █ Graph density 0.97 edges/node
58
+ ```
59
+
60
+ The human-friendly digest makes it easy to confirm the graph scale before drilling into modules, contexts, or constraints.
61
+
62
+ ## Benchmark note (GitNexus)
63
+
64
+ We attempted to benchmark against GitNexus (`npx --yes --package gitnexus gitnexus analyze`) but the CLI install is blocked inside this sandbox: npm raises `EACCES` while fetching `gitnexus` (error: `FetchError: request to https://registry.npmjs.org/gitnexus failed`). Once the platform permissions allow installing npm packages you can rerun the command to capture the repo metrics.
65
+
42
66
  ---
43
67
 
44
68
  ## Commands