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:
abhigyantrumio 2026-07-26 06:55:07 +05:30
parent 304aa00a8a
commit d97db308db
17 changed files with 18 additions and 18 deletions

View file

@ -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"

View file

@ -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."
}

View file

@ -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"})

View file

@ -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"
},

View file

@ -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",

View file

@ -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"]
}
}
}

View file

@ -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"]
}
}
}

View file

@ -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"]
}
}
}

View file

@ -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"]
}
}
}

View file

@ -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"]
}
}
}

View file

@ -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"]
}
}
}

View file

@ -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"]
}
}
}

View file

@ -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"]
}
}
}

View file

@ -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"]
}
}
}

View file

@ -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"]
}
}
}

View file

@ -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": {

View file

@ -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",