batho 1.2.0__tar.gz → 1.2.1__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.
Files changed (163) hide show
  1. {batho-1.2.0 → batho-1.2.1}/PKG-INFO +1 -1
  2. {batho-1.2.0 → batho-1.2.1}/batho/__init__.py +1 -1
  3. {batho-1.2.0 → batho-1.2.1}/batho/mcp/server.py +1 -1
  4. {batho-1.2.0 → batho-1.2.1}/pyproject.toml +1 -1
  5. {batho-1.2.0 → batho-1.2.1}/.gitignore +0 -0
  6. {batho-1.2.0 → batho-1.2.1}/LICENSE +0 -0
  7. {batho-1.2.0 → batho-1.2.1}/README.md +0 -0
  8. {batho-1.2.0 → batho-1.2.1}/batho/cli/_utils.py +0 -0
  9. {batho-1.2.0 → batho-1.2.1}/batho/cli/build.py +0 -0
  10. {batho-1.2.0 → batho-1.2.1}/batho/cli/diff.py +0 -0
  11. {batho-1.2.0 → batho-1.2.1}/batho/cli/export.py +0 -0
  12. {batho-1.2.0 → batho-1.2.1}/batho/cli/fix.py +0 -0
  13. {batho-1.2.0 → batho-1.2.1}/batho/cli/gc.py +0 -0
  14. {batho-1.2.0 → batho-1.2.1}/batho/cli/load.py +0 -0
  15. {batho-1.2.0 → batho-1.2.1}/batho/cli/mcp.py +0 -0
  16. {batho-1.2.0 → batho-1.2.1}/batho/cli/patch.py +0 -0
  17. {batho-1.2.0 → batho-1.2.1}/batho/core/__init__.py +0 -0
  18. {batho-1.2.0 → batho-1.2.1}/batho/core/batho_data/popular-packages.yaml +0 -0
  19. {batho-1.2.0 → batho-1.2.1}/batho/core/config/__init__.py +0 -0
  20. {batho-1.2.0 → batho-1.2.1}/batho/core/config/default-ignore-patterns.yaml +0 -0
  21. {batho-1.2.0 → batho-1.2.1}/batho/core/config/loader.py +0 -0
  22. {batho-1.2.0 → batho-1.2.1}/batho/core/config/models.py +0 -0
  23. {batho-1.2.0 → batho-1.2.1}/batho/core/schemas.py +0 -0
  24. {batho-1.2.0 → batho-1.2.1}/batho/mcp/__init__.py +0 -0
  25. {batho-1.2.0 → batho-1.2.1}/batho/mcp/__main__.py +0 -0
  26. {batho-1.2.0 → batho-1.2.1}/batho/mcp/community_summaries.py +0 -0
  27. {batho-1.2.0 → batho-1.2.1}/batho/mcp/delta_reader.py +0 -0
  28. {batho-1.2.0 → batho-1.2.1}/batho/mcp/errors.py +0 -0
  29. {batho-1.2.0 → batho-1.2.1}/batho/mcp/graph_builder.py +0 -0
  30. {batho-1.2.0 → batho-1.2.1}/batho/mcp/instructions.py +0 -0
  31. {batho-1.2.0 → batho-1.2.1}/batho/mcp/prompts.py +0 -0
  32. {batho-1.2.0 → batho-1.2.1}/batho/mcp/registry.py +0 -0
  33. {batho-1.2.0 → batho-1.2.1}/batho/mcp/resources.py +0 -0
  34. {batho-1.2.0 → batho-1.2.1}/batho/mcp/tools.py +0 -0
  35. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/__init__.py +0 -0
  36. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/bsg.py +0 -0
  37. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/bsg_map/__init__.py +0 -0
  38. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/bsg_map/constants.py +0 -0
  39. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/bsg_map/relativizer.py +0 -0
  40. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/bsg_map/render_agent.py +0 -0
  41. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/bsg_map/render_storage.py +0 -0
  42. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/core_engine/__init__.py +0 -0
  43. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_bidirectional_foundation.yaml +0 -0
  44. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_detection_cicd.yaml +0 -0
  45. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_detection_cloud_providers.yaml +0 -0
  46. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_detection_cpp.yaml +0 -0
  47. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_detection_csharp.yaml +0 -0
  48. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_detection_dart.yaml +0 -0
  49. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_detection_elixir.yaml +0 -0
  50. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_detection_foundation.yaml +0 -0
  51. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_detection_kotlin.yaml +0 -0
  52. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_detection_php.yaml +0 -0
  53. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_detection_ruby.yaml +0 -0
  54. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_detection_scala.yaml +0 -0
  55. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_detection_swift.yaml +0 -0
  56. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_detection_test_frameworks.yaml +0 -0
  57. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_file_categorization.yaml +0 -0
  58. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_framework_angular.yaml +0 -0
  59. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_framework_django.yaml +0 -0
  60. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_framework_flask.yaml +0 -0
  61. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_framework_nodejs.yaml +0 -0
  62. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_framework_other.yaml +0 -0
  63. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_framework_python.yaml +0 -0
  64. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_framework_react.yaml +0 -0
  65. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_framework_vue.yaml +0 -0
  66. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_graph_foundation.yaml +0 -0
  67. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/bsg_token_optimization.yaml +0 -0
  68. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/test_bidirectional_gap_coverage.yaml +0 -0
  69. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/test_bidirectional_integrity.yaml +0 -0
  70. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/foundation/test_bidirectional_reconstruction.yaml +0 -0
  71. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/interceptors/bsg_api_contract_guardian.yaml +0 -0
  72. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/interceptors/bsg_auth_boundary_shield.yaml +0 -0
  73. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/interceptors/bsg_dependency_blast_radius.yaml +0 -0
  74. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/interceptors/bsg_hardcoded_secret_catcher.yaml +0 -0
  75. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/interceptors/bsg_iac_drift_sentinel.yaml +0 -0
  76. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/interceptors/bsg_nplus1_query_catcher.yaml +0 -0
  77. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/interceptors/bsg_reconstruction_interceptors.yaml +0 -0
  78. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/interceptors/bsg_resource_leak_preventer.yaml +0 -0
  79. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/interceptors/bsg_schema_migration_enforcer.yaml +0 -0
  80. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/plugins/interceptors/bsg_silent_failure_catcher.yaml +0 -0
  81. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/rules.py +0 -0
  82. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/schemas/bsg-plugin-schema-v1.json +0 -0
  83. {batho-1.2.0 → batho-1.2.1}/batho/modules/compression/schemas/bsg-plugin-schema-v2.json +0 -0
  84. {batho-1.2.0 → batho-1.2.1}/batho/modules/dependency/__init__.py +0 -0
  85. {batho-1.2.0 → batho-1.2.1}/batho/modules/dependency/indexer.py +0 -0
  86. {batho-1.2.0 → batho-1.2.1}/batho/modules/dependency/introspector.py +0 -0
  87. {batho-1.2.0 → batho-1.2.1}/batho/modules/dependency/manifest_parser.py +0 -0
  88. {batho-1.2.0 → batho-1.2.1}/batho/modules/dependency/popular_packages.py +0 -0
  89. {batho-1.2.0 → batho-1.2.1}/batho/modules/dependency/resolution_cache.py +0 -0
  90. {batho-1.2.0 → batho-1.2.1}/batho/modules/dependency/stdlib_tables.py +0 -0
  91. {batho-1.2.0 → batho-1.2.1}/batho/modules/extraction/__init__.py +0 -0
  92. {batho-1.2.0 → batho-1.2.1}/batho/modules/extraction/ast_cache.py +0 -0
  93. {batho-1.2.0 → batho-1.2.1}/batho/modules/extraction/extraction_result.py +0 -0
  94. {batho-1.2.0 → batho-1.2.1}/batho/modules/extraction/extractor.py +0 -0
  95. {batho-1.2.0 → batho-1.2.1}/batho/modules/extraction/fallback_parser.py +0 -0
  96. {batho-1.2.0 → batho-1.2.1}/batho/modules/extraction/pipeline.py +0 -0
  97. {batho-1.2.0 → batho-1.2.1}/batho/modules/extraction/scope_manager.py +0 -0
  98. {batho-1.2.0 → batho-1.2.1}/batho/modules/extraction/submodules/languages/css.py +0 -0
  99. {batho-1.2.0 → batho-1.2.1}/batho/modules/extraction/submodules/languages/hcl.py +0 -0
  100. {batho-1.2.0 → batho-1.2.1}/batho/modules/extraction/submodules/languages/html.py +0 -0
  101. {batho-1.2.0 → batho-1.2.1}/batho/modules/extraction/submodules/languages/json.py +0 -0
  102. {batho-1.2.0 → batho-1.2.1}/batho/modules/extraction/submodules/languages/markdown.py +0 -0
  103. {batho-1.2.0 → batho-1.2.1}/batho/modules/extraction/submodules/languages/toml.py +0 -0
  104. {batho-1.2.0 → batho-1.2.1}/batho/modules/extraction/submodules/languages/yaml.py +0 -0
  105. {batho-1.2.0 → batho-1.2.1}/batho/modules/extraction/submodules/parser_factory/__init__.py +0 -0
  106. {batho-1.2.0 → batho-1.2.1}/batho/modules/extraction/submodules/parser_factory/_common.py +0 -0
  107. {batho-1.2.0 → batho-1.2.1}/batho/modules/extraction/submodules/parser_factory/_queries.py +0 -0
  108. {batho-1.2.0 → batho-1.2.1}/batho/modules/extraction/submodules/parser_factory/detector.py +0 -0
  109. {batho-1.2.0 → batho-1.2.1}/batho/modules/extraction/submodules/parser_factory/factory.py +0 -0
  110. {batho-1.2.0 → batho-1.2.1}/batho/modules/extraction/submodules/parser_factory/registry.py +0 -0
  111. {batho-1.2.0 → batho-1.2.1}/batho/modules/extraction/symbol_table.py +0 -0
  112. {batho-1.2.0 → batho-1.2.1}/batho/modules/graph/__init__.py +0 -0
  113. {batho-1.2.0 → batho-1.2.1}/batho/modules/graph/builder/codegraph.py +0 -0
  114. {batho-1.2.0 → batho-1.2.1}/batho/modules/graph/community.py +0 -0
  115. {batho-1.2.0 → batho-1.2.1}/batho/modules/graph/diff_engine/node_diff.py +0 -0
  116. {batho-1.2.0 → batho-1.2.1}/batho/modules/graph/incremental.py +0 -0
  117. {batho-1.2.0 → batho-1.2.1}/batho/modules/graph/reconstructor/reconstructor.py +0 -0
  118. {batho-1.2.0 → batho-1.2.1}/batho/modules/integrity/__init__.py +0 -0
  119. {batho-1.2.0 → batho-1.2.1}/batho/modules/integrity/checkers/__init__.py +0 -0
  120. {batho-1.2.0 → batho-1.2.1}/batho/modules/integrity/checkers/blob_checker.py +0 -0
  121. {batho-1.2.0 → batho-1.2.1}/batho/modules/integrity/checkers/bundle_checker.py +0 -0
  122. {batho-1.2.0 → batho-1.2.1}/batho/modules/integrity/checkers/graph_checker.py +0 -0
  123. {batho-1.2.0 → batho-1.2.1}/batho/modules/integrity/checkers/state_checker.py +0 -0
  124. {batho-1.2.0 → batho-1.2.1}/batho/modules/integrity/checks/__init__.py +0 -0
  125. {batho-1.2.0 → batho-1.2.1}/batho/modules/integrity/cli.py +0 -0
  126. {batho-1.2.0 → batho-1.2.1}/batho/modules/integrity/engine.py +0 -0
  127. {batho-1.2.0 → batho-1.2.1}/batho/modules/integrity/models.py +0 -0
  128. {batho-1.2.0 → batho-1.2.1}/batho/modules/integrity/repairers/__init__.py +0 -0
  129. {batho-1.2.0 → batho-1.2.1}/batho/modules/integrity/repairers/blob_repairer.py +0 -0
  130. {batho-1.2.0 → batho-1.2.1}/batho/modules/integrity/repairers/graph_repairer.py +0 -0
  131. {batho-1.2.0 → batho-1.2.1}/batho/modules/integrity/repairers/state_repairer.py +0 -0
  132. {batho-1.2.0 → batho-1.2.1}/batho/modules/integrity/report.py +0 -0
  133. {batho-1.2.0 → batho-1.2.1}/batho/modules/storage/__init__.py +0 -0
  134. {batho-1.2.0 → batho-1.2.1}/batho/modules/storage/arrow_bundle/__init__.py +0 -0
  135. {batho-1.2.0 → batho-1.2.1}/batho/modules/storage/arrow_bundle/bundle.py +0 -0
  136. {batho-1.2.0 → batho-1.2.1}/batho/modules/storage/arrow_bundle/helpers.py +0 -0
  137. {batho-1.2.0 → batho-1.2.1}/batho/modules/storage/arrow_bundle/incremental.py +0 -0
  138. {batho-1.2.0 → batho-1.2.1}/batho/modules/storage/arrow_bundle/manager.py +0 -0
  139. {batho-1.2.0 → batho-1.2.1}/batho/modules/storage/arrow_bundle/reader.py +0 -0
  140. {batho-1.2.0 → batho-1.2.1}/batho/modules/storage/arrow_bundle/schemas.py +0 -0
  141. {batho-1.2.0 → batho-1.2.1}/batho/modules/storage/arrow_bundle/writer.py +0 -0
  142. {batho-1.2.0 → batho-1.2.1}/batho/modules/storage/arrow_store/__init__.py +0 -0
  143. {batho-1.2.0 → batho-1.2.1}/batho/modules/storage/arrow_store/compaction.py +0 -0
  144. {batho-1.2.0 → batho-1.2.1}/batho/modules/storage/arrow_store/metrics.py +0 -0
  145. {batho-1.2.0 → batho-1.2.1}/batho/modules/storage/arrow_store/schemas.py +0 -0
  146. {batho-1.2.0 → batho-1.2.1}/batho/modules/storage/arrow_store/store.py +0 -0
  147. {batho-1.2.0 → batho-1.2.1}/batho/modules/storage/cache/unified_cache.py +0 -0
  148. {batho-1.2.0 → batho-1.2.1}/batho/orchestrator/__init__.py +0 -0
  149. {batho-1.2.0 → batho-1.2.1}/batho/orchestrator/build.py +0 -0
  150. {batho-1.2.0 → batho-1.2.1}/batho/orchestrator/export.py +0 -0
  151. {batho-1.2.0 → batho-1.2.1}/batho/orchestrator/gc.py +0 -0
  152. {batho-1.2.0 → batho-1.2.1}/batho/orchestrator/load.py +0 -0
  153. {batho-1.2.0 → batho-1.2.1}/batho/orchestrator/patch.py +0 -0
  154. {batho-1.2.0 → batho-1.2.1}/batho/utils/__init__.py +0 -0
  155. {batho-1.2.0 → batho-1.2.1}/batho/utils/cli_output.py +0 -0
  156. {batho-1.2.0 → batho-1.2.1}/batho/utils/encoding.py +0 -0
  157. {batho-1.2.0 → batho-1.2.1}/batho/utils/file_io.py +0 -0
  158. {batho-1.2.0 → batho-1.2.1}/batho/utils/hash.py +0 -0
  159. {batho-1.2.0 → batho-1.2.1}/batho/utils/ignore.py +0 -0
  160. {batho-1.2.0 → batho-1.2.1}/batho/utils/logging.py +0 -0
  161. {batho-1.2.0 → batho-1.2.1}/batho/utils/memory_monitor.py +0 -0
  162. {batho-1.2.0 → batho-1.2.1}/batho/utils/path_sanitizer.py +0 -0
  163. {batho-1.2.0 → batho-1.2.1}/batho_cli.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: batho
