mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-15 01:15:29 +02:00
Merge remote-tracking branch 'origin/main' into garrytan/gbrain-code-smell-audit
# Conflicts: # CHANGELOG.md # browse/test/dual-listener.test.ts # browse/test/fixtures/security-bench-haiku-responses.json # browse/test/sidebar-tabs.test.ts # browse/test/sidebar-ux.test.ts # browse/test/terminal-agent.test.ts # claude/SKILL.md.tmpl # scripts/gen-skill-docs.ts # scripts/proactive-suggestions.json # spec/SKILL.md # test/gen-skill-docs.test.ts # test/host-config.test.ts
This commit is contained in:
@@ -470,6 +470,10 @@ describe('host config correctness', () => {
|
||||
expect(codex.generation.generateMetadata).toBe(true);
|
||||
});
|
||||
|
||||
test('codex rewrites CLAUDE.md to AGENTS.md', () => {
|
||||
expect(codex.pathRewrites).toContainEqual({ from: 'CLAUDE.md', to: 'AGENTS.md' });
|
||||
});
|
||||
|
||||
test('factory has tool rewrites', () => {
|
||||
expect(factory.toolRewrites).toBeDefined();
|
||||
expect(Object.keys(factory.toolRewrites!).length).toBeGreaterThan(0);
|
||||
|
||||
Reference in New Issue
Block a user