Apply the dead code removal patch after review
Applies the dead code removal patch after verification and testing
/plugin marketplace add Benny9193/devflow/plugin install benny9193-devflow@Benny9193/devflowApply the dead-code-removal.patch generated by /dead-code.
dead-code-removal.patch in project rootCreate a backup branch:
git checkout -b backup/before-dead-code-removal
git checkout -
Apply the patch:
git apply dead-code-removal.patch
Run verification:
Report results:
Provide rollback instructions:
git checkout -- .
# or to restore specific files:
git checkout HEAD -- path/to/file
After successful verification, offer to: