codecortex-context-engine 0.1.0a1__tar.gz → 0.1.0a3__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 (233) hide show
  1. codecortex_context_engine-0.1.0a3/.github/workflows/bootstrap-release.yml +36 -0
  2. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/.github/workflows/ci.yml +20 -1
  3. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/.github/workflows/live-agent-e2e.yml +18 -5
  4. codecortex_context_engine-0.1.0a3/.github/workflows/longitudinal-performance.yml +62 -0
  5. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/.github/workflows/release.yml +10 -2
  6. codecortex_context_engine-0.1.0a3/NOTICE +24 -0
  7. codecortex_context_engine-0.1.0a3/PKG-INFO +1923 -0
  8. codecortex_context_engine-0.1.0a3/README.md +1682 -0
  9. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/ROADMAP.md +6 -6
  10. codecortex_context_engine-0.1.0a3/THIRD_PARTY_NOTICES.md +60 -0
  11. codecortex_context_engine-0.1.0a3/docs/DISTRIBUTED.md +68 -0
  12. codecortex_context_engine-0.1.0a3/docs/LICENSING.md +37 -0
  13. codecortex_context_engine-0.1.0a3/docs/provenance/graphify.md +12 -0
  14. codecortex_context_engine-0.1.0a3/docs/provenance/headroom.md +12 -0
  15. codecortex_context_engine-0.1.0a3/docs/provenance/serena.md +12 -0
  16. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/pyproject.toml +6 -4
  17. codecortex_context_engine-0.1.0a3/scripts/check_readme.py +40 -0
  18. codecortex_context_engine-0.1.0a3/scripts/compact_readme.py +54 -0
  19. codecortex_context_engine-0.1.0a3/scripts/generate_readme.py +428 -0
  20. codecortex_context_engine-0.1.0a3/scripts/record_performance_history.py +59 -0
  21. codecortex_context_engine-0.1.0a3/src/codecortex/distributed/__init__.py +43 -0
  22. codecortex_context_engine-0.1.0a3/src/codecortex/distributed/cli.py +67 -0
  23. codecortex_context_engine-0.1.0a3/src/codecortex/distributed/memory_sync.py +253 -0
  24. codecortex_context_engine-0.1.0a3/src/codecortex/distributed/organization.py +415 -0
  25. codecortex_context_engine-0.1.0a3/src/codecortex/distributed/performance.py +195 -0
  26. codecortex_context_engine-0.1.0a3/src/codecortex/distributed/remote_mcp.py +287 -0
  27. codecortex_context_engine-0.1.0a3/src/codecortex/distributed/service.py +158 -0
  28. codecortex_context_engine-0.1.0a3/src/codecortex/distributed/vector_store.py +212 -0
  29. codecortex_context_engine-0.1.0a3/src/codecortex/distributed/workers.py +331 -0
  30. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/evaluation/production.py +9 -1
  31. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/languages/registry.py +1 -1
  32. codecortex_context_engine-0.1.0a3/tests/test_backend_manager_coverage.py +220 -0
  33. codecortex_context_engine-0.1.0a3/tests/test_cli_public_surface.py +108 -0
  34. codecortex_context_engine-0.1.0a3/tests/test_coverage_adapters_and_bridge.py +438 -0
  35. codecortex_context_engine-0.1.0a3/tests/test_coverage_dashboard_entrypoint.py +418 -0
  36. codecortex_context_engine-0.1.0a3/tests/test_coverage_final_push.py +615 -0
  37. codecortex_context_engine-0.1.0a3/tests/test_dashboard_observability_coverage.py +98 -0
  38. codecortex_context_engine-0.1.0a3/tests/test_distributed_memory_vector_remote.py +202 -0
  39. codecortex_context_engine-0.1.0a3/tests/test_distributed_service.py +59 -0
  40. codecortex_context_engine-0.1.0a3/tests/test_distributed_workers_performance_org.py +198 -0
  41. codecortex_context_engine-0.1.0a3/tests/test_mcp_public_surface.py +132 -0
  42. codecortex_context_engine-0.1.0a3/tests/test_native_provider_unit.py +101 -0
  43. codecortex_context_engine-0.1.0a3/tests/test_production_evaluation_coverage.py +242 -0
  44. codecortex_context_engine-0.1.0a1/.github/workflows/bootstrap-release.yml +0 -28
  45. codecortex_context_engine-0.1.0a1/NOTICE +0 -2
  46. codecortex_context_engine-0.1.0a1/PKG-INFO +0 -381
  47. codecortex_context_engine-0.1.0a1/README.md +0 -141
  48. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/.dockerignore +0 -0
  49. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/.github/CODEOWNERS +0 -0
  50. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/.github/ISSUE_TEMPLATE/bug.yml +0 -0
  51. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  52. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/.github/ISSUE_TEMPLATE/feature.yml +0 -0
  53. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  54. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/.github/dependabot.yml +0 -0
  55. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/.github/pull_request_template.md +0 -0
  56. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/.github/workflows/backend-conformance.yml +0 -0
  57. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/.github/workflows/codeql.yml +0 -0
  58. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/.github/workflows/docker.yml +0 -0
  59. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/.github/workflows/docs.yml +0 -0
  60. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/.github/workflows/parser-providers.yml +0 -0
  61. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/.github/workflows/production-benchmark.yml +0 -0
  62. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/.github/workflows/scorecard.yml +0 -0
  63. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/.github/workflows/security.yml +0 -0
  64. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/.gitignore +0 -0
  65. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/CHANGELOG.md +0 -0
  66. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/CITATION.cff +0 -0
  67. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/CODE_OF_CONDUCT.md +0 -0
  68. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/COMMERCIAL.md +0 -0
  69. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/CONTRIBUTING.md +0 -0
  70. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/Dockerfile +0 -0
  71. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/GOVERNANCE.md +0 -0
  72. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/LICENSE +0 -0
  73. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/SECURITY.md +0 -0
  74. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/SUPPORT.md +0 -0
  75. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/benchmarks/README.md +0 -0
  76. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/benchmarks/cases.json +0 -0
  77. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/benchmarks/external/sample-suite.json +0 -0
  78. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/benchmarks/production/README.md +0 -0
  79. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/benchmarks/production/spec.json +0 -0
  80. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/benchmarks/regression-policy.json +0 -0
  81. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/codecov.yml +0 -0
  82. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/compose.yaml +0 -0
  83. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/docs/ADVANCED_INTELLIGENCE.md +0 -0
  84. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/docs/ARCHITECTURE.md +0 -0
  85. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/docs/BRAND.md +0 -0
  86. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/docs/INTEGRATIONS.md +0 -0
  87. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/docs/OPENSSF.md +0 -0
  88. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/docs/PACKAGING.md +0 -0
  89. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/docs/QUALITY.md +0 -0
  90. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/docs/RELEASE.md +0 -0
  91. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/docs/TESTING.md +0 -0
  92. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/docs/index.md +0 -0
  93. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/examples/demo_project/api.py +0 -0
  94. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/examples/demo_project/auth/service.py +0 -0
  95. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/examples/demo_project/auth/tokens.py +0 -0
  96. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/examples/demo_project/tests/test_auth.py +0 -0
  97. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/mkdocs.yml +0 -0
  98. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/scripts/backend_conformance.py +0 -0
  99. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/scripts/demo.py +0 -0
  100. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/scripts/install.ps1 +0 -0
  101. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/scripts/install.sh +0 -0
  102. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/scripts/live_agent_e2e.py +0 -0
  103. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/scripts/release_check.py +0 -0
  104. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/scripts/run_agent_matrix.py +0 -0
  105. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/scripts/run_production_benchmark.py +0 -0
  106. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/__init__.py +0 -0
  107. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/architecture/__init__.py +0 -0
  108. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/architecture/drift.py +0 -0
  109. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/architecture/inference.py +0 -0
  110. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/backends/__init__.py +0 -0
  111. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/backends/base.py +0 -0
  112. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/backends/context.py +0 -0
  113. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/backends/contracts.py +0 -0
  114. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/backends/factory.py +0 -0
  115. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/backends/graph.py +0 -0
  116. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/backends/manager.py +0 -0
  117. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/backends/mcp_client.py +0 -0
  118. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/backends/pool.py +0 -0
  119. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/backends/spec.py +0 -0
  120. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/backends/symbols.py +0 -0
  121. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/benchmark.py +0 -0
  122. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/cli.py +0 -0
  123. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/config.py +0 -0
  124. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/context/__init__.py +0 -0
  125. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/context/budget.py +0 -0
  126. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/context/integrated.py +0 -0
  127. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/context/pipeline.py +0 -0
  128. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/core/__init__.py +0 -0
  129. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/core/contracts.py +0 -0
  130. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/core/errors.py +0 -0
  131. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/core/models.py +0 -0
  132. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/dashboard.py +0 -0
  133. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/editing.py +0 -0
  134. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/engines/__init__.py +0 -0
  135. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/engines/builtin/__init__.py +0 -0
  136. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/engines/builtin/factory.py +0 -0
  137. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/engines/builtin/memory.py +0 -0
  138. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/engines/builtin/repository.py +0 -0
  139. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/engines/builtin/symbols.py +0 -0
  140. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/engines/builtin/validation.py +0 -0
  141. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/engines/registry.py +0 -0
  142. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/entrypoint.py +0 -0
  143. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/evaluation/__init__.py +0 -0
  144. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/evaluation/external.py +0 -0
  145. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/evaluation/regression.py +0 -0
  146. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/gateway.py +0 -0
  147. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/git_intelligence.py +0 -0
  148. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/indexing/__init__.py +0 -0
  149. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/indexing/graph.py +0 -0
  150. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/indexing/impact.py +0 -0
  151. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/indexing/incremental.py +0 -0
  152. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/indexing/incremental_graph.py +0 -0
  153. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/indexing/indexer.py +0 -0
  154. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/indexing/relationships.py +0 -0
  155. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/indexing/resolution.py +0 -0
  156. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/integrations/__init__.py +0 -0
  157. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/integrations/agents.py +0 -0
  158. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/interfaces/__init__.py +0 -0
  159. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/interfaces/mcp_bridge.py +0 -0
  160. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/languages/__init__.py +0 -0
  161. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/languages/native.py +0 -0
  162. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/mcp/__init__.py +0 -0
  163. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/mcp/extended.py +0 -0
  164. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/mcp/server.py +0 -0
  165. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/memory/__init__.py +0 -0
  166. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/memory/json_store.py +0 -0
  167. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/memory/knowledge.py +0 -0
  168. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/memory/team_store.py +0 -0
  169. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/orchestrator.py +0 -0
  170. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/pr_intelligence.py +0 -0
  171. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/retrieval/__init__.py +0 -0
  172. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/retrieval/hybrid.py +0 -0
  173. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/retrieval/index.py +0 -0
  174. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/retrieval/providers.py +0 -0
  175. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/retrieval/repository.py +0 -0
  176. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/router/__init__.py +0 -0
  177. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/router/router.py +0 -0
  178. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/runtime.py +0 -0
  179. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/setup.py +0 -0
  180. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/symbols/__init__.py +0 -0
  181. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/symbols/providers.py +0 -0
  182. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/telemetry/__init__.py +0 -0
  183. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/telemetry/collector.py +0 -0
  184. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/tracing/__init__.py +0 -0
  185. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/tracing/task_trace.py +0 -0
  186. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/workspace/__init__.py +0 -0
  187. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/src/codecortex/workspace/federation.py +0 -0
  188. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/fixtures/fake_mcp_server.py +0 -0
  189. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_agent_configurator.py +0 -0
  190. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_architecture_drift.py +0 -0
  191. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_architecture_inference.py +0 -0
  192. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_backend_contracts.py +0 -0
  193. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_backend_factory.py +0 -0
  194. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_backend_manager.py +0 -0
  195. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_backend_session_pool.py +0 -0
  196. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_benchmark.py +0 -0
  197. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_context.py +0 -0
  198. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_context_backend_adapter.py +0 -0
  199. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_context_pipeline.py +0 -0
  200. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_dashboard.py +0 -0
  201. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_external_evaluation.py +0 -0
  202. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_git_intelligence.py +0 -0
  203. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_graph.py +0 -0
  204. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_graph_backend_adapter.py +0 -0
  205. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_impact.py +0 -0
  206. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_incremental.py +0 -0
  207. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_incremental_graph.py +0 -0
  208. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_integrated_context.py +0 -0
  209. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_knowledge.py +0 -0
  210. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_languages.py +0 -0
  211. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_mcp.py +0 -0
  212. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_mcp_edit_surface.py +0 -0
  213. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_mcp_stdio_client.py +0 -0
  214. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_memory.py +0 -0
  215. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_native_parsers.py +0 -0
  216. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_orchestrator_concurrency.py +0 -0
  217. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_pr_intelligence.py +0 -0
  218. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_production_benchmark.py +0 -0
  219. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_regression_gate.py +0 -0
  220. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_relationships.py +0 -0
  221. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_repository_semantic.py +0 -0
  222. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_resolution.py +0 -0
  223. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_retrieval.py +0 -0
  224. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_router.py +0 -0
  225. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_runtime.py +0 -0
  226. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_security_boundaries.py +0 -0
  227. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_setup.py +0 -0
  228. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_symbol_backend_adapter.py +0 -0
  229. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_symbol_history.py +0 -0
  230. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_symbols.py +0 -0
  231. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_task_trace.py +0 -0
  232. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_team_memory.py +0 -0
  233. {codecortex_context_engine-0.1.0a1 → codecortex_context_engine-0.1.0a3}/tests/test_workspace.py +0 -0
