LICENSE
README.md
pyproject.toml
ratch/__init__.py
ratch/__main__.py
ratch/check.py
ratch/cli.py
ratch/pytest_plugin.py
ratch/registry.py
ratch/reporter.py
ratch/result.py
ratch/runner.py
ratch/testing.py
ratch/workspace.py
ratch.egg-info/PKG-INFO
ratch.egg-info/SOURCES.txt
ratch.egg-info/dependency_links.txt
ratch.egg-info/entry_points.txt
ratch.egg-info/requires.txt
ratch.egg-info/top_level.txt
ratch/checks/__init__.py
ratch/checks/ai_signatures.py
ratch/checks/bdd_conventions.py
ratch/checks/catalog_size.py
ratch/checks/circular_import.py
ratch/checks/commit_heatmap.py
ratch/checks/conflict_markers.py
ratch/checks/doc_counts.py
ratch/checks/docs_render.py
ratch/checks/first_person.py
ratch/checks/font_cdn.py
ratch/checks/forbidden_literal.py
ratch/checks/hash_named_test.py
ratch/checks/manifest_purity.py
ratch/checks/plugin_registry.py
ratch/checks/pytest_skip.py
ratch/checks/todo_issue.py
ratch/checks/vacuous_assert.py
tests/test_ai_signatures.py
tests/test_bdd_conventions.py
tests/test_catalog_size.py
tests/test_check.py
tests/test_circular_import.py
tests/test_cli.py
tests/test_commit_heatmap.py
tests/test_conflict_markers.py
tests/test_doc_counts.py
tests/test_docs_render.py
tests/test_first_person.py
tests/test_font_cdn.py
tests/test_forbidden_literal.py
tests/test_hash_named_test.py
tests/test_manifest_purity.py
tests/test_plugin_registry.py
tests/test_pytest_seam.py
tests/test_pytest_skip.py
tests/test_registry.py
tests/test_reporter.py
tests/test_result.py
tests/test_runner.py
tests/test_self_host.py
tests/test_self_host_blackbox.py
tests/test_testing.py
tests/test_todo_issue.py
tests/test_vacuous_assert.py
tests/test_workspace.py