Merge remote-tracking branch 'origin/main' into garrytan/codex-hang-fixes

This commit is contained in:
Garry Tan
2026-03-26 17:32:18 -06:00
80 changed files with 9113 additions and 287 deletions

View File

@@ -1369,11 +1369,6 @@ describe('Codex skill', () => {
expect(content).toContain('Persist Eng Review result');
});
test('/ship gate suggests /review or /plan-eng-review when Eng Review is missing', () => {
const content = fs.readFileSync(path.join(ROOT, 'ship', 'SKILL.md'), 'utf-8');
expect(content).toContain('Abort — run /review or /plan-eng-review first');
});
test('Review Readiness Dashboard includes Adversarial Review row', () => {
const content = fs.readFileSync(path.join(ROOT, 'ship', 'SKILL.md'), 'utf-8');
expect(content).toContain('Adversarial');