Core Workflow
Core Workflow
Default Safe Workflow
vib checkpoint "before work"
vib doctor --strict
vib anchor
vib patch "your request"
# apply the AI edit
vib explain --write-report
vib guard --strict --write-report
vib checkpoint "done"
Why This Flow Exists
checkpointgives you a rollback pointdoctorcatches obvious project issues earlyanchormakes edit locations more precisepatchnarrows the request into safer structureexplainhelps review what actually changedguardchecks that the project still looks healthy
When To Use Undo
Use undo when AI changed the wrong files, broke the project, or took the work in the wrong direction. The intended workflow is to save first, experiment second.
Related Canonical Docs
- Recommended workflow:
../../README.md - Full command manual:
../../VIBELIGN_MANUAL.md - Docs manual:
../MANUAL.md