mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-11 23:49:01 +02:00
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:
co-authored by
OpenAI Codex
parent
eb4fd65ed3
commit
2e624adf20
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user