fix: clarify retro workflow and evaluate compare instructions

Include compare mode in the frontier judge excerpt, define metric sources and snapshot ordering, and preserve the existing prompt-size budget.

Co-authored-by: OpenAI Codex <noreply@openai.com>
This commit is contained in:
Garry Tan
2026-09-09 05:08:30 +00:00
co-authored by OpenAI Codex
parent eb4fd65ed3
commit 2e624adf20
9 changed files with 182 additions and 176 deletions
+3 -1
View File
@@ -1404,7 +1404,9 @@ describe('Retro test health tracking', () => {
test('retro/SKILL.md has Test Health metrics row', () => {
const content = readSkillUnion('retro');
expect(content).toContain('Test Health');
expect(content).toContain('regression tests');
expect(content).toContain('N test files');
expect(content).toContain('M changed this period');
expect(content).toContain('K regression test commits');
});
test('retro/SKILL.md has Test Health narrative section', () => {