01Browse and filter checkpoints, and drill into specific files with `vigil_list`.
0231 GitHub stars
03Create named checkpoints of the entire project with optional descriptions using `vigil_save`.
04Efficiently delete checkpoints and reclaim disk space with garbage collection through `vigil_delete`.
05Restore the project to any checkpoint state, preserving all displaced files (modified or new) as artifacts to prevent data loss via `vigil_restore`.
06Investigate code history with full unified diffs, retrieve file content, or search for strings across all checkpoints using `vigil_diff`.