Skip to content

Commit 32e63f6

Browse files
fluffy314cursoragent
authored andcommitted
fix(autoresearch): bind prefill candidate path
Hash the actual supervisor wrapper so certified RH contract resumes are recognized before legacy stagnation handling. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 24894ad commit 32e63f6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/launch_rh_strategy_tournament.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,9 @@ def main() -> int:
307307
# Bind the runtime wrapper candidate so the supervisor resumes the
308308
# certified Research Contract instead of treating legacy stagnation
309309
# telemetry as a request for an unrelated Strategy rewrite.
310-
runtime_candidate = project_root / "autoresearch" / "candidate.py"
310+
runtime_candidate = (
311+
project_root / "autoresearch" / "prefill" / "candidate.py"
312+
)
311313
checkpoint.candidate_sha256 = hashlib.sha256(
312314
runtime_candidate.read_bytes()
313315
).hexdigest()

0 commit comments

Comments
 (0)