@@ -0,0 +1,36 @@
1
+ name: Bootstrap Release
2
+
3
+ on:
4
+ push:
5
+ branches: [main]
6
+ paths:
7
+ - .github/workflows/bootstrap-release.yml
8
+
9
+ permissions:
10
+ contents: write
11
+ actions: write
12
+
13
+ jobs:
14
+ release:
15
+ runs-on: ubuntu-latest
16
+ steps:
17
+ - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
18
+ with:
19
+ fetch-depth: 0
20
+ persist-credentials: true
21
+ - name: Create v0.1.0a3 release tag from validated main
22
+ shell: bash
23
+ run: |
24
+ set -euo pipefail
25
+ git config user.name "Behnam Jalali"
26
+ git config user.email "behnamjalalico@gmail.com"
27
+ if git rev-parse -q --verify refs/tags/v0.1.0a3 >/dev/null; then
28
+ echo "v0.1.0a3 already exists"
29
+ else
30
+ git tag -a v0.1.0a3 -m "CodeCortex Context Engine v0.1.0a3"
31
+ git push origin refs/tags/v0.1.0a3
32
+ fi
33
+ - name: Dispatch release workflow
34
+ env:
35
+ GH_TOKEN: ${{ github.token }}
36
+ run: gh workflow run release.yml --ref main -f tag=v0.1.0a3
@@ -32,7 +32,7 @@ jobs:
32
32
  - name: Tests
