
codegraph/telemetry-dashboard at main - GitHub
codegraph telemetry dashboard The private admin view behind stats.getcodegraph.com. Its sibling telemetry-worker/ writes …
codegraph/src/resolution/frameworks/python.ts at main - GitHub
* Handles Django, Flask, and FastAPI patterns. */ name: 'django', languages: ['python'], detect(context) { const requirements = …
codegraph/src/db/queries.ts at main · colbymchenry/codegraph
* mock outputs, …) often have huge in-file edge counts that dwarf the real. * source — etcd's `rpc.pb.go` has 4× the in-file edges of …
codegraph/src/mcp/server-instructions.ts at main - GitHub
ONE capped call returns the verbatim source grouped by file; most often the ONLY call you need.
callers/callees/impact silently answer for a DIFFERENT symbol ... - GitHub
Jul 29, 2026 · Any repo with a case-differing name pair (Fetch / fetch, Run / run, New / new — routine once C#/Go/Java and …
codegraph/CLAUDE.md at main · colbymchenry/codegraph · GitHub
CodeGraph is a local-first code intelligence library + CLI + MCP server. It parses any supported codebase with tree-sitter, stores …
codegraph/scripts at main · colbymchenry/codegraph · GitHub
feat (kernel): R7a C/C++ walker — dual-lang ccpp module, preParse hois… feat (kernel): R7b Dart walker — dart module, vendored …
Release · colbymchenry/codegraph@a6682c6 · GitHub
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload …
codegraph/docs/design/telemetry.md at main · colbymchenry ... - GitHub
Jun 12, 2026 · CodeGraph is a local-first tool whose whole pitch is "your code never leaves your machine." Telemetry has to be …
GitHub
New Features CodeGraph now indexes ReScript (.res) — functions, modules, records, variants, imports, and call edges. Tested on …