← 返回
未分类 中文

Nm Gauntlet Graph Build

Build or incrementally update the code knowledge graph for a codebase. Uses Tree-sitter for multi-language AST parsing and stores nodes/edges in SQLite
通过 tree-sitter AST 和 SQLite 构建或更新代码知识图谱
athola athola 来源
未分类 clawhub v1.9.12 3 版本 100000 Key: 无需
★ 0
Stars
📥 393
下载
💾 1
安装
3
版本
#latest

概述

> Night Market Skill — ported from claude-night-market/gauntlet. For the full experience with agents, hooks, and commands, install the Claude Code plugin.

Build Code Knowledge Graph

Build or update the .gauntlet/graph.db knowledge graph

for the current codebase.

Steps

  1. Detect target: Use the current working directory

or a user-specified path.

  1. Check for existing graph: If .gauntlet/graph.db

exists, run an incremental update. Otherwise, run a

full build.

  1. Run the build script:

For full build:

```bash

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/graph_build.py

```

For incremental update:

```bash

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/graph_build.py

--incremental

```

  1. Report results: Show the JSON output including

files parsed, nodes created, edges created, and

duration.

  1. Suggest next steps: Recommend searching the graph

or running blast radius analysis.

When To Use

  • At the start of a session to build structural awareness
  • After significant code changes to update the graph
  • Before running blast radius analysis or flow tracing
  • When the user asks about codebase structure

What Gets Parsed

The graph extracts nodes (File, Class, Function, Type,

Test) and edges (CALLS, IMPORTS_FROM, INHERITS, CONTAINS,

IMPLEMENTS, TESTED_BY) from 20+ languages including

Python, JavaScript, TypeScript, Go, Rust, Java, C/C++,

Ruby, and PHP.

Storage

  • Database: .gauntlet/graph.db (SQLite with WAL mode)
  • Auto-creates .gauntlet/.gitignore to prevent commits
  • Incremental updates use SHA-256 hashing to skip

unchanged files

版本历史

共 3 个版本

  • v1.9.12 当前
    2026-06-19 20:07 安全 安全
  • v1.0.2
    2026-05-09 16:41 安全 安全
  • v1.0.1
    2026-05-07 15:21 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 196 📥 67,935
business-ops

Nm Attune Project Planning

athola
将规格说明转化为分阶段、依赖排序的实施计划,用于规格完成后、执行前。
★ 0 📥 748
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 681 📥 329,284