token-codegraph 0.5.3

Code intelligence tool that builds a semantic knowledge graph from Rust, Go, and Java codebases
{
  "version": 1,
  "root_dir": ".",
  "include": [
    "**/*.rs"
  ],
  "exclude": [
    "target/**",
    ".git/**",
    ".codegraph/**",
    "node_modules/**",
    "vendor/**",
    "**/*.min.*"
  ],
  "max_file_size": 1048576,
  "extract_docstrings": true,
  "track_call_sites": true,
  "enable_embeddings": false
}