CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-build.txt
chunker/__init__.py
chunker/_version.py
chunker/auto.py
chunker/chunker.py
chunker/chunker_config.py
chunker/core.py
chunker/exceptions.py
chunker/grammar_manager.py
chunker/incremental.py
chunker/multi_language.py
chunker/optimization.py
chunker/packing.py
chunker/parallel.py
chunker/parser.py
chunker/plugin_manager.py
chunker/py.typed
chunker/query_advanced.py
chunker/semantic_query.py
chunker/smart_context.py
chunker/streaming.py
chunker/symbol_graph.py
chunker/template_generator.py
chunker/types.py
chunker/vfs.py
chunker/vfs_chunker.py
chunker/_internal/__init__.py
chunker/_internal/cache.py
chunker/_internal/error_handling.py
chunker/_internal/factory.py
chunker/_internal/file_utils.py
chunker/_internal/gc_tuning.py
chunker/_internal/grammar_management.py
chunker/_internal/language_pack.py
chunker/_internal/registry.py
chunker/_internal/user_grammar_tools.py
chunker/_internal/vfs.py
chunker/analysis/__init__.py
chunker/analysis/complexity.py
chunker/analysis/coupling.py
chunker/analysis/semantics.py
chunker/boundary/__init__.py
chunker/boundary/adapter.py
chunker/boundary/cache.py
chunker/boundary/identity.py
chunker/boundary/impact.py
chunker/boundary/semantic.py
chunker/boundary/serialization.py
chunker/boundary/types.py
chunker/build/__init__.py
chunker/build/builder.py
chunker/build/cross_compile.py
chunker/build/platform.py
chunker/build/system.py
chunker/cicd/__init__.py
chunker/cicd/pipeline.py
chunker/cicd/workflow_validator.py
chunker/cli/__init__.py
chunker/cli/__main__.py
chunker/cli/cluster_commands.py
chunker/cli/grammar_commands.py
chunker/cli/symbol_commands.py
chunker/clustering/__init__.py
chunker/clustering/engine.py
chunker/clustering/hierarchy.py
chunker/clustering/metrics.py
chunker/clustering/weights.py
chunker/config/__init__.py
chunker/config/profiles.py
chunker/config/strategy_config.py
chunker/context/__init__.py
chunker/context/extractor.py
chunker/context/factory.py
chunker/context/filter.py
chunker/context/scope_analyzer.py
chunker/context/symbol_resolver.py
chunker/context/languages/__init__.py
chunker/context/languages/javascript.py
chunker/context/languages/python.py
chunker/contracts/__init__.py
chunker/contracts/auto_contract.py
chunker/contracts/auto_stub.py
chunker/contracts/build_contract.py
chunker/contracts/build_stub.py
chunker/contracts/cicd_contract.py
chunker/contracts/cicd_stub.py
chunker/contracts/debug_contract.py
chunker/contracts/debug_stub.py
chunker/contracts/devenv_contract.py
chunker/contracts/discovery_contract.py
chunker/contracts/discovery_stub.py
chunker/contracts/distribution_contract.py
chunker/contracts/distribution_stub.py
chunker/contracts/download_contract.py
chunker/contracts/download_stub.py
chunker/contracts/grammar_manager_contract.py
chunker/contracts/grammar_manager_stub.py
chunker/contracts/language_plugin_contract.py
chunker/contracts/language_plugin_stub.py
chunker/contracts/registry_contract.py
chunker/contracts/registry_stub.py
chunker/contracts/template_generator_contract.py
chunker/contracts/template_generator_stub.py
chunker/contracts/tooling_contract.py
chunker/contracts/tooling_stub.py
chunker/debug/__init__.py
chunker/debug/comparison.py
chunker/debug/visualization_impl.py
chunker/debug/interactive/__init__.py
chunker/debug/interactive/chunk_debugger.py
chunker/debug/interactive/node_explorer.py
chunker/debug/interactive/query_debugger.py
chunker/debug/interactive/repl.py
chunker/debug/tools/__init__.py
chunker/debug/tools/comparison.py
chunker/debug/tools/visualization.py
chunker/debug/visualization/__init__.py
chunker/debug/visualization/ast_visualizer.py
chunker/debug/visualization/chunk_visualizer.py
chunker/deployment/__init__.py
chunker/deployment/production_deployer.py
chunker/devenv/__init__.py
chunker/devenv/environment.py
chunker/devenv/quality.py
chunker/distribution/__init__.py
chunker/distribution/distributor.py
chunker/distribution/docker_builder.py
chunker/distribution/homebrew_generator.py
chunker/distribution/manager.py
chunker/distribution/pypi_publisher.py
chunker/distribution/release.py
chunker/distribution/release_manager.py
chunker/distribution/verifier.py
chunker/error_handling/__init__.py
chunker/error_handling/classifier.py
chunker/error_handling/compatibility_detector.py
chunker/error_handling/config.py
chunker/error_handling/guidance_engine.py
chunker/error_handling/integration.py
chunker/error_handling/syntax_analyzer.py
chunker/error_handling/templates.py
chunker/error_handling/troubleshooting.py
chunker/error_handling/utils.py
chunker/export/__init__.py
chunker/export/boundary_ir.py
chunker/export/database_exporter_base.py
chunker/export/dot_exporter.py
chunker/export/formatters.py
chunker/export/graph_exporter_base.py
chunker/export/graphml_exporter.py
chunker/export/graphml_yed_exporter.py
chunker/export/json_export.py
chunker/export/neo4j_exporter.py
chunker/export/postgres_exporter.py
chunker/export/postgres_spec_exporter.py
chunker/export/sqlite_exporter.py
chunker/export/structured_exporter.py
chunker/export/formats/__init__.py
chunker/export/formats/database.py
chunker/export/formats/graph.py
chunker/export/formats/json.py
chunker/export/formats/neo4j.py
chunker/export/formats/parquet.py
chunker/export/formats/semantic_lens.py
chunker/export/relationships/__init__.py
chunker/export/relationships/tracker.py
chunker/exporters/__init__.py
chunker/exporters/parquet.py
chunker/extractors/__init__.py
chunker/extractors/core/__init__.py
chunker/extractors/core/extraction_framework.py
chunker/extractors/javascript/__init__.py
chunker/extractors/javascript/javascript_extractor.py
chunker/extractors/javascript/test_javascript_extractor.py
chunker/extractors/multi_language/__init__.py
chunker/extractors/multi_language/multi_extractor.py
chunker/extractors/multi_language/test_multi_extractor.py
chunker/extractors/python/__init__.py
chunker/extractors/python/python_extractor.py
chunker/extractors/testing/__init__.py
chunker/extractors/testing/integration_tester.py
chunker/extractors/testing/test_integration_tester.py
chunker/fallback/__init__.py
chunker/fallback/base.py
chunker/fallback/fallback_manager.py
chunker/fallback/intelligent_fallback.py
chunker/fallback/overlapping.py
chunker/fallback/sliding_window_fallback.py
chunker/fallback/detection/__init__.py
chunker/fallback/detection/file_type.py
chunker/fallback/strategies/__init__.py
chunker/fallback/strategies/line_based.py
chunker/fallback/strategies/log_chunker.py
chunker/fallback/strategies/markdown.py
chunker/fallback_overlap/__init__.py
chunker/fallback_overlap/chunker.py
chunker/grammar/__init__.py
chunker/grammar/builder.py
chunker/grammar/discovery.py
chunker/grammar/download.py
chunker/grammar/manager.py
chunker/grammar/registry.py
chunker/grammar/repository.py
chunker/grammar/validator.py
chunker/grammar_management/__init__.py
chunker/grammar_management/cli.py
chunker/grammar_management/compatibility.py
chunker/grammar_management/config.py
chunker/grammar_management/core.py
chunker/grammar_management/testing.py
chunker/graph/cut.py
chunker/graph/xref.py
chunker/helpers/nearest_tests.py
chunker/hierarchy/__init__.py
chunker/hierarchy/builder.py
chunker/hierarchy/navigator.py
chunker/integration/__init__.py
chunker/integration/core_integration.py
chunker/integration/final_integration_tests.py
chunker/integration/performance_optimizer.py
chunker/integration/phase3_integration.py
chunker/integration/production_validator.py
chunker/integration/user_experience.py
chunker/interfaces/__init__.py
chunker/interfaces/base.py
chunker/interfaces/context.py
chunker/interfaces/debug.py
chunker/interfaces/export.py
chunker/interfaces/fallback.py
chunker/interfaces/fallback_overlap.py
chunker/interfaces/grammar.py
chunker/interfaces/hierarchy.py
chunker/interfaces/incremental.py
chunker/interfaces/metadata.py
chunker/interfaces/multi_language.py
chunker/interfaces/optimization.py
chunker/interfaces/performance.py
chunker/interfaces/query.py
chunker/interfaces/query_advanced.py
chunker/interfaces/repo.py
chunker/interfaces/rules.py
chunker/interfaces/semantic.py
chunker/interfaces/smart_context.py
chunker/interfaces/stubs.py
chunker/interfaces/token.py
chunker/languages/__init__.py
chunker/languages/base.py
chunker/languages/c.py
chunker/languages/clojure.py
chunker/languages/cpp.py
chunker/languages/cs.py
chunker/languages/cs_plugin.py
chunker/languages/dart.py
chunker/languages/dockerfile.py
chunker/languages/elixir.py
chunker/languages/go.py
chunker/languages/go_plugin.py
chunker/languages/haskell.py
chunker/languages/java.py
chunker/languages/java_plugin.py
chunker/languages/javascript.py
chunker/languages/julia.py
chunker/languages/kotlin.py
chunker/languages/matlab.py
chunker/languages/nasm.py
chunker/languages/normalizers.py
chunker/languages/ocaml.py
chunker/languages/php.py
chunker/languages/plugin_base.py
chunker/languages/python.py
chunker/languages/r.py
chunker/languages/ruby.py
chunker/languages/ruby_plugin.py
chunker/languages/rust.py
chunker/languages/rust_config.py
chunker/languages/scala.py
chunker/languages/sql.py
chunker/languages/svelte.py
chunker/languages/swift.py
chunker/languages/toml.py
chunker/languages/typescript.py
chunker/languages/vue.py
chunker/languages/wasm.py
chunker/languages/xml.py
chunker/languages/yaml.py
chunker/languages/zig.py
chunker/languages/compatibility/__init__.py
chunker/languages/compatibility/database.py
chunker/languages/compatibility/grammar_analyzer.py
chunker/languages/compatibility/schema.py
chunker/languages/version_detection/__init__.py
chunker/languages/version_detection/cpp_detector.py
chunker/languages/version_detection/go_detector.py
chunker/languages/version_detection/java_detector.py
chunker/languages/version_detection/javascript_detector.py
chunker/languages/version_detection/python_detector.py
chunker/languages/version_detection/rust_detector.py
chunker/metadata/__init__.py
chunker/metadata/extractor.py
chunker/metadata/factory.py
chunker/metadata/metrics.py
chunker/metadata/languages/__init__.py
chunker/metadata/languages/c.py
chunker/metadata/languages/go.py
chunker/metadata/languages/javascript.py
chunker/metadata/languages/python.py
chunker/metadata/languages/rust.py
chunker/metadata/languages/typescript.py
chunker/monitoring/__init__.py
chunker/monitoring/observability_system.py
chunker/performance/__init__.py
chunker/performance/enhanced_chunker.py
chunker/performance/cache/__init__.py
chunker/performance/cache/lru.py
chunker/performance/cache/manager.py
chunker/performance/cache/multi_level.py
chunker/performance/core/__init__.py
chunker/performance/core/performance_framework.py
chunker/performance/optimization/__init__.py
chunker/performance/optimization/batch.py
chunker/performance/optimization/incremental.py
chunker/performance/optimization/memory_pool.py
chunker/performance/optimization/monitor.py
chunker/performance/optimization/system_optimizer.py
chunker/processors/__init__.py
chunker/processors/base.py
chunker/processors/config.py
chunker/processors/logs.py
chunker/processors/markdown.py
chunker/repo/__init__.py
chunker/repo/chunker_adapter.py
chunker/repo/git_aware.py
chunker/repo/patterns.py
chunker/repo/processor.py
chunker/rules/__init__.py
chunker/rules/builtin.py
chunker/rules/comment.py
chunker/rules/custom.py
chunker/rules/engine.py
chunker/rules/regex.py
chunker/semantic/__init__.py
chunker/semantic/analyzer.py
chunker/semantic/merger.py
chunker/sliding_window/__init__.py
chunker/sliding_window/error_safe_adapter.py
chunker/strategies/__init__.py
chunker/strategies/adaptive.py
chunker/strategies/composite.py
chunker/strategies/hierarchical.py
chunker/strategies/semantic.py
chunker/testing/__init__.py
chunker/testing/integration_framework.py
chunker/testing/system_integration.py
chunker/token/__init__.py
chunker/token/chunker.py
chunker/token/counter.py
chunker/tooling/__init__.py
chunker/tooling/developer.py
chunker/utils/__init__.py
chunker/utils/ast.py
chunker/utils/json.py
chunker/utils/text.py
chunker/validation/__init__.py
chunker/validation/validation_framework.py
cli/__init__.py
cli/main.py
cli/repo_command.py
cli/setup_command.py
cli/debug/__init__.py
cli/debug/commands.py
examples/chunker.config.toml
examples/chunker.config.yaml
scripts/build_grammars.py
scripts/build_lib.py
scripts/build_wheels.py
scripts/fetch_grammars.py
scripts/package.py
scripts/run_ci_smoke.py
scripts/run_platform_core.py
scripts/run_windows_preflight.py
scripts/serve_all.py
scripts/serve_mkdocs.py
scripts/serve_sphinx.py
scripts/validate_examples.py
scripts/visualize_ast.py
tests/test_adaptive_chunker.py
tests/test_api_endpoints_extended.py
tests/test_auto.py
tests/test_boundary_ir_adapter.py
tests/test_boundary_ir_cli.py
tests/test_boundary_ir_cli_incremental.py
tests/test_boundary_ir_cli_observability.py
tests/test_boundary_ir_conformance_helpers.py
tests/test_boundary_ir_contract.py
tests/test_boundary_ir_determinism.py
tests/test_boundary_ir_diagnostics.py
tests/test_boundary_ir_fail_fast.py
tests/test_boundary_ir_fixture_inventory.py
tests/test_boundary_ir_golden_snapshots.py
tests/test_boundary_ir_identity.py
tests/test_boundary_ir_incremental_benchmark.py
tests/test_boundary_ir_incremental_cache.py
tests/test_boundary_ir_incremental_contract.py
tests/test_boundary_ir_incremental_impact.py
tests/test_boundary_ir_incremental_runtime.py
tests/test_boundary_ir_language_parity.py
tests/test_boundary_ir_observability_contract.py
tests/test_boundary_ir_observability_metrics.py
tests/test_boundary_ir_required_fields.py
tests/test_boundary_ir_resolution_modes.py
tests/test_boundary_ir_semantic_contract.py
tests/test_boundary_ir_semantic_determinism.py
tests/test_boundary_ir_semantic_enrichment.py
tests/test_boundary_ir_semantic_plugin_hooks.py
tests/test_boundary_ir_serialization.py
tests/test_boundary_resolution_contract.py
tests/test_c_language.py
tests/test_cache.py
tests/test_chunking.py
tests/test_cicd_pipeline.py
tests/test_cli.py
tests/test_cli_integration_advanced.py
tests/test_clojure_language.py
tests/test_codechunk_ids_backcompat.py
tests/test_composite_chunker.py
tests/test_composite_config_advanced.py
tests/test_config.py
tests/test_config_advanced_scenarios.py
tests/test_config_processor.py
tests/test_core_integration.py
tests/test_cpp_language.py
tests/test_cross_module_errors.py
tests/test_csharp_language.py
tests/test_custom_rules.py
tests/test_dart_language.py
tests/test_debug_contract_impl.py
tests/test_debug_tools.py
tests/test_debug_tools_integration.py
tests/test_definition_id.py
tests/test_dependencies.py
tests/test_developer_tooling.py
tests/test_devenv_integration.py
tests/test_distribution_impl.py
tests/test_dockerfile_language.py
tests/test_edge_cases.py
tests/test_elixir_language.py
tests/test_end_to_end.py
tests/test_env_config.py
tests/test_error_messages.py
tests/test_exception_serialization.py
tests/test_exceptions.py
tests/test_export_integration_advanced.py
tests/test_export_json.py
tests/test_export_jsonl.py
tests/test_extraction_framework.py
tests/test_factory.py
tests/test_fallback_chunking.py
tests/test_fresh_install.py
tests/test_gc_tuning.py
tests/test_go_language.py
tests/test_grammar_discovery.py
tests/test_grammar_download.py
tests/test_grammar_management.py
tests/test_grammar_manager.py
tests/test_graph_cut.py
tests/test_graphml_exporter.py
tests/test_haskell_language.py
tests/test_hierarchical_chunker.py
tests/test_hierarchy.py
tests/test_incremental.py
tests/test_incremental_integration.py
tests/test_incremental_unit.py
tests/test_integration.py
tests/test_intelligent_fallback.py
tests/test_java_language.py
tests/test_javascript_language.py
tests/test_julia_language.py
tests/test_kotlin_language.py
tests/test_language_config.py
tests/test_language_integration.py
tests/test_language_pack.py
tests/test_log_processor.py
tests/test_log_processor_integration.py
tests/test_markdown_processor.py
tests/test_matlab_language.py
tests/test_metadata_extraction.py
tests/test_multi_language.py
tests/test_nasm_language.py
tests/test_nearest_tests.py
tests/test_node_id_stability.py
tests/test_observability_system.py
tests/test_ocaml_language.py
tests/test_optimization.py
tests/test_overlapping_fallback.py
tests/test_overlapping_fallback_isolated.py
tests/test_packing_hint.py
tests/test_parallel.py
tests/test_parallel_error_handling.py
tests/test_parquet_export.py
tests/test_parser.py
tests/test_parser_plugin_integration.py
tests/test_performance.py
tests/test_performance_advanced.py
tests/test_performance_features.py
tests/test_performance_framework.py
tests/test_phase10_full_integration.py
tests/test_phase10_interface_compatibility.py
tests/test_phase11_comprehensive_integration.py
tests/test_phase12_integration.py
tests/test_phase13_contracts.py
tests/test_phase14_contract_compliance.py
tests/test_phase14_integration.py
tests/test_phase15_base_extractor.py
tests/test_phase15_contract_compliance.py
tests/test_phase15_integration.py
tests/test_phase15_languages.py
tests/test_phase19_contract_compliance.py
tests/test_phase19_integration.py
tests/test_phase2_extractors.py
tests/test_phase3_integration.py
tests/test_php_language.py
tests/test_plugin_custom_directory_scanning.py
tests/test_plugin_initialization_failures.py
tests/test_plugin_system.py
tests/test_postgres_spec_exporter.py
tests/test_python_language.py
tests/test_query_advanced.py
tests/test_r_language.py
tests/test_recovery.py
tests/test_registry.py
tests/test_registry_fallback.py
tests/test_relationship_tracker.py
tests/test_relationships.py
tests/test_release_hygiene_policy.py
tests/test_repo_processing.py
tests/test_ruby_language.py
tests/test_rust_language.py
tests/test_scala_language.py
tests/test_security.py
tests/test_semantic_chunker.py
tests/test_semantic_lens_export.py
tests/test_semantic_merging.py
tests/test_semantic_query.py
tests/test_sliding_integration.py
tests/test_smart_context.py
tests/test_spans_roundtrip.py
tests/test_sql_language.py
tests/test_streaming.py
tests/test_structured_export_integration.py
tests/test_svelte_language.py
tests/test_swift_language.py
tests/test_symbol_graph.py
tests/test_symbol_graph_cli_resolution.py
tests/test_symbol_graph_incremental_facts.py
tests/test_symbol_graph_resolution.py
tests/test_system_optimizer.py
tests/test_template_generator.py
tests/test_template_generator_contract_compliance.py
tests/test_token_integration.py
tests/test_token_limit_chunking.py
tests/test_tooling_contract_compliance.py
tests/test_types.py
tests/test_typescript_language.py
tests/test_validation_framework.py
tests/test_validation_integration.py
tests/test_vfs.py
tests/test_visualize_ast_script.py
tests/test_vue_language.py
tests/test_wasm_language.py
tests/test_workflow_validator.py
tests/test_xref_graph.py
tests/test_zig_language.py
tests/fixtures/boundary_ir/repos/go/alpha.go
tests/fixtures/boundary_ir/repos/go/beta.go
tests/fixtures/boundary_ir/repos/go/format.go
tests/fixtures/boundary_ir/repos/go/service.go
tests/fixtures/boundary_ir/repos/javascript/alpha.js
tests/fixtures/boundary_ir/repos/javascript/beta.js
tests/fixtures/boundary_ir/repos/javascript/format.js
tests/fixtures/boundary_ir/repos/javascript/service.js
tests/fixtures/boundary_ir/repos/python/app/__init__.py
tests/fixtures/boundary_ir/repos/python/app/alpha.py
tests/fixtures/boundary_ir/repos/python/app/beta.py
tests/fixtures/boundary_ir/repos/python/app/formatting.py
tests/fixtures/boundary_ir/repos/python/app/service.py
treesitter_chunker.egg-info/PKG-INFO
treesitter_chunker.egg-info/SOURCES.txt
treesitter_chunker.egg-info/dependency_links.txt
treesitter_chunker.egg-info/entry_points.txt
treesitter_chunker.egg-info/requires.txt
treesitter_chunker.egg-info/top_level.txt