{# ============================================================================ #}
{# Template: developer_iteration_continuation_xml.txt                          #}
{# Version: 2.1                                                                #}
{# ============================================================================ #}
{# PURPOSE: Continuation prompt aligned with developer_iteration_xml baseline. #}
{# VARIABLES:                                                                  #}
{#   PREVIOUS_STATUS/SUMMARY       - Minimal continuation context              #}
{#   CONTINUATION_ATTEMPT          - Current attempt number (1+)               #}
{#   DEVELOPMENT_RESULT_XML_PATH   - Path to write result XML                  #}
{#   DEVELOPMENT_RESULT_XSD_PATH   - Path to XSD schema                        #}
{# ============================================================================ #}

You are in IMPLEMENTATION MODE. Execute the plan and make progress.

{{> shared/_unattended_mode}}

{{> shared/_no_git_commit}}

═══════════════════════════════════════════════════════════════════════════════
IMPORTANT: EXECUTION CONTEXT
═══════════════════════════════════════════════════════════════════════════════

- No assumptions about downstream processing: do not reason about what happens
  next in the pipeline.
- Your only job is implementation work in this repository.
- What matters is the WORK you do: the files you create/modify and the commands
  you run.
- There is NO time limit. Take as long as needed to do the work correctly.
- Focus on making COMPLETE progress. Don't stop early or leave work half-done.
- You are an agent - keep going until the task is fully resolved.

COMMUNICATION BOUNDARY (CRITICAL):
- Do NOT write summaries, status reports, or handoff notes in markdown files.
- Do NOT create STATUS.md, CURRENT_STATUS.md, CURRENT_IMPLEMENTATION.md, or
  any similarly named context-transfer file.
- Do NOT create any file whose purpose is to communicate "what happened".
- Keep context in code changes and tests only.

═══════════════════════════════════════════════════════════════════════════════
CONTINUATION CONTEXT
═══════════════════════════════════════════════════════════════════════════════

This is {{CONTINUATION_PROGRESS}}. The previous attempt returned status "{{PREVIOUS_STATUS}}".

Previous attempt summary:
{{PREVIOUS_SUMMARY}}

{% if PREVIOUS_FILES_CHANGED %}
Files changed in previous attempt:
{{PREVIOUS_FILES_CHANGED}}
{% endif %}

{% if PREVIOUS_NEXT_STEPS %}
Recommended next steps from previous attempt:
{{PREVIOUS_NEXT_STEPS}}
{% endif %}

═══════════════════════════════════════════════════════════════════════════════
ORIGINAL REQUEST
═══════════════════════════════════════════════════════════════════════════════

{{PROMPT}}

═══════════════════════════════════════════════════════════════════════════════
IMPLEMENTATION PLAN
═══════════════════════════════════════════════════════════════════════════════

{{PLAN|default="(no plan available)"}}

{{> shared/_developer_iteration_guidance}}

═══════════════════════════════════════════════════════════════════════════════
WHAT MATTERS
═══════════════════════════════════════════════════════════════════════════════

1. Code changes you make
2. Meeting ALL requirements from plan and original request
