README.md
pyproject.toml
src/ai_slopgate.egg-info/PKG-INFO
src/ai_slopgate.egg-info/SOURCES.txt
src/ai_slopgate.egg-info/dependency_links.txt
src/ai_slopgate.egg-info/entry_points.txt
src/ai_slopgate.egg-info/requires.txt
src/ai_slopgate.egg-info/top_level.txt
src/slopgate/__init__.py
src/slopgate/__main__.py
src/slopgate/_argparse_types.py
src/slopgate/_types.py
src/slopgate/async_jobs.py
src/slopgate/constants.py
src/slopgate/context.py
src/slopgate/models.py
src/slopgate/policy_defaults.py
src/slopgate/trace.py
src/slopgate/adapters/__init__.py
src/slopgate/adapters/_payload_fields.py
src/slopgate/adapters/base.py
src/slopgate/adapters/claude.py
src/slopgate/adapters/codex.py
src/slopgate/adapters/cursor.py
src/slopgate/adapters/cursor_output.py
src/slopgate/adapters/opencode.py
src/slopgate/cli/__init__.py
src/slopgate/cli/_claude_retry.py
src/slopgate/cli/_config_commands.py
src/slopgate/cli/_lint_commands.py
src/slopgate/cli/_lint_report_format.py
src/slopgate/cli/_migrate.py
src/slopgate/cli/_self_test.py
src/slopgate/cli/cli.py
src/slopgate/cli/commands.py
src/slopgate/cli/lint.py
src/slopgate/cli/lint_report.py
src/slopgate/cli/main.py
src/slopgate/cli/parsers.py
src/slopgate/cli/parsers_lint.py
src/slopgate/config/__init__.py
src/slopgate/config/_coerce.py
src/slopgate/config/_discovery.py
src/slopgate/config/_io.py
src/slopgate/config/_loader.py
src/slopgate/config/_repo.py
src/slopgate/config/_settings.py
src/slopgate/engine/__init__.py
src/slopgate/engine/_evaluation.py
src/slopgate/engine/_hints.py
src/slopgate/engine/_render.py
src/slopgate/engine/_retry.py
src/slopgate/engine/_runner.py
src/slopgate/enrichment/__init__.py
src/slopgate/enrichment/_helpers.py
src/slopgate/enrichment/_thin_wrapper_enricher.py
src/slopgate/enrichment/_types.py
src/slopgate/enrichment/code_enrichers.py
src/slopgate/enrichment/fixtures.py
src/slopgate/enrichment/local_context.py
src/slopgate/enrichment/logger_enrichers.py
src/slopgate/enrichment/pytest_enrichers.py
src/slopgate/enrichment/silent_except.py
src/slopgate/enrichment/type_enrichers.py
src/slopgate/enrichment/quality_enrichers/__init__.py
src/slopgate/enrichment/quality_enrichers/_magic_number_import_hints.py
src/slopgate/enrichment/quality_enrichers/_magic_numbers.py
src/slopgate/enrichment/quality_enrichers/_models.py
src/slopgate/enrichment/quality_enrichers/_paths.py
src/slopgate/installer/__init__.py
src/slopgate/installer/_claude.py
src/slopgate/installer/_codex.py
src/slopgate/installer/_cursor.py
src/slopgate/installer/_install_scope.py
src/slopgate/installer/_opencode.py
src/slopgate/installer/_shared.py
src/slopgate/installer/_suite.py
src/slopgate/installer/_suite_autoupdate.py
src/slopgate/installer/_suite_autoupdate_types.py
src/slopgate/installer/_suite_autoupdate_windows.py
src/slopgate/lint/__init__.py
src/slopgate/lint/_baseline.py
src/slopgate/lint/_collectors.py
src/slopgate/lint/_config.py
src/slopgate/lint/_helpers.py
src/slopgate/lint/_parity.py
src/slopgate/lint/_parse_errors.py
src/slopgate/lint/_toml_overrides.py
src/slopgate/lint/_updater.py
src/slopgate/lint/config_values.py
src/slopgate/lint/_details/__init__.py
src/slopgate/lint/_details/_formatter.py
src/slopgate/lint/_details/_metadata.py
src/slopgate/lint/_details/_prognosis.py
src/slopgate/lint/_details/_test_context.py
src/slopgate/lint/_detectors/__init__.py
src/slopgate/lint/_detectors/code_smells.py
src/slopgate/lint/_detectors/declarative.py
src/slopgate/lint/_detectors/exception_safety.py
src/slopgate/lint/_detectors/line_length.py
src/slopgate/lint/_detectors/logging_conventions.py
src/slopgate/lint/_detectors/stale_code.py
src/slopgate/lint/_detectors/type_safety.py
src/slopgate/lint/_detectors/wrappers.py
src/slopgate/lint/_detectors/duplicates/__init__.py
src/slopgate/lint/_detectors/duplicates/_blocks.py
src/slopgate/lint/_detectors/duplicates/_literals.py
src/slopgate/lint/_detectors/duplicates/_semantic.py
src/slopgate/lint/_detectors/duplicates/_semantic_builtins.py
src/slopgate/lint/_detectors/test_smells/__init__.py
src/slopgate/lint/_detectors/test_smells/_assertion_core.py
src/slopgate/lint/_detectors/test_smells/_basic_detection.py
src/slopgate/lint/_detectors/test_smells/_coverage_helpers.py
src/slopgate/lint/_detectors/test_smells/_fixtures.py
src/slopgate/lint/_detectors/test_smells/_hypothesis_obsolete.py
src/slopgate/lint/_detectors/test_smells/_integrity_index.py
src/slopgate/lint/_detectors/test_smells/_payload_core.py
src/slopgate/lint/_detectors/test_smells/_payload_detectors.py
src/slopgate/lint/_detectors/test_smells/_production_detectors.py
src/slopgate/lint/_detectors/test_smells/_production_symbols.py
src/slopgate/quality/__init__.py
src/slopgate/quality/constant_index.py
src/slopgate/resources/__init__.py
src/slopgate/resources/defaults.json
src/slopgate/resources/opencode_plugin.ts
src/slopgate/resources/slopgate_template.toml
src/slopgate/resources/__pycache__/__init__.cpython-311.pyc
src/slopgate/resources/__pycache__/__init__.cpython-312.pyc
src/slopgate/resources/__pycache__/__init__.cpython-314.pyc
src/slopgate/resources/prompt_context/organization.md
src/slopgate/resources/prompt_context/repo.md
src/slopgate/rules/__init__.py
src/slopgate/rules/_error_output_signals.py
src/slopgate/rules/base.py
src/slopgate/rules/baseline_guard.py
src/slopgate/rules/error_rules.py
src/slopgate/rules/langgraph.py
src/slopgate/rules/regex_rule.py
src/slopgate/rules/regex_rule_matching.py
src/slopgate/rules/common/__init__.py
src/slopgate/rules/common/_quality_lint.py
src/slopgate/rules/common/_quality_lint_guidance.py
src/slopgate/rules/common/_quality_postedit.py
src/slopgate/rules/common/_sensitive_system_git.py
src/slopgate/rules/common/_shell_read.py
src/slopgate/rules/common/_shell_safe_read.py
src/slopgate/rules/python_ast/__init__.py
src/slopgate/rules/python_ast/_helpers.py
src/slopgate/rules/python_ast/_pytest_asyncio.py
src/slopgate/rules/python_ast/_pytest_asyncio_ast.py
src/slopgate/rules/python_ast/_pytest_asyncio_config.py
src/slopgate/rules/python_ast/_pytest_asyncio_fixture_scope.py
src/slopgate/rules/python_ast/_pytest_asyncio_messages.py
src/slopgate/rules/python_ast/_pytest_asyncio_scope.py
src/slopgate/rules/python_ast/_rules/__init__.py
src/slopgate/rules/python_ast/_rules/_ast_health.py
src/slopgate/rules/python_ast/_rules/_boundary_helpers.py
src/slopgate/rules/python_ast/_rules/_boundary_rule.py
src/slopgate/rules/python_ast/_rules/_broad_silent.py
src/slopgate/rules/python_ast/_rules/_complexity_dead.py
src/slopgate/rules/python_ast/_rules/_feature_envy.py
src/slopgate/rules/python_ast/_rules/_flat_siblings.py
src/slopgate/rules/python_ast/_rules/_import_alias_rule.py
src/slopgate/rules/python_ast/_rules/_import_fanout_rule.py
src/slopgate/rules/python_ast/_rules/_import_helpers.py
src/slopgate/rules/python_ast/_rules/_method_style.py
src/slopgate/rules/python_ast/_rules/_module_size_guidance.py
src/slopgate/rules/python_ast/_rules/_module_size_projection.py
src/slopgate/rules/python_ast/_rules/_module_size_sources.py
src/slopgate/rules/python_ast/_rules/_private_imports.py
src/slopgate/rules/python_ast/_rules/_source_parse.py
src/slopgate/rules/python_ast/_rules/_wrapper_god.py
src/slopgate/rules/python_ast/_staging/__init__.py
src/slopgate/rules/python_ast/_staging/_test_smell_rule_helpers.py
src/slopgate/rules/python_ast/_staging/test_audit.py
src/slopgate/rules/python_ast/_staging/test_smell_rules.py
src/slopgate/rules/python_ast/_staging/duplicate_rules/__init__.py
src/slopgate/rules/python_ast/_staging/duplicate_rules/_blocks.py
src/slopgate/rules/python_ast/_staging/duplicate_rules/_call_sequences.py
src/slopgate/rules/python_ast/_staging/duplicate_rules/_magic_numbers.py
src/slopgate/rules/python_ast/_staging/duplicate_rules/_semantic.py
src/slopgate/rules/python_ast/_staging/duplicate_rules/_shared.py
src/slopgate/rules/python_ast/_staging/test_audit_cases/__init__.py
src/slopgate/rules/python_ast/_staging/test_audit_cases/_duplicate.py
src/slopgate/rules/python_ast/_staging/test_audit_cases/_smells.py
src/slopgate/rules/python_ast/_staging/test_audit_cases/_stability.py
src/slopgate/rules/stop_rules/__init__.py
src/slopgate/rules/stop_rules/_enrollment.py
src/slopgate/rules/stop_rules/_git_quality.py
src/slopgate/rules/stop_rules/_infra_security.py
src/slopgate/rules/stop_rules/_session_config.py
src/slopgate/search/__init__.py
src/slopgate/search/_cli_command_specs.py
src/slopgate/search/_cli_doctor.py
src/slopgate/search/_cli_init.py
src/slopgate/search/_cli_parser.py
src/slopgate/search/cli.py
src/slopgate/search/completions.py
src/slopgate/search/config.py
src/slopgate/search/git_utils.py
src/slopgate/search/index_ops.py
src/slopgate/search/opencode_scaffold.py
src/slopgate/search/runtime.py
src/slopgate/search/scaffolds.py
src/slopgate/state/__init__.py
src/slopgate/state/_files.py
src/slopgate/state/_keys.py
src/slopgate/state/_locks_store.py
src/slopgate/state/_models.py
src/slopgate/stats/__init__.py
src/slopgate/stats/_analysis.py
src/slopgate/stats/_load.py
src/slopgate/stats/_report.py
src/slopgate/util/__init__.py
src/slopgate/util/logger.py
src/slopgate/util/path_filters.py
src/slopgate/util/platform.py
src/slopgate/util/subprocesses.py
src/slopgate/util/payloads/__init__.py
src/slopgate/util/payloads/_basic.py
src/slopgate/util/payloads/_patches.py
src/slopgate/util/payloads/_payload.py
src/slopgate/util/payloads/_properties.py
src/slopgate/util/payloads/_shell.py
src/slopgate/util/payloads/_targets.py
tests/test_adapter_payload_properties.py
tests/test_adapter_render_request_properties.py
tests/test_adapters.py
tests/test_ast_rules.py
tests/test_async_and_claude_retry_public_api.py
tests/test_boundary_logging_rule.py
tests/test_bundle_link_scripts.py
tests/test_cli.py
tests/test_cli_trust_regressions.py
tests/test_codex_config_toml.py
tests/test_config_enrichment_git_public_api.py
tests/test_config_enrollment.py
tests/test_constant_index_public_api.py
tests/test_duplicate_declarative_policy.py
tests/test_duplicate_detector.py
tests/test_duplicate_detector_literals.py
tests/test_engine.py
tests/test_engine_inline_deny_tests.py
tests/test_enrichment.py
tests/test_enrichment_helpers_public_api.py
tests/test_enrichment_public_api.py
tests/test_error_and_config_rules.py
tests/test_fixture_support_policy.py
tests/test_flat_file_sibling_packages.py
tests/test_harness_schema_context.py
tests/test_hook_state_spec.py
tests/test_hot_rule_recommendation_gate.py
tests/test_hot_rule_target_recovery_gate.py
tests/test_hypothesis_candidate_public_api.py
tests/test_hypothesis_cli_installer_properties.py
tests/test_hypothesis_config_enrichment_util_properties.py
tests/test_hypothesis_misc_properties.py
tests/test_hypothesis_production_surface.py
tests/test_hypothesis_refactored_public_symbol_coverage_a.py
tests/test_hypothesis_refactored_public_symbol_coverage_b.py
tests/test_hypothesis_repo_cli_properties.py
tests/test_installer.py
tests/test_installer_claude_hooks.py
tests/test_installer_cursor_hooks.py
tests/test_installer_ownership.py
tests/test_installer_scope.py
tests/test_installer_scope_uninstall.py
tests/test_langgraph_rules.py
tests/test_line_length_detector.py
tests/test_lint_baseline_path_config.py
tests/test_lint_baseline_sync.py
tests/test_lint_cli_hardening.py
tests/test_lint_freeze.py
tests/test_lint_helpers.py
tests/test_lint_parity_contract.py
tests/test_lint_parse_reuse.py
tests/test_lint_paths_config.py
tests/test_lint_payload_detector_public_api.py
tests/test_lint_source_detector_public_api.py
tests/test_lint_strict.py
tests/test_lint_test_integrity_index.py
tests/test_lint_updater_public_api.py
tests/test_module_package_splits.py
tests/test_opencode_installer.py
tests/test_package_update.py
tests/test_payload_helpers_properties.py
tests/test_powershell_argv_parsing.py
tests/test_private_import_chain_rule.py
tests/test_production_symbol_coverage.py
tests/test_public_helper_contracts.py
tests/test_pytest_asyncio_rule.py
tests/test_python_ast_helpers_public_api.py
tests/test_quality_lint_response_rendering.py
tests/test_quality_lint_scope_references.py
tests/test_refactored_public_symbol_coverage_a.py
tests/test_refactored_public_symbol_coverage_b.py
tests/test_regex_targets.py
tests/test_rule_and_config_public_contracts.py
tests/test_scheduler_xml.py
tests/test_search_boundary.py
tests/test_search_cli_commands.py
tests/test_search_completions.py
tests/test_search_config_public_api.py
tests/test_search_index_ops_public_api.py
tests/test_search_runtime_public_api.py
tests/test_search_scaffolds_public_api.py
tests/test_shared_find_binary.py
tests/test_shell_read_rules_public_api.py
tests/test_size_guard_hook_behavior.py
tests/test_stats.py
tests/test_stats_public_api.py
tests/test_stop_quality_reminder_gate.py
tests/test_suite_autoupdate.py
tests/test_suite_autoupdate_scheduler.py
tests/test_suite_update_semantics.py
tests/test_test_integrity_lint.py
tests/test_trace.py
tests/test_util_paths.py
tests/test_windows_compat.py
tests/test_windows_shell_command.py
tests/test_windows_task_path_xml.py