LICENSE
README.md
lore.py
pyproject.toml
cli/adr.py
cli/agent_delta.py
cli/agent_history.py
cli/agent_retrieval.py
cli/agent_runner.py
cli/agent_stage.py
cli/agent_tools.py
cli/apply.py
cli/audit.py
cli/audit_runner.py
cli/batch.py
cli/benchmark.py
cli/brief_builder.py
cli/cache.py
cli/check_vuln.py
cli/cve.py
cli/cve_data.py
cli/cve_registry.py
cli/cve_runner.py
cli/diff_server.py
cli/feedback.py
cli/gh_check.py
cli/git_hook.py
cli/html_builders.py
cli/ingest_chat.py
cli/ingest_github.py
cli/ingest_slack.py
cli/init.py
cli/lsp.py
cli/mcp_server.py
cli/patch_validator.py
cli/prompts.py
cli/query.py
cli/reindex.py
cli/sandbox_evaluator.py
cli/shared.py
cli/v11_retrieval.py
cli/vuln_analysis.py
cli/vuln_cache.py
cli/vuln_cure.py
cli/watch.py
cli/webhook_server.py
cli/templates/audit_ui.html
cli/templates/cve_ui.html
cli/templates/dashboard_ui.html
cli/templates/diff_ui.html
cli/templates/impact_ui.html
core/__init__.py
core/_batch_consolidator.py
core/_cold_start.py
core/_cold_start_intent.py
core/_dl_link_builders.py
core/_dl_mention_builder.py
core/_intent_miner.py
core/_macro_change.py
core/ast_extractor.py
core/ast_patcher.py
core/ast_patcher_core.py
core/ast_taint.py
core/ast_taint_helpers.py
core/base_tracer.py
core/boundary_miner.py
core/chat_miner.py
core/cst_patcher.py
core/decision_linker.py
core/git_historian.py
core/git_miner.py
core/guardian.py
core/invariant_miner.py
core/llm_client.py
core/qa_engine.py
core/reconciler.py
core/symbol_db.py
core/symbol_extractor.py
core/symbol_map.py
core/symbol_retriever.py
core/symbol_scanner.py
core/symbol_types.py
lore_kg.egg-info/PKG-INFO
lore_kg.egg-info/SOURCES.txt
lore_kg.egg-info/dependency_links.txt
lore_kg.egg-info/entry_points.txt
lore_kg.egg-info/requires.txt
lore_kg.egg-info/top_level.txt
parsers/go_parser.py
parsers/go_taint_tracer.py
parsers/parse_result.py
parsers/ts_taint_tracer.py
parsers/typescript_parser.py
tests/test_ast_patcher.py
tests/test_benchmark_taint.py
tests/test_boundary_miner.py
tests/test_brief_builder.py
tests/test_chat_miner.py
tests/test_cli_commands.py
tests/test_cross_file_taint.py
tests/test_cross_language.py
tests/test_fase4.py
tests/test_fase5a.py
tests/test_fase5b.py
tests/test_fase6.py
tests/test_ingestion_cli.py
tests/test_init.py
tests/test_invariant_miner.py
tests/test_llm_client.py
tests/test_lsp_handlers.py
tests/test_mcp.py
tests/test_precision_calibration.py
tests/test_reindex.py
tests/test_sprint3_ci_feedback.py
tests/test_symbol_map.py
tests/test_webhook_server.py