tokensave 3.3.1

Code intelligence tool that builds a semantic knowledge graph from Rust, Go, Java, Scala, TypeScript, Python, C, C++, Kotlin, C#, Swift, and many more 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
}