.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
.pre-commit-hooks.yaml
.rumdl.toml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/ci.yml
docs/ci-integration.md
docs/configuration.md
docs/design.md
docs/responsibility-boundary.md
scripts/__init__.py
scripts/check_build.py
scripts/check_format.py
scripts/check_pre_commit.py
scripts/check_pyright.py
scripts/check_rumdl.py
scripts/ci.py
scripts/release.py
src/mdrepo/__init__.py
src/mdrepo/__main__.py
src/mdrepo/_metadata.py
src/mdrepo/cli.py
src/mdrepo/config.py
src/mdrepo/engine.py
src/mdrepo/exceptions.py
src/mdrepo/files.py
src/mdrepo/fixes.py
src/mdrepo/gitignore.py
src/mdrepo/graph.py
src/mdrepo/markdown.py
src/mdrepo/models.py
src/mdrepo/reporting.py
src/mdrepo/resolution.py
src/mdrepo/rules.py
src/mdrepo.egg-info/PKG-INFO
src/mdrepo.egg-info/SOURCES.txt
src/mdrepo.egg-info/dependency_links.txt
src/mdrepo.egg-info/entry_points.txt
src/mdrepo.egg-info/requires.txt
src/mdrepo.egg-info/scm_file_list.json
src/mdrepo.egg-info/scm_version.json
src/mdrepo.egg-info/top_level.txt
tests/conftest.py
tests/support.py
tests/test_ci_scripts.py
tests/test_cli.py
tests/test_cli_surface.py
tests/test_config.py
tests/test_config_edges.py
tests/test_exceptions.py
tests/test_file_discovery.py
tests/test_fixes.py
tests/test_format_script.py
tests/test_gitignore.py
tests/test_graph.py
tests/test_link_rules.py
tests/test_markdown.py
tests/test_package_surface.py
tests/test_release_script.py
tests/test_reporting.py
tests/test_repository_scenario.py
tests/test_resolution.py
tests/test_rule_matrix.py