Skip to content

Commit 32ab070

Browse files
committed
docs: record bounded Luna replay
1 parent 6d3f54e commit 32ab070

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

SOURCE_OF_TRUTH.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,18 @@ defaults Codex reasoning effort to `medium`; the PRHunt procedure makes that the
2020
Luna default. The focused regression set passed 133 tests, the full suite passed
2121
800 tests and 54 subtests in 5m19s before the final reviewer-resume addition,
2222
and the current orchestrator and direct-agent set passed 63 tests afterward.
23-
No live Luna replay has run against this checkpoint yet.
23+
The exact pushed checkpoint then passed 801 tests and 54 subtests in 4m30s.
24+
25+
A controlled Luna `medium` replay used a synthetic two-file Python bug outside
26+
the repository. With both start files named and one allowed test command, Luna
27+
read the files, made the correct one-branch fix, attempted the test, wrote its
28+
report and stopped in about 35 seconds. It used two commands and reported
29+
68,355 input tokens, including 49,408 cached. The synthetic prompt named bare
30+
`python`, which the elevated agent environment could not resolve; running the
31+
same test with the host's resolved Python executable passed both tests. Real
32+
`build-prompts` records that resolved executable, so this was a replay-fixture
33+
error rather than a candidate or model error. This proves the bounded Luna
34+
behavior, not a complete PRHunt under 30 minutes.
2435

2536
## Current local procedure
2637

0 commit comments

Comments
 (0)