LICENSE
README.md
pyproject.toml
src/agent_xplat/__init__.py
src/agent_xplat/__main__.py
src/agent_xplat/baseline.py
src/agent_xplat/cli.py
src/agent_xplat/config.py
src/agent_xplat/contracts.py
src/agent_xplat/diff.py
src/agent_xplat/discovery.py
src/agent_xplat/doctor.py
src/agent_xplat/engine.py
src/agent_xplat/env.py
src/agent_xplat/environments.py
src/agent_xplat/executables.py
src/agent_xplat/explain.py
src/agent_xplat/fixing.py
src/agent_xplat/init.py
src/agent_xplat/line_endings.py
src/agent_xplat/models.py
src/agent_xplat/parsers.py
src/agent_xplat/reporting.py
src/agent_xplat/schemas.py
src/agent_xplat/scoring.py
src/agent_xplat/suppression.py
src/agent_xplat/terminal.py
src/agent_xplat/verification.py
src/agent_xplat.egg-info/PKG-INFO
src/agent_xplat.egg-info/SOURCES.txt
src/agent_xplat.egg-info/dependency_links.txt
src/agent_xplat.egg-info/entry_points.txt
src/agent_xplat.egg-info/requires.txt
src/agent_xplat.egg-info/top_level.txt
src/agent_xplat/rules/__init__.py
src/agent_xplat/rules/agent_config.py
src/agent_xplat/rules/common.py
src/agent_xplat/rules/external_tools.py
src/agent_xplat/rules/filesystem.py
src/agent_xplat/rules/node.py
src/agent_xplat/rules/node_ast.py
src/agent_xplat/rules/package_managers.py
src/agent_xplat/rules/paths.py
src/agent_xplat/rules/python.py
src/agent_xplat/rules/quoting.py
src/agent_xplat/rules/registry.py
src/agent_xplat/rules/runtimes.py
src/agent_xplat/rules/shell.py
tests/test_baseline_diff.py
tests/test_cli.py
tests/test_cli_extra.py
tests/test_cli_smoke.py
tests/test_documentation_contract.py
tests/test_engine_scoring.py
tests/test_false_positive_controls.py
tests/test_fixing.py
tests/test_fixtures.py
tests/test_init_commands.py
tests/test_models_config_discovery.py
tests/test_parsers.py
tests/test_regression.py
tests/test_reports.py
tests/test_rules_additional.py
tests/test_rules_languages.py
tests/test_rules_paths_shell.py
tests/test_schema_sarif.py
tests/test_snapshots.py
tests/test_support_modules.py
tests/test_suppression_contract.py
tests/test_verification.py