LICENSE
README.md
cli.py
pyproject.toml
kdg_nexus.egg-info/PKG-INFO
kdg_nexus.egg-info/SOURCES.txt
kdg_nexus.egg-info/dependency_links.txt
kdg_nexus.egg-info/entry_points.txt
kdg_nexus.egg-info/requires.txt
kdg_nexus.egg-info/top_level.txt
nexus/__init__.py
nexus/config.py
nexus/detokenizer.py
nexus/main.py
nexus/models.py
nexus/repo_remediation.py
nexus/session.py
nexus/adapters/__init__.py
nexus/adapters/cloud.py
nexus/adapters/errors.py
nexus/adapters/ollama_adapter.py
nexus/audit/__init__.py
nexus/audit/ledger.py
nexus/audit/verify.py
nexus/egress/__init__.py
nexus/egress/builder.py
nexus/egress/models.py
nexus/egress/proof.py
nexus/egress/sanitizer.py
nexus/indexing/__init__.py
nexus/indexing/chunker.py
nexus/indexing/context_pack.py
nexus/indexing/errors.py
nexus/indexing/fingerprint_key.py
nexus/indexing/fresh_context.py
nexus/indexing/graph.py
nexus/indexing/indexer.py
nexus/indexing/inventory.py
nexus/indexing/jobs.py
nexus/indexing/lexical.py
nexus/indexing/manager.py
nexus/indexing/models.py
nexus/indexing/oversized.py
nexus/indexing/python_parser.py
nexus/indexing/query_planner.py
nexus/indexing/retriever.py
nexus/indexing/semantic.py
nexus/indexing/store.py
nexus/indexing/symbols.py
nexus/orchestration/__init__.py
nexus/orchestration/fallback_policy.py
nexus/orchestration/provider_stage.py
nexus/pipeline/__init__.py
nexus/pipeline/ast_extractor.py
nexus/pipeline/leakage_verifier.py
nexus/pipeline/policy_engine.py
nexus/pipeline/pseudonymizer.py
nexus/pipeline/router.py
nexus/pipeline/secret_scanner.py
nexus/policies/__init__.py
nexus/policies/default.yaml
nexus/receipts/__init__.py
nexus/receipts/event_transport.py
nexus/receipts/events.py
nexus/receipts/execution.py
nexus/receipts/models.py
nexus/receipts/payload_store.py
nexus/receipts/serialize.py
nexus/security/__init__.py
nexus/security/local_auth.py
nexus/security/recovery_guard.py
tests/test_assist_egress.py
tests/test_assist_recovery_guard.py
tests/test_audit.py
tests/test_e2e.py
tests/test_egress.py
tests/test_event_transport.py
tests/test_fallback_state_machine.py
tests/test_incremental_indexing.py
tests/test_index_chunker.py
tests/test_index_context_pack.py
tests/test_index_diagnostics_retrieval.py
tests/test_index_error_sanitize.py
tests/test_index_fingerprint_hmac.py
tests/test_index_fresh_context.py
tests/test_index_full_rebuild.py
tests/test_index_git_discovery.py
tests/test_index_graph_expansion.py
tests/test_index_inventory.py
tests/test_index_job_status_api.py
tests/test_index_jobs.py
tests/test_index_oversized.py
tests/test_index_python_parser.py
tests/test_index_query_planner.py
tests/test_index_retriever.py
tests/test_index_schema.py
tests/test_index_security_review_fixes.py
tests/test_index_store.py
tests/test_index_transactions.py
tests/test_leakage_verifier.py
tests/test_local_auth.py
tests/test_package_metadata.py
tests/test_phase3_receipts.py
tests/test_phase4_provider_lifecycle.py
tests/test_phase5_assist_lifecycle.py
tests/test_policy_engine.py
tests/test_provider_cloud.py
tests/test_provider_errors.py
tests/test_provider_ollama_timeout.py
tests/test_pseudonymizer.py
tests/test_recovery_guard.py
tests/test_repo_remediation_api.py
tests/test_repos_api_auth.py
tests/test_repos_api_auth_e2e.py
tests/test_repository_indexer.py
tests/test_repository_indexing_cli.py
tests/test_repository_indexing_e2e.py
tests/test_repository_search_api.py
tests/test_router.py
tests/test_secret_safe_indexing.py
tests/test_secret_scanner.py
tests/test_terminal_events.py