LICENSE
README.md
pyproject.toml
selfix/__init__.py
selfix/attempt.py
selfix/config.py
selfix/result.py
selfix.egg-info/PKG-INFO
selfix.egg-info/SOURCES.txt
selfix.egg-info/dependency_links.txt
selfix.egg-info/requires.txt
selfix.egg-info/top_level.txt
selfix/agent/__init__.py
selfix/agent/prompts.py
selfix/agent/worker.py
selfix/git/__init__.py
selfix/git/pr.py
selfix/git/remote.py
selfix/git/repo.py
selfix/git/providers/__init__.py
selfix/git/providers/github.py
selfix/git/providers/gitlab.py
selfix/graph/__init__.py
selfix/graph/orchestrator.py
selfix/graph/state.py
selfix/graph/nodes/__init__.py
selfix/graph/nodes/build_check.py
selfix/graph/nodes/escalation.py
selfix/graph/nodes/exploration.py
selfix/graph/nodes/fix_generation.py
selfix/graph/nodes/pr_creation.py
selfix/graph/nodes/repo_setup.py
selfix/graph/nodes/report.py
selfix/graph/nodes/retry_decision.py
selfix/graph/nodes/signal_intake.py
selfix/graph/nodes/validation.py
selfix/signals/__init__.py
selfix/signals/base.py
selfix/signals/error.py
selfix/signals/manual.py
selfix/signals/metric.py
selfix/signals/router.py
selfix/signals/scheduled.py
selfix/signals/webhook.py
selfix/validator/__init__.py
selfix/validator/protocol.py
selfix/validator/builtin/__init__.py
selfix/validator/builtin/composite.py
selfix/validator/builtin/http_health.py
selfix/validator/builtin/pytest_validator.py
selfix/validator/builtin/shell.py
tests/test_graph_routing.py
tests/test_phase2.py
tests/test_phase3.py
tests/test_validator.py