export const TEST_FAILURE_TEMPLATE = `The following tests are failing: {{failures}} For each failing test: 1. Read the test to understand what is expected 2. Fix the implementation to pass the test 3. Run the test to verify it passes 4. Do NOT skip or modify tests - fix the implementation `;