This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Summary
AI summaryUpdates π New analyzers, βοΈ Config escape hatch, and π§ Internals across a mixed release.
Full changelog
What's new
πΊοΈ Flow primitives
- Flow kind field β flows tagged
http/page/cli/grpc/queue, rendered instatus,flow,graph_view - Confidence tiers β nodes get
strong/medium/weakwith icons β / Β· / β . Routes with resolved handlers upgrade; test/example/fixture paths downgrade. - Entrypoint types β auto-flow generation now seeds uniformly from
route,cli_command,grpc_method,queue_consumer
π New analyzers
- CLI entrypoints β Python click, JS commander/yargs, Go cobra, Rust clap
- gRPC β
.protoservice/rpc parsing βgrpc_service+grpc_methodnodes withhandled_byedges - Queue consumers β Celery, Dramatiq, BullMQ, Sidekiq, Oban, NATS (with variable-subject fallback)
- Data sources β cross-cutting DB/cache/queue/blob/search/email client detection
- 7 new language analyzers: Scala, Clojure, Vue, Dart/Flutter, Elixir, Solidity, Terraform (now supports 20 languages total)
π§ͺ Test β code edges
test_filenodes +testsedges for 15 languages via two-factor detection (filename pattern + framework import/signal)- Languages: Python, JS/TS, Go, Ruby, Java, Kotlin, Scala, Clojure, C#, PHP, Swift, C/C++, Dart, Elixir, Rust
βοΈ Config escape hatch
.ai/repo-graph/config.yamlwithskip:/roots:keys- Additive only β config unions with heuristics, never replaces them
- Zero-dep YAML parser
β¨ Claude Code skills bundle
/repo-graph-init,/repo-graph-trace,/repo-graph-flow,/repo-graph-impact,/repo-graph-visualiseshipped inskills/
π§ Internals
FileIndexβ single shared repo walk across all 20 analyzers_resolve_file_edgesrewrites bothfromandtoanchors (fixes CLIhandled_byedges)- Centralised scoring in
generator._score_confidence - Tightened cross-cutting
detect()prefilters (no more false positives from bare-word matches)
π Validation
52 external repos Β· 0 failures Β· 59,760 nodes Β· 71,761 edges Β· 899 flows Β· 5,871 test_files Β· 18,672 tests edges Β· 0.3% file-anchor drop rate
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About James-Chahwan/repo-graph
Structural graph map of any codebase for AI coding assistants. Scans entities, relationships, and feature flows across 13 languages so LLMs navigate by structure instead of grepping through everything.
Related context
Beta — feedback welcome: [email protected]