mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-08-28 05:25:25 +00:00
release: bump to 1.6.10-aptos.3 (main sync, warn-UX, schema v16)
Ships the second main -> main-aptos sync (PR #2697): upstream main
89bbdcf5 merged with schema unified at v16, aggregated scope-resolution
warnings + progress-bar-safe logging, streamed-emit retain-list covering
the aptos-side ENTRY_POINT_OF/IMPORTS readers, grouped skill-rename
notices, and the 512 MiB pool floor preserved.
Version pins move in lock-step: package.json, plugin manifests (auto via
sync-plugin-manifests), eval runtime mount.
v16 forces one full re-analyze on existing indexes from either channel.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
304aa00a8a
commit
d97db308db
17 changed files with 18 additions and 18 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"plugins": [
|
||||
{
|
||||
"name": "gitnexus",
|
||||
"version": "1.6.10-aptos.2",
|
||||
"version": "1.6.10-aptos.3",
|
||||
"source": {
|
||||
"source": "local",
|
||||
"path": "./gitnexus-claude-plugin"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
"plugins": [
|
||||
{
|
||||
"name": "gitnexus",
|
||||
"version": "1.6.10-aptos.2",
|
||||
"version": "1.6.10-aptos.3",
|
||||
"source": "./gitnexus-claude-plugin",
|
||||
"description": "Code intelligence powered by a knowledge graph. Provides execution flow tracing, blast radius analysis, and augmented search across your codebase."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ from .proposer_sandbox import (
|
|||
|
||||
# main-aptos carries an -aptos prerelease suffix; keep this pin in lock-step
|
||||
# with gitnexus/package.json on THIS branch (release bumps must update both).
|
||||
PINNED_GITNEXUS_VERSION = "1.6.10-aptos.2"
|
||||
PINNED_GITNEXUS_VERSION = "1.6.10-aptos.3"
|
||||
HARNESS_ROOT = Path(__file__).resolve().parents[2]
|
||||
|
||||
CE_ARMS = frozenset({"ce_workflow", "ce_workflow_direct", "ce_review"})
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "gitnexus",
|
||||
"description": "Code intelligence powered by a knowledge graph. Provides execution flow tracing, blast radius analysis, and augmented search across your codebase.",
|
||||
"version": "1.6.10-aptos.2",
|
||||
"version": "1.6.10-aptos.3",
|
||||
"author": {
|
||||
"name": "GitNexus"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "gitnexus",
|
||||
"description": "Code intelligence powered by a knowledge graph. Provides execution flow tracing, blast radius analysis, and augmented search across your codebase.",
|
||||
"version": "1.6.10-aptos.2",
|
||||
"version": "1.6.10-aptos.3",
|
||||
"skills": "./skills",
|
||||
"mcpServers": "./.mcp.json",
|
||||
"hooks": "./hooks/hooks.json",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"mcpServers": {
|
||||
"gitnexus": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "gitnexus@1.6.10-aptos.2", "mcp"]
|
||||
"args": ["-y", "gitnexus@1.6.10-aptos.3", "mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"mcpServers": {
|
||||
"gitnexus": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "gitnexus@1.6.10-aptos.2", "mcp"]
|
||||
"args": ["-y", "gitnexus@1.6.10-aptos.3", "mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"mcpServers": {
|
||||
"gitnexus": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "gitnexus@1.6.10-aptos.2", "mcp"]
|
||||
"args": ["-y", "gitnexus@1.6.10-aptos.3", "mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"mcpServers": {
|
||||
"gitnexus": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "gitnexus@1.6.10-aptos.2", "mcp"]
|
||||
"args": ["-y", "gitnexus@1.6.10-aptos.3", "mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"mcpServers": {
|
||||
"gitnexus": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "gitnexus@1.6.10-aptos.2", "mcp"]
|
||||
"args": ["-y", "gitnexus@1.6.10-aptos.3", "mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"mcpServers": {
|
||||
"gitnexus": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "gitnexus@1.6.10-aptos.2", "mcp"]
|
||||
"args": ["-y", "gitnexus@1.6.10-aptos.3", "mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"mcpServers": {
|
||||
"gitnexus": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "gitnexus@1.6.10-aptos.2", "mcp"]
|
||||
"args": ["-y", "gitnexus@1.6.10-aptos.3", "mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"mcpServers": {
|
||||
"gitnexus": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "gitnexus@1.6.10-aptos.2", "mcp"]
|
||||
"args": ["-y", "gitnexus@1.6.10-aptos.3", "mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"mcpServers": {
|
||||
"gitnexus": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "gitnexus@1.6.10-aptos.2", "mcp"]
|
||||
"args": ["-y", "gitnexus@1.6.10-aptos.3", "mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"mcpServers": {
|
||||
"gitnexus": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "gitnexus@1.6.10-aptos.2", "mcp"]
|
||||
"args": ["-y", "gitnexus@1.6.10-aptos.3", "mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
gitnexus/package-lock.json
generated
4
gitnexus/package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "gitnexus",
|
||||
"version": "1.6.10-aptos.2",
|
||||
"version": "1.6.10-aptos.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "gitnexus",
|
||||
"version": "1.6.10-aptos.2",
|
||||
"version": "1.6.10-aptos.3",
|
||||
"hasInstallScript": true,
|
||||
"license": "PolyForm-Noncommercial-1.0.0",
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gitnexus",
|
||||
"version": "1.6.10-aptos.2",
|
||||
"version": "1.6.10-aptos.3",
|
||||
"description": "Graph-powered code intelligence for AI agents. Index any codebase, query via MCP or CLI.",
|
||||
"author": "Abhigyan Patwari",
|
||||
"license": "PolyForm-Noncommercial-1.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue