Core Workflow
Core Workflow
Default Safe Workflow
vib checkpoint "before work"
vib doctor --strict
vib anchor
# ask your host AI to make the edit after it reads AGENTS.md
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 precise- your host AI reads the rules and edits inside the intended project surface
explainhelps 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