@ganglia/cli 0.7.0 → 0.7.3

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 +4 -4
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -20,17 +20,17 @@ npx @ganglia/cli --version
20
20
 
21
21
  ```bash
22
22
  cd /your/project
23
- gl init . # embedded Cozo, no Docker
24
- gl --help
23
+ gng init . # local-first, zero setup
24
+ gng --help
25
25
  ```
26
26
 
27
- Claude Code / Cursor / Windsurf pick up the MCP server automatically after install. The binary exposes 63 tools (call graph, semantic search, cross-session memory, `gl_run` Code Mode) over the Model Context Protocol.
27
+ Claude Code / Cursor / Windsurf pick up the MCP server automatically after install. The binary exposes 63 tools (call graph, semantic search, cross-session memory, `gng_run` Code Mode) over the Model Context Protocol.
28
28
 
29
29
  ## Docs
30
30
 
31
31
  - Landing — https://ganglia.dev
32
32
  - Tools reference — https://ganglia.dev/tools
33
- - Code Mode (`gl_run`) — https://ganglia.dev/docs/code-mode
33
+ - Code Mode (`gng_run`) — https://ganglia.dev/docs/code-mode
34
34
  - Changelog — https://ganglia.dev/changelog
35
35
 
36
36
  ## License
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ganglia/cli",
3
- "version": "0.7.0",
4
- "description": "Ganglia — 62 MCP tools + Code Mode for AI coding assistants (Claude Code, Cursor, Windsurf)",
3
+ "version": "0.7.3",
4
+ "description": "Ganglia — 63 MCP tools + Code Mode for AI coding assistants (Claude Code, Cursor, Windsurf)",
5
5
  "keywords": ["mcp", "ai", "claude", "cursor", "code-graph", "ganglia", "llm"],
6
6
  "homepage": "https://ganglia.dev",
7
7
  "repository": {
@@ -20,11 +20,11 @@
20
20
  "os": ["linux", "darwin", "win32"],
21
21
  "cpu": ["x64", "arm64"],
22
22
  "optionalDependencies": {
23
- "@ganglia/cli-linux-x64": "0.7.0",
24
- "@ganglia/cli-linux-arm64": "0.7.0",
25
- "@ganglia/cli-darwin-x64": "0.7.0",
26
- "@ganglia/cli-darwin-arm64": "0.7.0",
27
- "@ganglia/cli-win32-x64": "0.7.0"
23
+ "@ganglia/cli-linux-x64": "0.7.3",
24
+ "@ganglia/cli-linux-arm64": "0.7.3",
25
+ "@ganglia/cli-darwin-x64": "0.7.3",
26
+ "@ganglia/cli-darwin-arm64": "0.7.3",
27
+ "@ganglia/cli-win32-x64": "0.7.3"
28
28
  },
29
29
  "engines": {
30
30
  "node": ">=18"