Updates
Rolling release / release (push) Failing after 2m11s

This commit is contained in:
2026-09-14 10:19:13 -04:00
parent a097adf4eb
commit ac5f18f79d
38 changed files with 1265 additions and 157 deletions
+4 -2
View File
@@ -55,9 +55,11 @@ test('workspace seed patches an old Playwright one-liner and adds the browser sk
].join('\n'));
const seeded = ensureAgentWorkspace({ name: 'Jarvis' });
assert.equal(seeded, dir);
assert.match(readFileSync(path.join(dir, 'AGENTS.md'), 'utf8'), /skills\/browser\/SKILL.md/);
assert.match(readFileSync(path.join(dir, 'TOOLS.md'), 'utf8'), /headed Playwright Chromium window/);
assert.match(readFileSync(path.join(dir, 'AGENTS.md'), 'utf8'), /only web tool is `browser`/);
assert.match(readFileSync(path.join(dir, 'TOOLS.md'), 'utf8'), /are removed/);
assert.doesNotMatch(readFileSync(path.join(dir, 'AGENTS.md'), 'utf8'), /web_search` \/ `google_search/);
assert.equal(existsSync(path.join(dir, 'skills/browser/SKILL.md')), true);
assert.match(readFileSync(path.join(dir, 'skills/browser/SKILL.md'), 'utf8'), /only way to the public web/);
});
test('cleanup', () => {