100%

/continue-roadmap pre-serve integration + acceptance

Goal

/continue-roadmap pre-serve integration + acceptance — part of the linear chain making /review-section re-ground each section against its FRESH intel package (regen -> skeleton-check -> rewrite) before /continue-roadmap serves it.

Spec References

  • scripts/review_section_runtime/dispatch.py (prepare_review:107, apply_restructure:156, _RESTRUCTURE_OPS:153, _mission_drift_enrichment:77)
  • scripts/review_section_runtime/state.py (restructuring delegation; mark_reviewed_clean)
  • scripts/intel_package_runtime/api.py:heal_section_package (the regen entry point)
  • .claude/rules/plan-read-discipline.md 3.1 (rewrite = execution-phase content authoring; content md only, never plan.json)

Work Items

  • Wire the regen + rewrite into /continue-roadmap pre-serve dispatch of /review-section (the production entry point) so a reviewed:false section is re-grounded before it serves.
  • Turn the section-01 acceptance probe GREEN: via /continue-roadmap pre-serve, the intel finding is PRESENT in the section body after review and the recorded intel_reviewed_hash matches the regenerated package.