.gitignore
.pre-commit-config.yaml
AGENTS.md
README.md
activate
environment.yaml
pyproject.toml
app/__init__.py
app/defaults.py
app/main.py
app/runtime.py
app/settings.py
app/api/__init__.py
app/api/routes/__init__.py
app/api/routes/anomalies.py
app/api/routes/auth.py
app/api/routes/dashboard.py
app/api/routes/deployment_status.py
app/api/routes/directory.py
app/api/routes/fleet.py
app/api/routes/global_graph.py
app/api/routes/observability.py
app/auth/__init__.py
app/auth/cognito.py
app/auth/dependencies.py
app/auth/middleware.py
app/auth/rbac.py
app/auth/session.py
app/auth/web_session.py
app/cli/__init__.py
app/cli/_registry_v2.py
app/cli/contracts.py
app/cli/db.py
app/cli/server.py
app/cli/sync.py
app/cli/tapdb.py
app/domain/__init__.py
app/domain/anomalies.py
app/domain/deployment_status.py
app/domain/directory.py
app/domain/fleet.py
app/domain/global_graph.py
app/domain/observability.py
app/domain/projections.py
app/etc/kahlo-config-template.yaml
app/integrations/__init__.py
app/integrations/input_snapshots.py
app/integrations/tapdb_runtime.py
app/observability/__init__.py
app/observability/instrumentation.py
app/observability/logging.py
app/observability/redaction.py
app/observability/rollups.py
app/observability/schema_drift.py
app/persistence/__init__.py
app/persistence/tapdb/__init__.py
app/persistence/tapdb/anomalies.py
app/persistence/tapdb/backend.py
app/persistence/tapdb/deployment_status.py
app/persistence/tapdb/directory.py
app/persistence/tapdb/fleet.py
app/persistence/tapdb/observability.py
app/persistence/tapdb/template_seed.py
app/web/__init__.py
app/web/exception_handler.py
app/web/templates.py
app/web/routes/__init__.py
app/web/routes/pages.py
app/web/static/kahlo.css
app/web/static/kahlo.js
app/web/templates/_chrome_footer.html
app/web/templates/_footer.html
app/web/templates/anomalies.html
app/web/templates/anomaly_detail.html
app/web/templates/auth_error.html
app/web/templates/base.html
app/web/templates/config.html
app/web/templates/dashboard.html
app/web/templates/deployment_service_detail.html
app/web/templates/deployments.html
app/web/templates/directory.html
app/web/templates/environments.html
app/web/templates/fleet.html
app/web/templates/fleet_service_detail.html
app/web/templates/fleet_service_environment_detail.html
app/web/templates/graph.html
app/web/templates/login.html
app/web/templates/service_detail.html
config/tapdb-config-kahlo.yaml
config/tapdb_templates/kahlo/templates.json
contracts/observability/api_health.schema.json
contracts/observability/auth_health.schema.json
contracts/observability/db_health.schema.json
contracts/observability/endpoint_health.schema.json
contracts/observability/health.schema.json
contracts/observability/healthz.schema.json
contracts/observability/my_health.schema.json
contracts/observability/obs_services.schema.json
contracts/observability/readyz.schema.json
docs/README.md
docs/apis.md
docs/architecture.md
docs/becoming_a_discoverable_service.md
docs/gui.md
docs/how-tos.md
docs/old_docs/README.md
etc/domain_code_registry.json
etc/prefix_ownership_registry.json
kahlo.egg-info/PKG-INFO
kahlo.egg-info/SOURCES.txt
kahlo.egg-info/dependency_links.txt
kahlo.egg-info/entry_points.txt
kahlo.egg-info/requires.txt
kahlo.egg-info/top_level.txt
scripts/check_pre_commit_hooks.py
tests/__init__.py
tests/_project_metadata.py
tests/conftest.py
tests/test_activate_contract.py
tests/test_anomalies.py
tests/test_auth_routes.py
tests/test_cli.py
tests/test_cli_registry_v2.py
tests/test_cognito_helpers.py
tests/test_contract_schemas.py
tests/test_dependency_boundary.py
tests/test_deployment_status.py
tests/test_directory_api.py
tests/test_directory_sync.py
tests/test_docs_access.py
tests/test_docs_examples.py
tests/test_fleet.py
tests/test_global_graph.py
tests/test_instrumentation.py
tests/test_observability_endpoints.py
tests/test_packaging_metadata.py
tests/test_page_routes.py
tests/test_redaction.py
tests/test_route_surface_coverage.py
tests/test_runtime.py
tests/test_schema_drift.py
tests/test_settings.py
tests/test_tapdb_registry_fixtures.py
tests/test_tapdb_runtime.py
tests/test_tapdb_template_cutover.py
tests/e2e/conftest.py
tests/e2e/test_auth_e2e.py