Skip to content

rollback

Plans a safe reversal of a completed feature from its archive and exact commit.

/rollback 7
/rollback export-reports

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.

  • 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.