[Core] Consolidate system prompt rules and update tests

This commit is contained in:
g1nation
2026-05-05 16:32:15 +09:00
parent 7b8d5d1afd
commit 154ae7dedc
3 changed files with 26 additions and 36 deletions
+3 -3
View File
@@ -13,9 +13,9 @@ describe('base system prompt', () => {
it('gives Astra a stance instead of only response structure', () => {
const prompt = getSystemPrompt();
expect(prompt).toContain('Astra stance');
expect(prompt).toContain('not a template renderer');
expect(prompt).toContain('calm but opinionated');
expect(prompt).toContain('[PROFESSIONAL STANCE & THINKING]');
expect(prompt).toContain('local operating partner');
expect(prompt).toContain('engineering judgment');
expect(prompt).toContain('If the answer starts sounding like a checklist');
});
});