3
- Version: 1.2.0
3
+ Version: 1.2.1
4
4
  Summary: Enterprise-grade multi-language source code indexer and semantic code intelligence engine powered by tree-sitter AST parsing, BSG compression, and relational code graph snapshots.
5
5
  Project-URL: homepage, https://batho.sageoz.org
6
6
  Project-URL: repository, https://github.com/sageoz/batho
@@ -5,7 +5,7 @@ This package provides the core functionality for analyzing code repositories,
5
5
  building dependency graphs, and generating contextual information for LLMs.
6
6
  """
7
7
 
8
- __version__ = "1.2.0"
8
+ __version__ = "1.2.1"
9
9
 
10
10
  from batho.core.config import get_config_cached, reload_config
11
11
  from batho.modules.compression.bsg_map import BSGMap
@@ -21,7 +21,7 @@ import structlog
21
21
 
22
22
  LOGGER = structlog.get_logger(__name__)
23
23
 
24
- BATHO_MCP_VERSION = "1.2.0"
24
+ BATHO_MCP_VERSION = "1.2.1"
25
25
 
26
26
 
27
27
  def create_app(
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "batho"
7
- version = "1.2.0"
7
+ version = "1.2.1"
8
8
  description = "Enterprise-grade multi-language source code indexer and semantic code intelligence engine powered by tree-sitter AST parsing, BSG compression, and relational code graph snapshots."
9
9
  readme = "README.md"
10
10
  license = { file = "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
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