gitnexus 1.6.5-rc.2 → 1.6.5-rc.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.
package/README.md CHANGED
@@ -33,7 +33,7 @@ To configure MCP for your editor, run `npx gitnexus setup` once — or set it up
33
33
  | Editor | MCP | Skills | Hooks (auto-augment) | Support |
34
34
  |--------|-----|--------|---------------------|---------|
35
35
  | **Claude Code** | Yes | Yes | Yes (PreToolUse) | **Full** |
36
- | **Cursor** | Yes | Yes | | MCP + Skills |
36
+ | **Cursor** | Yes | Yes | Yes (postToolUse, [manual install](../gitnexus-cursor-integration/README.md#hook-install)) | **Full** |
37
37
  | **Codex** | Yes | Yes | — | MCP + Skills |
38
38
  | **Windsurf** | Yes | — | — | MCP |
39
39
  | **OpenCode** | Yes | Yes | — | MCP + Skills |
@@ -2,7 +2,7 @@
2
2
  * Augment CLI Command
3
3
  *
4
4
  * Fast-path command for platform hooks.
5
- * Shells out from Claude Code PreToolUse / Cursor beforeShellExecution hooks.
5
+ * Shells out from Claude Code PreToolUse / Cursor postToolUse hooks.
6
6
  *
7
7
  * Usage: gitnexus augment <pattern>
8
8
  * Returns enriched text to stdout.
@@ -2,7 +2,7 @@
2
2
  * Augment CLI Command
3
3
  *
4
4
  * Fast-path command for platform hooks.
5
- * Shells out from Claude Code PreToolUse / Cursor beforeShellExecution hooks.
5
+ * Shells out from Claude Code PreToolUse / Cursor postToolUse hooks.
6
6
  *
7
7
  * Usage: gitnexus augment <pattern>
8
8
  * Returns enriched text to stdout.
@@ -2,8 +2,8 @@
2
2
  * Augmentation Engine
3
3
  *
4
4
  * Lightweight, fast-path enrichment of search patterns with knowledge graph context.
5
- * Designed to be called from platform hooks (Claude Code PreToolUse, Cursor beforeShellExecution)
6
- * when an agent runs grep/glob/search.
5
+ * Designed to be called from platform hooks (Claude Code PreToolUse, Cursor postToolUse)
6
+ * when an agent runs grep/glob/read/search.
7
7
  *
8
8
  * Performance target: <500ms cold start, <200ms warm.
9
9
  *
@@ -2,8 +2,8 @@
2
2
  * Augmentation Engine
3
3
  *
4
4
  * Lightweight, fast-path enrichment of search patterns with knowledge graph context.
5
- * Designed to be called from platform hooks (Claude Code PreToolUse, Cursor beforeShellExecution)
6
- * when an agent runs grep/glob/search.
5
+ * Designed to be called from platform hooks (Claude Code PreToolUse, Cursor postToolUse)
6
+ * when an agent runs grep/glob/read/search.
7
7
  *
8
8
  * Performance target: <500ms cold start, <200ms warm.
9
9
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitnexus",
3
- "version": "1.6.5-rc.2",
3
+ "version": "1.6.5-rc.3",
4
4
  "description": "Graph-powered code intelligence for AI agents. Index any codebase, query via MCP or CLI.",
5
5
  "author": "Abhigyan Patwari",
6
6
  "license": "PolyForm-Noncommercial-1.0.0",