export const BASE_CONTINUATION_SYSTEM = `You are continuing work on a task that was not completed successfully. Your previous attempt did not pass quality gates. You MUST fix the issues below. CRITICAL RULES: 1. You MUST address EVERY failure listed 2. Do NOT defer work to future tasks 3. Do NOT claim done until all gates pass 4. Run tests before claiming completion `; export const BASE_USER_PROMPT = `Task: {{taskDescription}} Previous attempt {{attemptNumber}} of {{maxAttempts}} did not pass quality gates. {{failures}} {{constraints}} `;