Merge remote-tracking branch 'origin/main' into ponytail-inspiration-review

# Conflicts:
#	CHANGELOG.md
#	TODOS.md
#	VERSION
#	docs/TESTING_INTERNALS.md
#	package.json
#	scripts/test-free-shards.ts
#	test/helpers/llm-judge.ts
#	test/helpers/touchfiles-data.ts
This commit is contained in:
Garry Tan
2026-08-29 16:11:58 +00:00
173 changed files with 6796 additions and 1346 deletions
+2 -1
View File
@@ -26,6 +26,7 @@
*/
import { test, expect } from 'bun:test';
import { PTY_LONG_MS } from './helpers/eval-budgets';
import { describeE2ETier } from './helpers/e2e-gate';
import { spawnSync } from 'child_process';
import * as fs from 'fs';
@@ -184,6 +185,6 @@ describeE2E('/autoplan chain ordering (periodic)', () => {
try { fs.rmSync(tempDir, { recursive: true, force: true }); } catch { /* ignore */ }
}
},
1_200_000, // 20 min absolute test ceiling
PTY_LONG_MS, // 20 min absolute test ceiling
);
});