fix: Update TEA agent compilation knowledge base path assertion

This commit is contained in:
Marc R Kellerman 2025-11-06 14:34:24 -08:00
parent 89c15be567
commit 6331023acc
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ async function runTests() {
assert(compiled.includes('tea-index.csv'), 'TEA agent compilation includes critical_actions with tea-index.csv reference');
assert(compiled.includes('testarch/knowledge'), 'TEA agent compilation includes knowledge base path');
assert(compiled.includes('knowledge/tea'), 'TEA agent compilation includes knowledge base path');
assert(compiled.includes('*test-design'), 'TEA agent menu includes test-design workflow');