Skip to content

Releases: JSLEEKR/codegraph-go

v1.0.0 — Code Knowledge Graph

30 Mar 09:30

Choose a tag to compare

codegraph-go v1.0.0

Re-implementation of code-review-graph (3.7K stars, Python) in Go.

Features

  • Multi-language parsing (Go via go/ast, Python/TS/JS via regex)
  • Code knowledge graph (functions, structs, calls, imports)
  • Diff-aware context retrieval with risk scoring
  • Token budget optimization (greedy knapsack)
  • DOT + JSON export
  • Zero external dependencies

Quality

  • 97 tests, 5 deep audit cycles (4 bugs fixed), 3 consecutive clean
  • go build/vet clean, race detector clean