README.md
pyproject.toml
src/safe_fix/__init__.py
src/safe_fix/approval.py
src/safe_fix/cli.py
src/safe_fix/config.py
src/safe_fix/context.py
src/safe_fix/credentials.py
src/safe_fix/endpoints.py
src/safe_fix/feedback.py
src/safe_fix/guardrail.py
src/safe_fix/llm.py
src/safe_fix/loop.py
src/safe_fix/memory.py
src/safe_fix/models.py
src/safe_fix/paths.py
src/safe_fix/patterns.py
src/safe_fix/profiles.py
src/safe_fix/protocol.py
src/safe_fix/state.py
src/safe_fix/tools/__init__.py
src/safe_fix/tools/checking.py
src/safe_fix/tools/patching.py
src/safe_fix/tools/reading.py
src/safe_fix_harness.egg-info/PKG-INFO
src/safe_fix_harness.egg-info/SOURCES.txt
src/safe_fix_harness.egg-info/dependency_links.txt
src/safe_fix_harness.egg-info/entry_points.txt
src/safe_fix_harness.egg-info/requires.txt
src/safe_fix_harness.egg-info/top_level.txt
tests/test_approval.py
tests/test_checking.py
tests/test_cli.py
tests/test_config.py
tests/test_context.py
tests/test_credentials.py
tests/test_endpoints.py
tests/test_feedback.py
tests/test_guardrail.py
tests/test_http_llm.py
tests/test_loop.py
tests/test_memory.py
tests/test_mock_llm.py
tests/test_models.py
tests/test_patching.py
tests/test_paths.py
tests/test_patterns.py
tests/test_protocol.py
tests/test_reading.py
tests/test_scenarios.py
tests/test_state.py