codegraphcontext 0.6.6__tar.gz → 0.6.7__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.6.6/src/codegraphcontext.egg-info → codegraphcontext-0.6.7}/PKG-INFO +1 -1
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/pyproject.toml +1 -1
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/schema.py +16 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/kotlin.py +15 -2
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/php.py +13 -2
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/ruby.py +20 -5
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7/src/codegraphcontext.egg-info}/PKG-INFO +1 -1
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/LICENSE +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/MANIFEST.in +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/README.md +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/setup.cfg +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/__init__.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/__main__.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/api/__init__.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/api/app.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/api/auth.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/api/mcp_sse.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/api/router.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/api/schemas.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/cli/__init__.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/cli/cli_helpers.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/cli/config_manager.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/cli/hook_manager.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/cli/main.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/cli/project_config.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/cli/registry_commands.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/cli/setup_macos.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/cli/setup_wizard.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/cli/simulator.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/cli/visualizer.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/core/__init__.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/core/bundle_registry.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/core/cgc_bundle.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/core/cgcignore.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/core/database.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/core/database_embedded_kuzu.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/core/database_falkordb.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/core/database_falkordb_remote.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/core/database_kuzu.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/core/database_ladybug.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/core/database_nornic.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/core/falkor_worker.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/core/graph_query.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/core/jobs.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/core/simulator.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/core/watcher.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/prompts.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/server.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/stdlibs.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tool_definitions.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/__init__.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/advanced_language_query_tool.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/code_finder.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/datasources/__init__.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/datasources/cassandra_ingester.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/datasources/mysql_ingester.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/datasources/redis_ingester.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/graph_builder.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/handlers/analysis_handlers.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/handlers/indexing_handlers.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/handlers/management_handlers.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/handlers/query_handlers.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/handlers/watcher_handlers.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/__init__.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/constants.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/discovery.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/embeddings.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/persistence/__init__.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/persistence/utils.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/persistence/writer.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/pipeline.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/pre_scan.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/resolution/__init__.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/resolution/calls.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/resolution/inheritance.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/resolution/post_resolution.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/sanitize.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/schema_contract.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/scip_pipeline.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/vector_resolver.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/c.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/cpp.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/csharp.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/css.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/dart.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/elisp.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/elixir.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/go.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/gradle.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/haskell.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/html.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/java.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/javascript.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/lua.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/maven.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/mybatis.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/perl.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/python.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/rust.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/scala.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/sfc_common.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/solidity.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/solidity_remappings.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/svelte.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/swift.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/typescript.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/typescriptjsx.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/vue.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/package_resolver.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/query_tool_languages/c_toolkit.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/query_tool_languages/cpp_toolkit.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/query_tool_languages/csharp_toolkit.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/query_tool_languages/dart_toolkit.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/query_tool_languages/elisp_toolkit.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/query_tool_languages/go_toolkit.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/query_tool_languages/haskell_toolkit.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/query_tool_languages/java_toolkit.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/query_tool_languages/javascript_toolkit.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/query_tool_languages/perl_toolkit.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/query_tool_languages/python_toolkit.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/query_tool_languages/ruby_toolkit.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/query_tool_languages/rust_toolkit.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/query_tool_languages/scala_toolkit.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/query_tool_languages/solidity_toolkit.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/query_tool_languages/swift_toolkit.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/query_tool_languages/typescript_toolkit.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/report_generator.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/scip_indexer.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/scip_pb2.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/system.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/tree_sitter_parser.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/type_utils.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/utils/cypher_ddl.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/utils/cypher_readonly.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/utils/debug_log.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/utils/gcf_encoder.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/utils/git_utils.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/utils/path_ignore.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/utils/path_sandbox.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/utils/repo_path.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/utils/secret_scanner.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/utils/tool_limits.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/utils/tree_sitter_manager.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/utils/visualize_graph.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/assets/__vite-browser-external-9wXp6ZBx.js +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/assets/function-calls-BtRHrqa2.png +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/assets/graph-total-D1fBAugo.png +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/assets/hero-graph-2voMJp2a.jpg +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/assets/hierarchy-DGADo0YT.png +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/assets/index-C-187lf0.js +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/assets/index-fNAa6jgv.css +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/assets/parser-pyodide.worker-BgsDfaad.js +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/assets/parser.worker-_nvrecvj.js +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/assets/tree-sitter-qKYAACSa.wasm +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/cgcIcon.png +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/favicon.ico +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/index.html +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/logo-icon.svg +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/logo.svg +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/placeholder.svg +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/preview-image.png +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/robots.txt +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/wasm/tree-sitter-c.wasm +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/wasm/tree-sitter-c_sharp.wasm +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/wasm/tree-sitter-core.js +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/wasm/tree-sitter-cpp.wasm +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/wasm/tree-sitter-dart.wasm +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/wasm/tree-sitter-go.wasm +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/wasm/tree-sitter-java.wasm +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/wasm/tree-sitter-javascript.wasm +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/wasm/tree-sitter-kotlin.wasm +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/wasm/tree-sitter-perl.wasm +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/wasm/tree-sitter-php.wasm +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/wasm/tree-sitter-python.wasm +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/wasm/tree-sitter-ruby.wasm +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/wasm/tree-sitter-rust.wasm +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/wasm/tree-sitter-swift.wasm +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/wasm/tree-sitter-tsx.wasm +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/wasm/tree-sitter-typescript.wasm +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/wasm/tree-sitter.wasm +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/wasm/web-tree-sitter.js +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/wasm/web-tree-sitter.wasm +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/server.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext.egg-info/SOURCES.txt +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext.egg-info/dependency_links.txt +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext.egg-info/entry_points.txt +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext.egg-info/requires.txt +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext.egg-info/top_level.txt +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/tests/test_issue_806_fix.py +0 -0
- {codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/tests/test_mcp_sse.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codegraphcontext
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.7
|
|
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.6.
|
|
3
|
+
version = "0.6.7"
|
|
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"
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/schema.py
RENAMED
|
@@ -166,6 +166,22 @@ def create_graph_schema(driver: Any, db_manager: Any) -> None:
|
|
|
166
166
|
f"CREATE INDEX {_label.lower()}_name_path IF NOT EXISTS "
|
|
167
167
|
f"FOR ({_var}:{_label}) ON ({_var}.name, {_var}.path)"
|
|
168
168
|
)
|
|
169
|
+
# EnumMember, Object, Mixin, Extension and Parameter had index
|
|
170
|
+
# statements only in the is_falkordb branch, so on Neo4j the
|
|
171
|
+
# writer's `MATCH (m:EnumMember {name: …, path: …})` (and the
|
|
172
|
+
# per-label CONTAINS linking generally) was an unavoidable
|
|
173
|
+
# label scan — found while auditing #1653's lookup sites.
|
|
174
|
+
for _extra_label, _extra_var in (
|
|
175
|
+
("EnumMember", "em"),
|
|
176
|
+
("Object", "o"),
|
|
177
|
+
("Mixin", "mx"),
|
|
178
|
+
("Extension", "ex"),
|
|
179
|
+
("Parameter", "p"),
|
|
180
|
+
):
|
|
181
|
+
ddl.run(
|
|
182
|
+
f"CREATE INDEX {_extra_label.lower()}_name_path IF NOT EXISTS "
|
|
183
|
+
f"FOR ({_extra_var}:{_extra_label}) ON ({_extra_var}.name, {_extra_var}.path)"
|
|
184
|
+
)
|
|
169
185
|
|
|
170
186
|
ddl.run("CREATE INDEX function_lang IF NOT EXISTS FOR (f:Function) ON (f.lang)")
|
|
171
187
|
ddl.run("CREATE INDEX class_lang IF NOT EXISTS FOR (c:Class) ON (c.lang)")
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/kotlin.py
RENAMED
|
@@ -169,7 +169,10 @@ class KotlinTreeSitterParser:
|
|
|
169
169
|
return (
|
|
170
170
|
self._get_node_text(name_node) if name_node else None,
|
|
171
171
|
curr.type,
|
|
172
|
-
|
|
172
|
+
# The name node's line, not the node's: an annotated
|
|
173
|
+
# declaration starts at its annotation, and consumers join
|
|
174
|
+
# this against the function's line_number (#1660).
|
|
175
|
+
(name_node.start_point[0] + 1) if name_node else (curr.start_point[0] + 1),
|
|
173
176
|
)
|
|
174
177
|
if curr.type in ("class_declaration", "interface_declaration", "object_declaration"):
|
|
175
178
|
for child in curr.children:
|
|
@@ -177,7 +180,7 @@ class KotlinTreeSitterParser:
|
|
|
177
180
|
return (
|
|
178
181
|
self._get_node_text(child),
|
|
179
182
|
curr.type,
|
|
180
|
-
|
|
183
|
+
child.start_point[0] + 1,
|
|
181
184
|
)
|
|
182
185
|
# Check for secondary constructors
|
|
183
186
|
if curr.type == "secondary_constructor":
|
|
@@ -1330,6 +1333,12 @@ class KotlinTreeSitterParser:
|
|
|
1330
1333
|
|
|
1331
1334
|
if name_node:
|
|
1332
1335
|
func_name = self._get_node_text(name_node)
|
|
1336
|
+
# Annotations/modifiers are children of the declaration
|
|
1337
|
+
# node, so node.start_point is the ANNOTATION line for
|
|
1338
|
+
# any annotated function. The name node sits on the
|
|
1339
|
+
# declaration proper — the established convention
|
|
1340
|
+
# (python decorated_definition, csharp #1659, #1660).
|
|
1341
|
+
start_line = name_node.start_point[0] + 1
|
|
1333
1342
|
|
|
1334
1343
|
params_node = None
|
|
1335
1344
|
for child in node.children:
|
|
@@ -1457,6 +1466,10 @@ class KotlinTreeSitterParser:
|
|
|
1457
1466
|
for child in node.children:
|
|
1458
1467
|
if child.type in ("type_identifier", "simple_identifier"):
|
|
1459
1468
|
class_name = self._get_node_text(child)
|
|
1469
|
+
# Same convention as functions: an annotated
|
|
1470
|
+
# class node starts at its annotation line;
|
|
1471
|
+
# report the declaration line (#1660).
|
|
1472
|
+
start_line = child.start_point[0] + 1
|
|
1460
1473
|
break
|
|
1461
1474
|
|
|
1462
1475
|
source_text = self._get_node_text(node)
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/php.py
RENAMED
|
@@ -162,7 +162,10 @@ class PhpTreeSitterParser:
|
|
|
162
162
|
return (
|
|
163
163
|
self._get_node_text(name_node) if name_node else None,
|
|
164
164
|
curr.type,
|
|
165
|
-
|
|
165
|
+
# Name-node line: attributed declarations start at their
|
|
166
|
+
# #[Attribute], and consumers join this against the
|
|
167
|
+
# declaration's line_number (#1660).
|
|
168
|
+
(name_node.start_point[0] + 1) if name_node else (curr.start_point[0] + 1),
|
|
166
169
|
)
|
|
167
170
|
curr = curr.parent
|
|
168
171
|
return None, None, None
|
|
@@ -189,7 +192,7 @@ class PhpTreeSitterParser:
|
|
|
189
192
|
if curr.type in ("class_declaration", "interface_declaration", "trait_declaration", "enum_declaration"):
|
|
190
193
|
name_node = curr.child_by_field_name("name")
|
|
191
194
|
name = self._get_node_text(name_node) if name_node else None
|
|
192
|
-
return (name,
|
|
195
|
+
return (name, name_node.start_point[0] + 1) if name else None
|
|
193
196
|
curr = curr.parent
|
|
194
197
|
return None
|
|
195
198
|
|
|
@@ -245,6 +248,11 @@ class PhpTreeSitterParser:
|
|
|
245
248
|
name_node = node.child_by_field_name("name")
|
|
246
249
|
if name_node:
|
|
247
250
|
func_name = self._get_node_text(name_node)
|
|
251
|
+
# #[Attribute] lines are part of the declaration node,
|
|
252
|
+
# so node.start_point is the attribute line; report the
|
|
253
|
+
# declaration proper (python/csharp/kotlin convention,
|
|
254
|
+
# #1660).
|
|
255
|
+
start_line = name_node.start_point[0] + 1
|
|
248
256
|
|
|
249
257
|
params_node = node.child_by_field_name("parameters")
|
|
250
258
|
parameters = []
|
|
@@ -321,6 +329,9 @@ class PhpTreeSitterParser:
|
|
|
321
329
|
name_node = node.child_by_field_name("name")
|
|
322
330
|
if name_node:
|
|
323
331
|
type_name = self._get_node_text(name_node)
|
|
332
|
+
# Same convention as functions: attributes are children
|
|
333
|
+
# of the declaration node (#1660).
|
|
334
|
+
start_line = name_node.start_point[0] + 1
|
|
324
335
|
source_text = self._get_node_text(node)
|
|
325
336
|
|
|
326
337
|
bases = []
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/ruby.py
RENAMED
|
@@ -49,6 +49,14 @@ RUBY_QUERIES = {
|
|
|
49
49
|
left: (instance_variable) @name
|
|
50
50
|
right: (_) @value
|
|
51
51
|
)
|
|
52
|
+
(assignment
|
|
53
|
+
left: (class_variable) @name
|
|
54
|
+
right: (_) @value
|
|
55
|
+
)
|
|
56
|
+
(assignment
|
|
57
|
+
left: (global_variable) @name
|
|
58
|
+
right: (_) @value
|
|
59
|
+
)
|
|
52
60
|
""",
|
|
53
61
|
"comments": """
|
|
54
62
|
(comment) @comment
|
|
@@ -537,7 +545,12 @@ class RubyTreeSitterParser:
|
|
|
537
545
|
while current and current.type != 'assignment':
|
|
538
546
|
current = current.parent
|
|
539
547
|
if current:
|
|
540
|
-
|
|
548
|
+
# id() of a tree-sitter node is a fresh wrapper each
|
|
549
|
+
# access (n1 == n2 while id(n1) != id(n2)), which split
|
|
550
|
+
# the @name/@value captures of ONE assignment into two
|
|
551
|
+
# buckets — value was always None (#1660). Key on the
|
|
552
|
+
# node's span instead.
|
|
553
|
+
assignment_id = (current.start_byte, current.end_byte)
|
|
541
554
|
if assignment_id not in captures_by_assignment:
|
|
542
555
|
captures_by_assignment[assignment_id] = {'node': current, 'name': None, 'value': None}
|
|
543
556
|
captures_by_assignment[assignment_id]['name'] = self._get_node_text(node)
|
|
@@ -547,7 +560,7 @@ class RubyTreeSitterParser:
|
|
|
547
560
|
while current and current.type != 'assignment':
|
|
548
561
|
current = current.parent
|
|
549
562
|
if current:
|
|
550
|
-
assignment_id =
|
|
563
|
+
assignment_id = (current.start_byte, current.end_byte)
|
|
551
564
|
if assignment_id not in captures_by_assignment:
|
|
552
565
|
captures_by_assignment[assignment_id] = {'node': current, 'name': None, 'value': None}
|
|
553
566
|
captures_by_assignment[assignment_id]['value'] = self._get_node_text(node)
|
|
@@ -560,10 +573,12 @@ class RubyTreeSitterParser:
|
|
|
560
573
|
if name:
|
|
561
574
|
# Determine variable type based on name prefix
|
|
562
575
|
var_type = "local"
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
576
|
+
# @@ must be tested before @: startswith("@") matches
|
|
577
|
+
# "@@count" too, which left the class branch dead (#1660).
|
|
578
|
+
if name.startswith("@@"):
|
|
566
579
|
var_type = "class"
|
|
580
|
+
elif name.startswith("@"):
|
|
581
|
+
var_type = "instance"
|
|
567
582
|
elif name.startswith("$"):
|
|
568
583
|
var_type = "global"
|
|
569
584
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codegraphcontext
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.7
|
|
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.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/cli/config_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/cli/project_config.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/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.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/core/bundle_registry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/core/database_falkordb.py
RENAMED
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/core/database_kuzu.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/core/database_ladybug.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/core/database_nornic.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/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
|
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/datasources/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/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.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/__init__.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/constants.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/discovery.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/embeddings.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/pipeline.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/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.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/indexing/sanitize.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/cpp.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/csharp.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/css.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/dart.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/elisp.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/elixir.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/go.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/gradle.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/haskell.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/html.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/java.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/javascript.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/lua.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/maven.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/mybatis.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/perl.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/python.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/rust.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/scala.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/sfc_common.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/solidity.py
RENAMED
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/svelte.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/swift.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/typescript.py
RENAMED
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/languages/vue.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/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
|
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/report_generator.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/scip_indexer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/tools/tree_sitter_parser.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/utils/cypher_readonly.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/utils/path_sandbox.py
RENAMED
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/utils/secret_scanner.py
RENAMED
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/utils/tree_sitter_manager.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/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.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/logo-icon.svg
RENAMED
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext/viz/dist/placeholder.svg
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/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.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext.egg-info/requires.txt
RENAMED
|
File without changes
|
{codegraphcontext-0.6.6 → codegraphcontext-0.6.7}/src/codegraphcontext.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|