LICENSE
README.md
pyproject.toml
automaxfix/__init__.py
automaxfix/agent_runner.py
automaxfix/approval.py
automaxfix/checks.py
automaxfix/cli.py
automaxfix/config.py
automaxfix/llm_provider.py
automaxfix/metrics.py
automaxfix/models.py
automaxfix/monitor.py
automaxfix/observability.py
automaxfix/patch_parser.py
automaxfix/patcher.py
automaxfix/prompt_templates.py
automaxfix/reliability.py
automaxfix/reporter.py
automaxfix/reproducer.py
automaxfix/safety.py
automaxfix/sanitize.py
automaxfix/scanner.py
automaxfix/test_runner.py
automaxfix/ticket.py
automaxfix/utils.py
automaxfix/watcher.py
automaxfix/workspace.py
automaxfix.egg-info/PKG-INFO
automaxfix.egg-info/SOURCES.txt
automaxfix.egg-info/dependency_links.txt
automaxfix.egg-info/entry_points.txt
automaxfix.egg-info/requires.txt
automaxfix.egg-info/top_level.txt
automaxfix/scanners/__init__.py
automaxfix/scanners/_common.py
automaxfix/scanners/cargo.py
automaxfix/scanners/generic.py
automaxfix/scanners/go.py
automaxfix/scanners/jest.py
automaxfix/scanners/mocha.py
automaxfix/scanners/pytest.py
automaxfix/scanners/vitest.py
tests/test_agent_runner.py
tests/test_approval.py
tests/test_checks.py
tests/test_ci_yaml_valid.py
tests/test_cli.py
tests/test_cli_scan_formats.py
tests/test_config.py
tests/test_monitor.py
tests/test_patch_parser.py
tests/test_phase2_cli.py
tests/test_phase3_max_attempts.py
tests/test_phase3_retry.py
tests/test_reporter.py
tests/test_reproducer.py
tests/test_safety.py
tests/test_scanner.py
tests/test_scanners_cargo.py
tests/test_scanners_generic.py
tests/test_scanners_go.py
tests/test_scanners_jest.py
tests/test_scanners_mocha.py
tests/test_scanners_vitest.py
tests/test_strategy_memo.py
tests/test_test_runner.py
tests/test_ticket.py
tests/test_watch_loop.py
tests/test_workspace.py