forked from HAL9000/cleveragents-core
3bb842f986
Add agents plan revert and agents plan resume to spec command reference (issue #4596) - Both commands exist in implementation but were absent from spec - agents plan revert: reverts plan to previous phase (strategize|execute) - agents plan resume: resumes plan from last checkpoint - Added to command synopsis and full documentation sections - Added comparison table distinguishing revert/resume/rollback/correct Align correction_attempts DDL between early and late spec sections (issue #4911) - Early DDL: updated PK from attempt_id to correction_attempt_id (matches implementation) - Early DDL: added mode and guidance fields (matches later DDL and implementation) - Both DDLs: added original_subtree_snapshot field for correction diff workflow - Implementation needs Alembic migration to add original_subtree_snapshot column