codegraphcontext 0.5.4__tar.gz → 0.5.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {codegraphcontext-0.5.4/src/codegraphcontext.egg-info → codegraphcontext-0.5.5}/PKG-INFO +1 -1
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/pyproject.toml +1 -1
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/code_finder.py +1 -1
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/scip_pipeline.py +31 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/go.py +23 -1
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/php.py +80 -30
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/python.py +14 -3
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/query_tool_languages/cpp_toolkit.py +1 -1
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/utils/gcf_encoder.py +7 -1
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/utils/path_sandbox.py +6 -5
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5/src/codegraphcontext.egg-info}/PKG-INFO +1 -1
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/LICENSE +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/MANIFEST.in +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/README.md +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/setup.cfg +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/__init__.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/__main__.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/api/__init__.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/api/app.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/api/auth.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/api/mcp_sse.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/api/router.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/api/schemas.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/cli/__init__.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/cli/cli_helpers.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/cli/config_manager.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/cli/hook_manager.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/cli/main.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/cli/project_config.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/cli/registry_commands.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/cli/setup_macos.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/cli/setup_wizard.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/cli/simulator.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/cli/visualizer.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/core/__init__.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/core/bundle_registry.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/core/cgc_bundle.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/core/cgcignore.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/core/database.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/core/database_embedded_kuzu.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/core/database_falkordb.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/core/database_falkordb_remote.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/core/database_kuzu.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/core/database_ladybug.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/core/database_nornic.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/core/falkor_worker.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/core/graph_query.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/core/jobs.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/core/simulator.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/core/watcher.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/prompts.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/server.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/stdlibs.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tool_definitions.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/__init__.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/advanced_language_query_tool.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/datasources/__init__.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/datasources/cassandra_ingester.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/datasources/mysql_ingester.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/datasources/redis_ingester.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/graph_builder.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/handlers/analysis_handlers.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/handlers/indexing_handlers.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/handlers/management_handlers.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/handlers/query_handlers.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/handlers/watcher_handlers.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/__init__.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/constants.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/discovery.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/embeddings.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/persistence/__init__.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/persistence/utils.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/persistence/writer.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/pipeline.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/pre_scan.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/resolution/__init__.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/resolution/calls.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/resolution/inheritance.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/resolution/post_resolution.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/sanitize.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/schema.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/schema_contract.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/vector_resolver.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/c.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/cpp.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/csharp.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/css.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/dart.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/elisp.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/elixir.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/gradle.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/haskell.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/html.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/java.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/javascript.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/kotlin.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/lua.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/maven.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/mybatis.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/perl.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/ruby.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/rust.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/scala.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/sfc_common.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/solidity.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/solidity_remappings.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/svelte.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/swift.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/typescript.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/typescriptjsx.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/vue.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/package_resolver.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/query_tool_languages/c_toolkit.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/query_tool_languages/csharp_toolkit.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/query_tool_languages/dart_toolkit.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/query_tool_languages/elisp_toolkit.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/query_tool_languages/go_toolkit.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/query_tool_languages/haskell_toolkit.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/query_tool_languages/java_toolkit.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/query_tool_languages/javascript_toolkit.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/query_tool_languages/perl_toolkit.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/query_tool_languages/python_toolkit.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/query_tool_languages/ruby_toolkit.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/query_tool_languages/rust_toolkit.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/query_tool_languages/scala_toolkit.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/query_tool_languages/solidity_toolkit.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/query_tool_languages/swift_toolkit.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/query_tool_languages/typescript_toolkit.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/report_generator.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/scip_indexer.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/scip_pb2.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/system.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/tree_sitter_parser.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/type_utils.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/utils/cypher_ddl.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/utils/cypher_readonly.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/utils/debug_log.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/utils/git_utils.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/utils/path_ignore.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/utils/repo_path.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/utils/tool_limits.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/utils/tree_sitter_manager.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/utils/visualize_graph.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/assets/__vite-browser-external-9wXp6ZBx.js +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/assets/function-calls-BtRHrqa2.png +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/assets/graph-total-D1fBAugo.png +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/assets/hero-graph-2voMJp2a.jpg +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/assets/hierarchy-DGADo0YT.png +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/assets/index-C-187lf0.js +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/assets/index-fNAa6jgv.css +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/assets/parser-pyodide.worker-BgsDfaad.js +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/assets/parser.worker-_nvrecvj.js +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/assets/tree-sitter-qKYAACSa.wasm +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/cgcIcon.png +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/favicon.ico +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/index.html +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/logo-icon.svg +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/logo.svg +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/placeholder.svg +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/preview-image.png +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/robots.txt +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/wasm/tree-sitter-c.wasm +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/wasm/tree-sitter-c_sharp.wasm +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/wasm/tree-sitter-core.js +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/wasm/tree-sitter-cpp.wasm +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/wasm/tree-sitter-dart.wasm +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/wasm/tree-sitter-go.wasm +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/wasm/tree-sitter-java.wasm +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/wasm/tree-sitter-javascript.wasm +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/wasm/tree-sitter-kotlin.wasm +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/wasm/tree-sitter-perl.wasm +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/wasm/tree-sitter-php.wasm +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/wasm/tree-sitter-python.wasm +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/wasm/tree-sitter-ruby.wasm +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/wasm/tree-sitter-rust.wasm +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/wasm/tree-sitter-swift.wasm +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/wasm/tree-sitter-tsx.wasm +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/wasm/tree-sitter-typescript.wasm +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/wasm/tree-sitter.wasm +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/wasm/web-tree-sitter.js +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/wasm/web-tree-sitter.wasm +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/server.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext.egg-info/SOURCES.txt +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext.egg-info/dependency_links.txt +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext.egg-info/entry_points.txt +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext.egg-info/requires.txt +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext.egg-info/top_level.txt +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/tests/test_issue_806_fix.py +0 -0
- {codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/tests/test_mcp_sse.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codegraphcontext
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.5
|
|
4
4
|
Summary: An MCP server that indexes local code into a graph database to provide context to AI assistants.
|
|
5
5
|
Author-email: Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
|
|
6
6
|
License: MIT License
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "codegraphcontext"
|
|
3
|
-
version = "0.5.
|
|
3
|
+
version = "0.5.5"
|
|
4
4
|
description = "An MCP server that indexes local code into a graph database to provide context to AI assistants."
|
|
5
5
|
authors = [{ name = "Shashank Shekhar Singh", email = "shashankshekharsingh1205@gmail.com" }]
|
|
6
6
|
readme = "README.md"
|
|
@@ -654,7 +654,7 @@ class CodeFinder:
|
|
|
654
654
|
OPTIONAL MATCH (repo:Repository)-[:CONTAINS]->(file)
|
|
655
655
|
WITH file, repo, COLLECT({{
|
|
656
656
|
imported_module: module.name,
|
|
657
|
-
import_alias:
|
|
657
|
+
import_alias: imp.alias,
|
|
658
658
|
full_import_name: module.full_import_name
|
|
659
659
|
}}) AS imports
|
|
660
660
|
RETURN
|
|
@@ -191,12 +191,39 @@ async def run_scip_index_async(
|
|
|
191
191
|
cgcignore_path=cgcignore_path,
|
|
192
192
|
supported_extensions=set(parsers_keys),
|
|
193
193
|
)
|
|
194
|
+
minimal_nodes = 0
|
|
194
195
|
for repo_file in supplementary_files:
|
|
195
196
|
abs_str = str(repo_file.resolve())
|
|
196
197
|
if abs_str in scip_abs_paths:
|
|
197
198
|
continue
|
|
198
199
|
ts_parser = get_parser(repo_file.suffix)
|
|
199
200
|
if not ts_parser:
|
|
201
|
+
# No parser: still record the file. `discover_files_to_index`
|
|
202
|
+
# returns supported extensions *plus* generic ones (.md, .json,
|
|
203
|
+
# .yaml, Dockerfile, .gitignore …), and the Tree-sitter pipeline
|
|
204
|
+
# gives those a minimal File node (pipeline.py, via
|
|
205
|
+
# `add_minimal_file_node`) precisely so the graph accounts for
|
|
206
|
+
# every discovered file.
|
|
207
|
+
#
|
|
208
|
+
# Skipping them here left the SCIP path short by exactly the
|
|
209
|
+
# number of non-code files, so `cgc index` compared a graph
|
|
210
|
+
# count against the discovery count and reported "only N of M
|
|
211
|
+
# files indexed. Continuing." on every run, forever.
|
|
212
|
+
try:
|
|
213
|
+
await asyncio.to_thread(
|
|
214
|
+
writer.add_minimal_file_node,
|
|
215
|
+
repo_file,
|
|
216
|
+
index_root,
|
|
217
|
+
is_dependency,
|
|
218
|
+
)
|
|
219
|
+
minimal_nodes += 1
|
|
220
|
+
processed += 1
|
|
221
|
+
if job_id:
|
|
222
|
+
job_manager.update_job(
|
|
223
|
+
job_id, processed_files=processed, current_file=abs_str
|
|
224
|
+
)
|
|
225
|
+
except Exception as e:
|
|
226
|
+
debug_log(f"Minimal file node failed for {abs_str}: {e}")
|
|
200
227
|
continue
|
|
201
228
|
try:
|
|
202
229
|
ts_data = ts_parser.parse(repo_file, is_dependency, index_source=True)
|
|
@@ -223,6 +250,10 @@ async def run_scip_index_async(
|
|
|
223
250
|
info_logger(
|
|
224
251
|
f"[SCIP+TS] Supplemented {supplemented} files not covered by SCIP indexer"
|
|
225
252
|
)
|
|
253
|
+
if minimal_nodes:
|
|
254
|
+
info_logger(
|
|
255
|
+
f"[SCIP+TS] Recorded {minimal_nodes} non-code file(s) as minimal File nodes"
|
|
256
|
+
)
|
|
226
257
|
|
|
227
258
|
info_logger(
|
|
228
259
|
f"[INHERITS] Resolving inheritance links across {len(files_data)} files..."
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/go.py
RENAMED
|
@@ -34,19 +34,41 @@ GO_QUERIES = {
|
|
|
34
34
|
)
|
|
35
35
|
) @interface_node
|
|
36
36
|
""",
|
|
37
|
+
# `import_spec` is a direct child of `import_declaration` only for a
|
|
38
|
+
# single-line `import "fmt"`. A grouped block — which gofmt produces for
|
|
39
|
+
# any file with more than one import, i.e. nearly all of them — nests the
|
|
40
|
+
# specs inside an `import_spec_list`, so matching only the direct-child
|
|
41
|
+
# shape returned zero imports for those files.
|
|
37
42
|
"imports": """
|
|
38
43
|
(import_declaration
|
|
39
44
|
(import_spec
|
|
40
45
|
path: (interpreted_string_literal) @path
|
|
41
46
|
)
|
|
42
47
|
) @import
|
|
43
|
-
|
|
48
|
+
|
|
49
|
+
(import_declaration
|
|
50
|
+
(import_spec_list
|
|
51
|
+
(import_spec
|
|
52
|
+
path: (interpreted_string_literal) @path
|
|
53
|
+
)
|
|
54
|
+
)
|
|
55
|
+
) @import
|
|
56
|
+
|
|
44
57
|
(import_declaration
|
|
45
58
|
(import_spec
|
|
46
59
|
name: (package_identifier) @alias
|
|
47
60
|
path: (interpreted_string_literal) @path
|
|
48
61
|
)
|
|
49
62
|
) @import_alias
|
|
63
|
+
|
|
64
|
+
(import_declaration
|
|
65
|
+
(import_spec_list
|
|
66
|
+
(import_spec
|
|
67
|
+
name: (package_identifier) @alias
|
|
68
|
+
path: (interpreted_string_literal) @path
|
|
69
|
+
)
|
|
70
|
+
)
|
|
71
|
+
) @import_alias
|
|
50
72
|
""",
|
|
51
73
|
"calls": """
|
|
52
74
|
(call_expression
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/php.py
RENAMED
|
@@ -31,8 +31,16 @@ PHP_QUERIES = {
|
|
|
31
31
|
name: (name) @name
|
|
32
32
|
) @trait
|
|
33
33
|
""",
|
|
34
|
+
# A top-level `use App\Models\User;` is a `namespace_use_declaration`.
|
|
35
|
+
# `use_declaration` is the *trait* use inside a class body (relied on at
|
|
36
|
+
# ~line 309), so capturing it here dropped every real import and labelled
|
|
37
|
+
# trait uses as imports instead.
|
|
38
|
+
#
|
|
39
|
+
# Capture the clause rather than the declaration: it is the level that
|
|
40
|
+
# exists once per imported symbol, so the braced group form
|
|
41
|
+
# `use Foo\{A, B as C};` yields one row per symbol for free.
|
|
34
42
|
"imports": """
|
|
35
|
-
(
|
|
43
|
+
(namespace_use_clause) @import
|
|
36
44
|
""",
|
|
37
45
|
"calls": """
|
|
38
46
|
(function_call_expression
|
|
@@ -394,40 +402,82 @@ class PhpTreeSitterParser:
|
|
|
394
402
|
for node, capture_name in captures:
|
|
395
403
|
if capture_name == "import":
|
|
396
404
|
try:
|
|
397
|
-
|
|
398
|
-
#
|
|
399
|
-
#
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
405
|
+
# `namespace_use_clause` shapes, in tree-sitter-php:
|
|
406
|
+
# App\Models\User -> qualified_name
|
|
407
|
+
# App\Models\Post as Blog -> qualified_name, name(alias)
|
|
408
|
+
# A -> name (group member)
|
|
409
|
+
# B as C -> name, name(alias) (group member)
|
|
410
|
+
# function Bar\helper -> qualified_name, with a
|
|
411
|
+
# leading `function`/`const` token
|
|
412
|
+
#
|
|
413
|
+
# The alias, when present, is always the final `name` child.
|
|
414
|
+
path_node = None
|
|
415
|
+
alias = None
|
|
416
|
+
name_children = []
|
|
417
|
+
|
|
404
418
|
for child in node.children:
|
|
405
|
-
if child.type == "qualified_name"
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
419
|
+
if child.type == "qualified_name":
|
|
420
|
+
path_node = child
|
|
421
|
+
elif child.type == "name":
|
|
422
|
+
name_children.append(child)
|
|
423
|
+
|
|
424
|
+
if path_node is not None:
|
|
425
|
+
# qualified_name carries the path; a trailing bare name
|
|
426
|
+
# is therefore the alias.
|
|
427
|
+
import_path = self._get_node_text(path_node)
|
|
428
|
+
if name_children:
|
|
429
|
+
alias = self._get_node_text(name_children[-1])
|
|
430
|
+
elif name_children:
|
|
431
|
+
# Group member: first name is the symbol, second (if
|
|
432
|
+
# any) is its alias.
|
|
433
|
+
import_path = self._get_node_text(name_children[0])
|
|
434
|
+
if len(name_children) > 1:
|
|
435
|
+
alias = self._get_node_text(name_children[-1])
|
|
436
|
+
else:
|
|
437
|
+
continue
|
|
438
|
+
|
|
439
|
+
# A braced group prefixes its members: `use Foo\{A, B};`
|
|
440
|
+
# means Foo\A and Foo\B. Walk up to recover the prefix so
|
|
441
|
+
# the recorded path is the real fully-qualified name.
|
|
442
|
+
group = node.parent
|
|
443
|
+
if group is not None and group.type == "namespace_use_group":
|
|
444
|
+
decl = group.parent
|
|
445
|
+
if decl is not None:
|
|
446
|
+
# The prefix is a `namespace_name` sibling of the
|
|
447
|
+
# group (`use Foo\Bar\{A, B};` -> "Foo\Bar").
|
|
448
|
+
prefix_parts = [
|
|
449
|
+
self._get_node_text(c)
|
|
450
|
+
for c in decl.children
|
|
451
|
+
if c.type in ("namespace_name", "qualified_name", "name")
|
|
452
|
+
]
|
|
453
|
+
if prefix_parts:
|
|
454
|
+
import_path = (
|
|
455
|
+
prefix_parts[0].rstrip("\\") + "\\" + import_path
|
|
456
|
+
)
|
|
457
|
+
|
|
458
|
+
import_path = import_path.strip()
|
|
459
|
+
if not import_path:
|
|
460
|
+
continue
|
|
461
|
+
|
|
462
|
+
import_data = {
|
|
463
|
+
# `name` is the symbol as referenced in code — the last
|
|
464
|
+
# segment, or the alias when one is given.
|
|
465
|
+
"name": alias or import_path.split("\\")[-1],
|
|
466
|
+
"full_import_name": import_path,
|
|
467
|
+
"line_number": node.start_point[0] + 1,
|
|
468
|
+
"alias": alias,
|
|
469
|
+
"context": (None, None),
|
|
470
|
+
"lang": self.language_name,
|
|
471
|
+
"is_dependency": False,
|
|
472
|
+
}
|
|
473
|
+
imports.append(import_data)
|
|
427
474
|
except Exception as e:
|
|
428
475
|
error_logger(f"Error parsing import: {e}")
|
|
429
476
|
continue
|
|
430
477
|
|
|
478
|
+
# Query captures arrive in match order, not source order; sort so the
|
|
479
|
+
# emitted rows are deterministic across runs.
|
|
480
|
+
imports.sort(key=lambda i: (i["line_number"], i["full_import_name"]))
|
|
431
481
|
return imports
|
|
432
482
|
|
|
433
483
|
def _parse_calls(self, captures: list, source_code: str, var_type_map: dict) -> list[dict]:
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/python.py
RENAMED
|
@@ -303,9 +303,20 @@ class PythonTreeSitterParser:
|
|
|
303
303
|
arg_text = self._get_node_text(name_node)
|
|
304
304
|
elif p.type == 'typed_parameter':
|
|
305
305
|
# Typed parameter: def foo(x: int)
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
306
|
+
# `typed_parameter` has no `name` field in
|
|
307
|
+
# tree-sitter-python — only `type`. Its children are
|
|
308
|
+
# (<identifier|splat>, ':', type), so the parameter
|
|
309
|
+
# is the first child. Looking up a `name` field here
|
|
310
|
+
# returned None and silently dropped every annotated
|
|
311
|
+
# parameter that had no default.
|
|
312
|
+
for child in p.children:
|
|
313
|
+
if child.type in (
|
|
314
|
+
'identifier',
|
|
315
|
+
'list_splat_pattern',
|
|
316
|
+
'dictionary_splat_pattern',
|
|
317
|
+
):
|
|
318
|
+
arg_text = self._get_node_text(child)
|
|
319
|
+
break
|
|
309
320
|
elif p.type == 'typed_default_parameter':
|
|
310
321
|
# Typed parameter with default: def foo(x: int = 5) or def foo(x: str = typer.Argument(...))
|
|
311
322
|
name_node = p.child_by_field_name('name')
|
|
@@ -43,7 +43,7 @@ class CppToolkit:
|
|
|
43
43
|
return """
|
|
44
44
|
MATCH (f:File)-[i:IMPORTS]->(m:Module)
|
|
45
45
|
RETURN f.name AS file_name, m.name AS module_name,
|
|
46
|
-
m.full_import_name AS full_import_name,
|
|
46
|
+
m.full_import_name AS full_import_name, i.alias AS alias
|
|
47
47
|
ORDER BY f.name
|
|
48
48
|
"""
|
|
49
49
|
|
|
@@ -15,9 +15,12 @@ See https://gcformat.com for the full specification.
|
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
import json
|
|
18
|
+
import logging
|
|
18
19
|
import os
|
|
19
20
|
from typing import Any
|
|
20
21
|
|
|
22
|
+
logger = logging.getLogger(__name__)
|
|
23
|
+
|
|
21
24
|
_gcf_encode = None
|
|
22
25
|
_gcf_checked = False
|
|
23
26
|
|
|
@@ -53,6 +56,9 @@ def encode_response(result: Any) -> str:
|
|
|
53
56
|
if is_gcf_enabled():
|
|
54
57
|
encoder = _load_gcf()
|
|
55
58
|
if encoder is not None:
|
|
56
|
-
|
|
59
|
+
try:
|
|
60
|
+
return encoder(result)
|
|
61
|
+
except Exception:
|
|
62
|
+
logger.debug("GCF encoding failed; falling back to JSON", exc_info=True)
|
|
57
63
|
|
|
58
64
|
return json.dumps(result, indent=2)
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/utils/path_sandbox.py
RENAMED
|
@@ -61,11 +61,12 @@ def sanitize_bundle_filename(filename: str, default: str = "bundle.cgc") -> str:
|
|
|
61
61
|
name = Path(filename).name
|
|
62
62
|
if not name or name in (".", ".."):
|
|
63
63
|
return default
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
64
|
+
# Always sanitize the stem so that unsafe characters cannot bypass the
|
|
65
|
+
# check by simply appending a .cgc extension.
|
|
66
|
+
stem = name[:-4] if name.lower().endswith(".cgc") else name
|
|
67
|
+
sanitized_stem = re.sub(r"[^\w.\-]+", "_", stem)
|
|
68
|
+
# Re-attach the extension whether it was present or not.
|
|
69
|
+
return f"{sanitized_stem}.cgc"
|
|
69
70
|
|
|
70
71
|
|
|
71
72
|
def is_safe_download_url(url: str) -> bool:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codegraphcontext
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.5
|
|
4
4
|
Summary: An MCP server that indexes local code into a graph database to provide context to AI assistants.
|
|
5
5
|
Author-email: Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
|
|
6
6
|
License: MIT License
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/cli/config_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/cli/project_config.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/cli/registry_commands.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/core/bundle_registry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/core/database_falkordb.py
RENAMED
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/core/database_kuzu.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/core/database_ladybug.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/core/database_nornic.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/core/falkor_worker.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/datasources/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/graph_builder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/__init__.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/constants.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/discovery.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/embeddings.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/pipeline.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/pre_scan.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/sanitize.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/indexing/schema.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/cpp.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/csharp.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/css.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/dart.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/elisp.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/elixir.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/gradle.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/haskell.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/html.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/java.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/javascript.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/kotlin.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/lua.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/maven.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/mybatis.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/perl.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/ruby.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/rust.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/scala.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/sfc_common.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/solidity.py
RENAMED
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/svelte.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/swift.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/typescript.py
RENAMED
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/languages/vue.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/package_resolver.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/report_generator.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/scip_indexer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/tools/tree_sitter_parser.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/utils/cypher_readonly.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/utils/tree_sitter_manager.py
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/utils/visualize_graph.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/logo-icon.svg
RENAMED
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/placeholder.svg
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext/viz/dist/preview-image.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext.egg-info/requires.txt
RENAMED
|
File without changes
|
{codegraphcontext-0.5.4 → codegraphcontext-0.5.5}/src/codegraphcontext.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|