feat(add executor):

This commit is contained in:
Alexander Myasoedov
2025-12-24 08:10:08 +02:00
parent 5285fdd0a0
commit 48125bd106
14 changed files with 1710 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
set -euo pipefail
PROMPT="Ultrathink. You're a principal engineer. Do not ask me any questions. We need to improve the quality of this codebase. Implement improvements to codebase quality."
MAX_ITERS=5
MAX_ITERS=50
MAX_EMPTY_RUNS=5
CODEX_MODEL="gpt-5.1-codex-max"