LICENSE
README.md
pyproject.toml
orbitkb/__init__.py
orbitkb/cli.py
orbitkb/cli_progress.py
orbitkb/config.py
orbitkb.egg-info/PKG-INFO
orbitkb.egg-info/SOURCES.txt
orbitkb.egg-info/dependency_links.txt
orbitkb.egg-info/entry_points.txt
orbitkb.egg-info/requires.txt
orbitkb.egg-info/top_level.txt
orbitkb/db/__init__.py
orbitkb/db/connection.py
orbitkb/db/schema.sql
orbitkb/db/repositories/__init__.py
orbitkb/db/repositories/_util.py
orbitkb/db/repositories/apis.py
orbitkb/db/repositories/architecture.py
orbitkb/db/repositories/change_surface.py
orbitkb/db/repositories/components.py
orbitkb/db/repositories/index_runs.py
orbitkb/db/repositories/indexed_files.py
orbitkb/db/repositories/messages.py
orbitkb/db/repositories/persistence.py
orbitkb/db/repositories/repositories.py
orbitkb/db/repositories/search.py
orbitkb/db/repositories/service_calls.py
orbitkb/db/repositories/services.py
orbitkb/db/repositories/verification.py
orbitkb/discovery/__init__.py
orbitkb/discovery/base.py
orbitkb/discovery/go_stack.py
orbitkb/discovery/hashing.py
orbitkb/discovery/integration_heuristics.py
orbitkb/discovery/jvm_stack.py
orbitkb/discovery/node_ts.py
orbitkb/discovery/python_stack.py
orbitkb/discovery/registry.py
orbitkb/discovery/scan_helpers.py
orbitkb/discovery/walker.py
orbitkb/export/__init__.py
orbitkb/export/markdown.py
orbitkb/export/mermaid.py
orbitkb/generation/__init__.py
orbitkb/generation/architecture.py
orbitkb/generation/backend_base.py
orbitkb/generation/change_surface.py
orbitkb/generation/claude_backend.py
orbitkb/generation/codex_backend.py
orbitkb/generation/freshness.py
orbitkb/generation/llm_harness.py
orbitkb/generation/next_queries.py
orbitkb/generation/orchestrator.py
orbitkb/generation/provenance.py
orbitkb/generation/retrieval.py
orbitkb/generation/verification.py
orbitkb/generation/prompts/api_detail.md
orbitkb/generation/prompts/change_surface.md
orbitkb/generation/prompts/component.md
orbitkb/generation/prompts/messaging.md
orbitkb/generation/prompts/persistence.md
orbitkb/generation/prompts/service_overview.md
orbitkb/generation/schemas/api_detail.schema.json
orbitkb/generation/schemas/change_surface.schema.json
orbitkb/generation/schemas/component.schema.json
orbitkb/generation/schemas/messaging.schema.json
orbitkb/generation/schemas/persistence.schema.json
orbitkb/generation/schemas/service_overview.schema.json
orbitkb/mcp/__init__.py
orbitkb/mcp/queries.py
orbitkb/mcp/server.py
tests/test_architecture_findings.py
tests/test_benchmark.py
tests/test_bump_version.py
tests/test_change_surface.py
tests/test_change_surface_audit.py
tests/test_change_surface_builder.py
tests/test_cli.py
tests/test_context_efficiency.py
tests/test_dast_adversarial_inputs.py
tests/test_discovery.py
tests/test_export_markdown.py
tests/test_export_mermaid.py
tests/test_freshness.py
tests/test_freshness_integration.py
tests/test_git_changed_files.py
tests/test_integration_heuristics.py
tests/test_mcp_architecture_smells.py
tests/test_mcp_change_surface.py
tests/test_mcp_describe_api.py
tests/test_mcp_describe_service.py
tests/test_mcp_list_repositories.py
tests/test_mcp_relationships.py
tests/test_mcp_tools.py
tests/test_mcp_verify_change_surface.py
tests/test_next_queries.py
tests/test_orchestrator.py
tests/test_orchestrator_prompts.py
tests/test_provenance.py
tests/test_rename_smoke.py
tests/test_retrieval.py
tests/test_scan_helpers.py
tests/test_self_index_e2e.py
tests/test_trace_flow.py
tests/test_verification.py