You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(system-prompt): update assertions to match rewritten agent prompt
## Intent
Adapt unit tests that were asserting against the old five-sentence prompt to
reflect the new structured, meta-level system prompt.
## Key decisions
- system-prompt-resource.test.ts: replaced stale string checks ('You are an AI
assistant that helps users develop software features', 'development plan') with
assertions on the actual new content ('workflow-driven agent', 'plan_file_path',
'clarifying question', etc.); removed the 1000-char upper bound since the prompt
is now intentionally more comprehensive; third test now verifies all five named
sections are present (Core loop, Before acting, Scope discipline, Subagent
delegation, Task management)
- resume-workflow.test.ts: removed the 1000-char upper bound (prompt is now ~2250
chars); updated the content assertion from 'workflows server' to
'workflow-driven agent' and 'whats_next()'
0 commit comments