Getting Started
Getting Started
Fastest Path
- Install VibeLign
- Move into your project folder
- Run
vib start - Create a checkpoint before asking AI to edit
Typical First Session
vib start
vib checkpoint "before AI work"
vib doctor --strict
vib patch "add a small feature"
vib explain --write-report
vib guard --strict --write-report
Beginner Mental Model
startprepares the project for AI workcheckpointsaves a restorable statedoctorchecks project healthpatchturns a natural request into a safer edit planexplaintells you what changedguardchecks whether the change broke things
When To Read More
- For step-by-step install help:
../../VibeLign_QUICKSTART.md - For the full manual:
../../VIBELIGN_MANUAL.md - For the docs site manual:
../MANUAL.md