@entelligentsia/grove 0.1.4 → 0.1.6

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @entelligentsia/grove
2
2
 
3
3
  **grove** gives coding agents structural, byte-precise, token-cheap access to a
4
- codebase via tree-sitter, instead of reading whole files. One engine, six tools,
4
+ codebase via tree-sitter, instead of reading whole files. One engine, seven tools,
5
5
  two faces — a human CLI (`grove <verb>`) and an MCP server (`grove serve`).
6
6
 
7
7
  This npm package is a thin installer: on install it downloads the prebuilt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entelligentsia/grove",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Structural, byte-precise, token-cheap access to a codebase for coding agents — tree-sitter over a CLI and an MCP server.",
5
5
  "homepage": "https://github.com/Entelligentsia/grove",
6
6
  "repository": {
@@ -20,7 +20,7 @@
20
20
  "README.md"
21
21
  ],
22
22
  "engines": {
23
- "node": ">=16"
23
+ "node": ">=24"
24
24
  },
25
25
  "os": ["darwin", "linux", "win32"],
26
26
  "cpu": ["x64", "arm64"]