gitnexus 1.6.9-rc.41 → 1.6.9-rc.42

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.
@@ -4,7 +4,7 @@ export declare const getCurrentCommit: (repoPath: string) => string;
4
4
  * Get a stable canonical identifier for the repo's `origin` remote, if any.
5
5
  *
6
6
  * Used to fingerprint two on-disk clones as the same logical repository
7
- * (issue #XXX — silent graph drift across sibling clones). `path` alone
7
+ * (prevents silent graph drift across sibling clones — see #2054). `path` alone
8
8
  * is unreliable: worktrees, "clean clone for indexing" hygiene, and
9
9
  * multi-agent workspaces routinely have the same repo at multiple
10
10
  * absolute paths. The remote URL is the only on-disk signal that
@@ -39,7 +39,7 @@ export const getCurrentCommit = (repoPath) => {
39
39
  * Get a stable canonical identifier for the repo's `origin` remote, if any.
40
40
  *
41
41
  * Used to fingerprint two on-disk clones as the same logical repository
42
- * (issue #XXX — silent graph drift across sibling clones). `path` alone
42
+ * (prevents silent graph drift across sibling clones — see #2054). `path` alone
43
43
  * is unreliable: worktrees, "clean clone for indexing" hygiene, and
44
44
  * multi-agent workspaces routinely have the same repo at multiple
45
45
  * absolute paths. The remote URL is the only on-disk signal that
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitnexus",
3
- "version": "1.6.9-rc.41",
3
+ "version": "1.6.9-rc.42",
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",