33
33
  run: |
34
34
  if [ "${{ matrix.python-version }}" = "3.13" ]; then
35
- pytest -q --cov=codecortex --cov-report=xml --cov-report=term-missing --cov-fail-under=65
35
+ pytest -q --cov=codecortex --cov-report=xml --cov-report=term-missing --cov-fail-under=90
36
36
  else
37
37
  pytest -q
38
38
  fi
@@ -44,6 +44,23 @@ jobs:
44
44
  files: ./coverage.xml
45
45
  fail_ci_if_error: false
46
46
 
47
+ windows-compat:
48
+ runs-on: windows-latest
49
+ steps:
50
+ - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
51
+ with:
52
+ persist-credentials: false
53
+ - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
54
+ with:
55
+ python-version: "3.11"
56
+ cache: pip
57
+ - run: python -m pip install --upgrade pip
58
+ - run: pip install -e ".[dev]"
59
+ - run: ruff check .
60
+ - run: pytest -q
61
+ - run: cortex --help
62
+ - run: cortex version
63
+
47
64
  package:
48
65
  runs-on: ubuntu-latest
49
66
  steps:
@@ -53,9 +70,11 @@ jobs:
53
70
  - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
54
71
  with:
55
72
  python-version: "3.13"
73
+ - run: python scripts/check_readme.py
56
74
  - run: python -m pip install --upgrade pip build twine
