LICENSE
README.md
pyproject.toml
tests/test_adapters.py
tests/test_cli_replay.py
tests/test_crypto_ledger.py
tests/test_integrations.py
tests/test_minimize_osworld.py
tests/test_pipeline.py
tests/test_proof.py
tests/test_testgen.py
tests/test_ui.py
undolith/__init__.py
undolith/__main__.py
undolith/_canon.py
undolith/approvers.py
undolith/classify.py
undolith/cli.py
undolith/core.py
undolith/ed25519.py
undolith/ledger.py
undolith/lifecycle.py
undolith/model.py
undolith/ops.py
undolith/policy.py
undolith/proof.py
undolith/signing.py
undolith/store.py
undolith/ui.py
undolith.egg-info/PKG-INFO
undolith.egg-info/SOURCES.txt
undolith.egg-info/dependency_links.txt
undolith.egg-info/entry_points.txt
undolith.egg-info/requires.txt
undolith.egg-info/top_level.txt
undolith/adapters/__init__.py
undolith/adapters/email.py
undolith/adapters/fs.py
undolith/adapters/http.py
undolith/adapters/shell.py
undolith/adapters/sqlite.py
undolith/integrations/__init__.py
undolith/integrations/function_calls.py
undolith/integrations/langchain.py
undolith/integrations/mcp.py
undolith/testgen/__init__.py
undolith/testgen/cli.py
undolith/testgen/generate.py
undolith/testgen/importers.py
undolith/testgen/judge.py
undolith/testgen/minimize.py
undolith/testgen/runner.py
undolith/testgen/suite.py
undolith/testgen/trace.py