LICENSE
README.md
pyproject.toml
slopmop/__init__.py
slopmop/__main__.py
slopmop/constants.py
slopmop/sm.py
slopmop.egg-info/PKG-INFO
slopmop.egg-info/SOURCES.txt
slopmop.egg-info/dependency_links.txt
slopmop.egg-info/entry_points.txt
slopmop.egg-info/requires.txt
slopmop.egg-info/top_level.txt
slopmop/agent_install/__init__.py
slopmop/agent_install/installer.py
slopmop/agent_install/loader.py
slopmop/agent_install/registry.py
slopmop/agent_install/templates/_shared/core.md
slopmop/agent_install/templates/aider/CONVENTIONS.md
slopmop/checks/__init__.py
slopmop/checks/base.py
slopmop/checks/constants.py
slopmop/checks/custom.py
slopmop/checks/mixins.py
slopmop/checks/dart/__init__.py
slopmop/checks/dart/analyze.py
slopmop/checks/dart/bogus_tests.py
slopmop/checks/dart/common.py
slopmop/checks/dart/coverage.py
slopmop/checks/dart/format.py
slopmop/checks/dart/generated_artifacts.py
slopmop/checks/dart/tests.py
slopmop/checks/general/__init__.py
slopmop/checks/general/jinja2_templates.py
slopmop/checks/javascript/__init__.py
slopmop/checks/javascript/bogus_tests.py
slopmop/checks/javascript/coverage.py
slopmop/checks/javascript/eslint_expect.py
slopmop/checks/javascript/eslint_quick.py
slopmop/checks/javascript/lint_format.py
slopmop/checks/javascript/tests.py
slopmop/checks/javascript/types.py
slopmop/checks/pr/__init__.py
slopmop/checks/pr/comments.py
slopmop/checks/python/__init__.py
slopmop/checks/python/coverage.py
slopmop/checks/python/lint_format.py
slopmop/checks/python/static_analysis.py
slopmop/checks/python/tests.py
slopmop/checks/python/type_checking.py
slopmop/checks/quality/__init__.py
slopmop/checks/quality/bogus_tests.py
slopmop/checks/quality/complexity.py
slopmop/checks/quality/config_debt.py
slopmop/checks/quality/dead_code.py
slopmop/checks/quality/debugger_artifacts.py
slopmop/checks/quality/duplicate_strings.py
slopmop/checks/quality/duplication.py
slopmop/checks/quality/gate_dodging.py
slopmop/checks/quality/loc_lock.py
slopmop/checks/security/__init__.py
slopmop/checks/workflow/__init__.py
slopmop/cli/__init__.py
slopmop/cli/agent.py
slopmop/cli/buff.py
slopmop/cli/ci.py
slopmop/cli/config.py
slopmop/cli/detection.py
slopmop/cli/help.py
slopmop/cli/hooks.py
slopmop/cli/init.py
slopmop/cli/parser_builders.py
slopmop/cli/scan_triage.py
slopmop/cli/status.py
slopmop/cli/validate.py
slopmop/core/__init__.py
slopmop/core/cache.py
slopmop/core/config.py
slopmop/core/executor.py
slopmop/core/lock.py
slopmop/core/registry.py
slopmop/core/result.py
slopmop/reporting/__init__.py
slopmop/reporting/adapters.py
slopmop/reporting/console.py
slopmop/reporting/dynamic.py
slopmop/reporting/rail.py
slopmop/reporting/report.py
slopmop/reporting/sarif.py
slopmop/reporting/timings.py
slopmop/reporting/display/__init__.py
slopmop/reporting/display/colors.py
slopmop/reporting/display/config.py
slopmop/reporting/display/dynamic.py
slopmop/reporting/display/renderer.py
slopmop/reporting/display/state.py
slopmop/subprocess/__init__.py
slopmop/subprocess/runner.py
slopmop/subprocess/validator.py
slopmop/utils/__init__.py
slopmop/utils/generate_base_config.py
slopmop/utils/readme_tables.py
slopmop/workflow/__init__.py
slopmop/workflow/hooks.py
slopmop/workflow/state_machine.py
slopmop/workflow/state_store.py