57
75
  - run: python -m build
58
76
  - run: python -m twine check dist/*
59
77
  - run: pip install dist/*.whl
60
78
  - run: cortex --help
61
79
  - run: cortex version
80
+ - run: cortex-remote --help
@@ -12,6 +12,10 @@ jobs:
12
12
  live-agent:
13
13
  runs-on: ubuntu-latest
14
14
  timeout-minutes: 45
15
+ env:
16
+ OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
17
+ ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
18
+ GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
15
19
  strategy:
16
20
  fail-fast: false
17
21
  matrix:
@@ -54,14 +58,23 @@ jobs:
54
58
  run: |
55
59
  ${{ matrix.configure }}
56
60
  command -v ${{ matrix.agent }} || true
61
+ - name: Check live credential availability
62
+ id: credential
63
+ shell: bash
64
+ env:
65
+ KEY_ENV: ${{ matrix.key_env }}
66
+ run: |
67
+ value="${!KEY_ENV:-}"
68
+ if [ -n "$value" ]; then
69
+ echo "available=true" >> "$GITHUB_OUTPUT"
70
+ else
71
+ echo "available=false" >> "$GITHUB_OUTPUT"
72
+ fi
57
73
  - name: Run live MCP tool-use check
58
- if: ${{ matrix.key_env == 'OPENAI_API_KEY' && secrets.OPENAI_API_KEY != '' || matrix.key_env == 'ANTHROPIC_API_KEY' && secrets.ANTHROPIC_API_KEY != '' || matrix.key_env == 'GEMINI_API_KEY' && secrets.GEMINI_API_KEY != '' }}
74
+ if: steps.credential.outputs.available == 'true'
59
75
  env:
60
- OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
61
- ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
62
- GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
63
76
  CODECORTEX_SOURCE_ROOT: ${{ github.workspace }}
64
77
  run: python scripts/live_agent_e2e.py --agent "${{ matrix.agent }}" --command "${{ matrix.command }}"
65
78
  - name: Record credential-gated skip
66
- if: ${{ !(matrix.key_env == 'OPENAI_API_KEY' && secrets.OPENAI_API_KEY != '' || matrix.key_env == 'ANTHROPIC_API_KEY' && secrets.ANTHROPIC_API_KEY != '' || matrix.key_env == 'GEMINI_API_KEY' && secrets.GEMINI_API_KEY != '') }}
79
+ if: steps.credential.outputs.available != 'true'
67
80
  run: echo "${{ matrix.agent }} installed/configured; live model call skipped because its API secret is not configured." >> "$GITHUB_STEP_SUMMARY"
@@ -0,0 +1,62 @@
1
+ name: Longitudinal Performance
2
+
3
+ on:
4
+ workflow_dispatch:
5
+ schedule:
6
+ - cron: "17 4 * * 1"
7
+
8
+ permissions:
9
+ contents: read
10
+
11
+ env:
12
+ HISTORY_DB: .codecortex/performance/history.db
13
+
14
+ jobs:
15
+ benchmark-history:
16
+ runs-on: ubuntu-latest
17
+ steps:
18
+ - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
19
+ with:
20
+ persist-credentials: false
21
+ - uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
22
+ with:
23
+ python-version: "3.13"
24
+ cache: pip
25
+ - name: Restore longitudinal database
26
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
27
+ with:
28
+ path: .codecortex/performance
29
+ key: longitudinal-performance-${{ github.repository_id }}-${{ github.run_id }}
30
+ restore-keys: |
31
+ longitudinal-performance-${{ github.repository_id }}-
32
+ - run: python -m pip install --upgrade pip
33
+ - run: pip install -e ".[dev]"
34
+ - name: Run reproducible baseline scenario
35
+ run: >-
36
+ python scripts/run_production_benchmark.py
37
+ --scenario vanilla
38
+ --output benchmarks/production/results.json
39
+ - name: Append and export history
40
+ run: >-
41
+ python scripts/record_performance_history.py
42
+ --result benchmarks/production/results.json
43
+ --database "$HISTORY_DB"
44
+ --output benchmarks/production/performance-history.json
45
+ --suite production-vanilla
46
+ --commit "${GITHUB_SHA}"
47
+ - name: Publish public workflow artifact
48
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
49
+ with:
50
+ name: performance-history-${{ github.run_number }}
51
+ path: |
52
+ benchmarks/production/results.json
53
+ benchmarks/production/performance-history.json
54
+ if-no-files-found: error
55
+ retention-days: 90
56
+ - name: Publish run summary
57
+ shell: bash
58
+ run: |
59
+ echo "## CodeCortex longitudinal performance" >> "$GITHUB_STEP_SUMMARY"
60
+ echo "Commit: \`${GITHUB_SHA}\`" >> "$GITHUB_STEP_SUMMARY"
61
+ echo "Suite: \`production-vanilla\`" >> "$GITHUB_STEP_SUMMARY"
62
+ echo "The complete accumulated history is attached as a public workflow artifact." >> "$GITHUB_STEP_SUMMARY"
@@ -106,10 +106,18 @@ jobs:
106
106
  with:
107
107
  name: release-assets
108
108
  path: dist
109
- - name: Create immutable GitHub release
109
+ - name: Create or update GitHub release
110
110
  env:
111
111
  GH_TOKEN: ${{ github.token }}
112
- run: gh release create "${{ env.RELEASE_TAG }}" dist/* --repo "${{ github.repository }}" --verify-tag --generate-notes --title "CodeCortex Context Engine ${{ env.RELEASE_TAG }}"
112
+ shell: bash
113
+ run: |
114
+ set -euo pipefail
115
+ if gh release view "${{ env.RELEASE_TAG }}" --repo "${{ github.repository }}" >/dev/null 2>&1; then
116
+ gh release upload "${{ env.RELEASE_TAG }}" dist/* --repo "${{ github.repository }}" --clobber
117
+ gh release edit "${{ env.RELEASE_TAG }}" --repo "${{ github.repository }}" --title "CodeCortex Context Engine ${{ env.RELEASE_TAG }}"
118
+ else
119
+ gh release create "${{ env.RELEASE_TAG }}" dist/* --repo "${{ github.repository }}" --verify-tag --generate-notes --title "CodeCortex Context Engine ${{ env.RELEASE_TAG }}"
120
+ fi
113
121
 
114
122
  publish-pypi:
115
123
  if: vars.PYPI_PUBLISH_ENABLED == 'true'
@@ -0,0 +1,24 @@
1
+ CodeCortex Context Engine
2
+ Copyright 2026 Behnam Jalali
3
+
4
+ CodeCortex is distributed under the Apache License, Version 2.0. See LICENSE.
5
+
6
+ Third-party and historical upstream notices
7
+ ===========================================
8
+
9
+ Graphify
10
+ Copyright 2026 Safi Shamsi and the Graphify contributors.
11
+ Licensed under the Apache License, Version 2.0. Portions of Graphify were
12
+ contributed under the MIT License prior to its relicensing; see the upstream
13
+ project and THIRD_PARTY_NOTICES.md for the recorded source lineage.
14
+
15
+ Serena
16
+ Copyright (c) 2025 Oraios AI.
17
+ Licensed under the MIT License. See THIRD_PARTY_NOTICES.md.
18
+
19
+ Headroom
20
+ Copyright 2025 Headroom Contributors.
21
+ Licensed under the Apache License, Version 2.0. See THIRD_PARTY_NOTICES.md.
22
+
23
+ The presence of an attribution in this NOTICE does not imply endorsement by,
24
+ affiliation with, or transfer of copyright from any upstream project.