.gitignore
.python-version
AGENTS.md
CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
LICENSE
README.md
ordeal.toml.example
pyproject.toml
uv.lock
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/release.yml
docs/api-reference.md
docs/cli.md
docs/configuration.md
docs/core-concepts.md
docs/explorer.md
docs/getting-started.md
docs/index.md
docs/integrations.md
docs/mutations.md
docs/simulate.md
ordeal/__init__.py
ordeal/assertions.py
ordeal/buggify.py
ordeal/chaos.py
ordeal/cli.py
ordeal/config.py
ordeal/explore.py
ordeal/invariants.py
ordeal/mutations.py
ordeal/plugin.py
ordeal/py.typed
ordeal/quickcheck.py
ordeal/simulate.py
ordeal/strategies.py
ordeal/trace.py
ordeal.egg-info/PKG-INFO
ordeal.egg-info/SOURCES.txt
ordeal.egg-info/dependency_links.txt
ordeal.egg-info/entry_points.txt
ordeal.egg-info/requires.txt
ordeal.egg-info/top_level.txt
ordeal/faults/__init__.py
ordeal/faults/io.py
ordeal/faults/numerical.py
ordeal/faults/timing.py
ordeal/integrations/__init__.py
ordeal/integrations/atheris_engine.py
ordeal/integrations/schemathesis_ext.py
tests/__init__.py
tests/_explore_target.py
tests/_mutation_target.py
tests/test_assertions.py
tests/test_battle.py
tests/test_buggify.py
tests/test_chaos.py
tests/test_cli.py
tests/test_config.py
tests/test_explore.py
tests/test_faults.py
tests/test_invariants.py
tests/test_quickcheck.py
tests/test_simulate.py
tests/test_strategies.py
tests/test_trace.py