rollback
Plans a safe reversal of a completed feature from its archive and exact commit.
Invocation
Section titled “Invocation”/rollback 7/rollback export-reportsWhat it does
Section titled “What it does”Reads the archived spec and the exact commit, reviews what later work depends on it, and writes a rollback spec — then stops before changing code.
What it guarantees
Section titled “What it guarantees”- History is preserved. The original archive is never erased; the rollback
becomes its own record under
syntaxis/history/rollbacks/. - Later dependencies are reviewed before any code changes.
- The build-plan item is unchecked and annotated, keeping its stable number, so a rebuild can reuse it.