LICENSE
README.md
pyproject.toml
src/lattice_lens/__init__.py
src/lattice_lens/config.py
src/lattice_lens/lens.py
src/lattice_lens/models.py
src/lattice_lens.egg-info/PKG-INFO
src/lattice_lens.egg-info/SOURCES.txt
src/lattice_lens.egg-info/dependency_links.txt
src/lattice_lens.egg-info/entry_points.txt
src/lattice_lens.egg-info/requires.txt
src/lattice_lens.egg-info/top_level.txt
src/lattice_lens/cli/__init__.py
src/lattice_lens/cli/backend_command.py
src/lattice_lens/cli/check_command.py
src/lattice_lens/cli/context_commands.py
src/lattice_lens/cli/evaluate_command.py
src/lattice_lens/cli/exchange_commands.py
src/lattice_lens/cli/extract_command.py
src/lattice_lens/cli/fact_commands.py
src/lattice_lens/cli/git_commands.py
src/lattice_lens/cli/graph_commands.py
src/lattice_lens/cli/helpers.py
src/lattice_lens/cli/init_command.py
src/lattice_lens/cli/lens_commands.py
src/lattice_lens/cli/main.py
src/lattice_lens/cli/reconcile_command.py
src/lattice_lens/cli/seed_command.py
src/lattice_lens/cli/serve_command.py
src/lattice_lens/cli/status_command.py
src/lattice_lens/cli/tags_command.py
src/lattice_lens/cli/types_command.py
src/lattice_lens/cli/upgrade_command.py
src/lattice_lens/cli/validate_command.py
src/lattice_lens/cli/view_command.py
src/lattice_lens/mcp/__init__.py
src/lattice_lens/mcp/server.py
src/lattice_lens/mcp/tools.py
src/lattice_lens/services/__init__.py
src/lattice_lens/services/check_service.py
src/lattice_lens/services/code_scanner.py
src/lattice_lens/services/context_service.py
src/lattice_lens/services/edge_inference.py
src/lattice_lens/services/evaluate_service.py
src/lattice_lens/services/exchange_service.py
src/lattice_lens/services/extract_service.py
src/lattice_lens/services/fact_service.py
src/lattice_lens/services/graph_service.py
src/lattice_lens/services/project_service.py
src/lattice_lens/services/reconcile_service.py
src/lattice_lens/services/tag_service.py
src/lattice_lens/services/type_service.py
src/lattice_lens/services/validate_service.py
src/lattice_lens/store/__init__.py
src/lattice_lens/store/index.py
src/lattice_lens/store/lens_store.py
src/lattice_lens/store/protocol.py
src/lattice_lens/store/sqlite_store.py
src/lattice_lens/store/yaml_store.py
src/lattice_lens/web/__init__.py
src/lattice_lens/web/app.py
src/lattice_lens/web/sse.py
src/lattice_lens/web/api/__init__.py
src/lattice_lens/web/api/facts.py
src/lattice_lens/web/api/graph.py
src/lattice_lens/web/api/meta.py
src/lattice_lens/web/static/index.html
src/lattice_lens/web/static/assets/index-D2mDsc7f.css
src/lattice_lens/web/static/assets/index-D6cIle8l.js
tests/test_backend_cli.py
tests/test_check.py
tests/test_cli.py
tests/test_code_scanner.py
tests/test_context_cli.py
tests/test_context_service.py
tests/test_edge_inference.py
tests/test_evaluate_cli.py
tests/test_evaluate_service.py
tests/test_exchange.py
tests/test_exchange_cli.py
tests/test_extract_cli.py
tests/test_extract_service.py
tests/test_fact_commands_cli.py
tests/test_fact_service.py
tests/test_git_commands.py
tests/test_graph_cli.py
tests/test_graph_service.py
tests/test_index.py
tests/test_lens.py
tests/test_lens_commands.py
tests/test_lens_integration.py
tests/test_lens_store.py
tests/test_mcp_server.py
tests/test_mcp_tools.py
tests/test_models.py
tests/test_project_scoping.py
tests/test_project_service.py
tests/test_promote.py
tests/test_reconcile_cli.py
tests/test_reconcile_service.py
tests/test_serve_cli.py
tests/test_sqlite_store.py
tests/test_tag_service.py
tests/test_tags_cli.py
tests/test_type_service.py
tests/test_types_cli.py
tests/test_validate.py
tests/test_validate_cli.py
tests/test_web_api.py
tests/test_yaml_store.py