LICENSE
README.md
pyproject.toml
mesh/__init__.py
mesh/cli.py
mesh/analysis/__init__.py
mesh/analysis/builder.py
mesh/analysis/taint.py
mesh/analysis/workspace.py
mesh/auth/__init__.py
mesh/auth/client.py
mesh/auth/storage.py
mesh/auth/tier.py
mesh/core/__init__.py
mesh/core/graph.py
mesh/core/parser.py
mesh/core/storage.py
mesh/core/workspace.py
mesh/enforcement/__init__.py
mesh/enforcement/checker.py
mesh/enforcement/history.py
mesh/enforcement/hook.py
mesh/enforcement/ignorer.py
mesh/enforcement/reporter.py
mesh/llm/__init__.py
mesh/llm/downloader.py
mesh/llm/explainer.py
mesh/llm/local.py
mesh/mcp/__init__.py
mesh/mcp/server.py
mesh/mcp/summary.py
mesh/mcp/tools.py
mesh/tests/__init__.py
mesh_arch.egg-info/PKG-INFO
mesh_arch.egg-info/SOURCES.txt
mesh_arch.egg-info/dependency_links.txt
mesh_arch.egg-info/entry_points.txt
mesh_arch.egg-info/requires.txt
mesh_arch.egg-info/top_level.txt
tests/test_auth.py
tests/test_mesh_v2.py