> Night Market Skill — ported from claude-night-market/gauntlet. For the full experience with agents, hooks, and commands, install the Claude Code plugin.
Build or update the .gauntlet/graph.db knowledge graph
for the current codebase.
or a user-specified path.
.gauntlet/graph.dbexists, run an incremental update. Otherwise, run a
full build.
For full build:
```bash
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/graph_build.py
```
For incremental update:
```bash
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/graph_build.py
```
files parsed, nodes created, edges created, and
duration.
or running blast radius analysis.
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.
.gauntlet/graph.db (SQLite with WAL mode).gauntlet/.gitignore to prevent commitsunchanged files
共 3 个版本