mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-08-28 05:25:25 +00:00
- Export security primitives (CYPHER_WRITE_RE, isWriteQuery, isTestFilePath, VALID_NODE_LABELS, VALID_RELATION_TYPES) from local-backend - Improve MCP kuzu-adapter with better query handling - Add PR review skill for Claude, Cursor, and npm package - Add CLI guide and CLI skills - Update hooks for Claude plugin and Cursor integration - Remove deprecated claude-hooks.ts CLI module - Update eval-server, setup, and analyze CLI commands - Improve CSV generator and ingestion processors - Update CLAUDE.md and AGENTS.md configs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
462 B
JSON
11 lines
462 B
JSON
{
|
|
"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.3.6",
|
|
"author": {
|
|
"name": "GitNexus"
|
|
},
|
|
"homepage": "https://github.com/abhigyanpatwari/GitNexus",
|
|
"repository": "https://github.com/abhigyanpatwari/GitNexus",
|
|
"keywords": ["code-intelligence", "knowledge-graph", "mcp", "static-analysis"]
|
|
}
|