{% extends "base.html" %} {% block title %}Resume from Zip - PlanExe{% endblock %} {% block head %} {% endblock %} {% block content %}
Upload a PlanExe zip to resume generation. Edit files inside the zip before uploading to steer the output — changes to early-stage files will propagate downstream.
Topological order matters. The pipeline runs in stages — each stage reads from earlier stages. If you edit an early file (like the plan prompt or assumptions), all later stages that depend on it will be regenerated. If you only edit a late file (like the executive summary), only the final report is affected.
To force a stage to re-run, delete its output file from the zip. PlanExe will regenerate it using the files that remain.