- init/docs/v095/cli/commands/init/Initialize a Rinne workspace in the current directory.
- version/docs/v095/cli/commands/version/Show the current Rinne CLI version and edition.
- config/docs/v095/cli/commands/config/Show/init/set .rinne/config.json (defaultParallelism, zstdLevel).
- save/docs/v095/cli/commands/save/Create a snapshot in the current workspace.
- autosave/docs/v095/cli/commands/autosave/Create a snapshot only when changes are detected in the target space.
- history/docs/v095/cli/commands/history/List/show/resolve snapshot history under .rinne/snapshots/<space>/.
- space/docs/v095/cli/commands/space/List/create/use/rename/current/delete spaces under .rinne/snapshots/<space>/.
- note/docs/v095/cli/commands/note/List/show/edit snapshot notes.
- autonote/docs/v095/cli/commands/autonote/Write fact-based snapshot diff notes to the primary snapshot.
- diff/docs/v095/cli/commands/diff/Show diff between two snapshots, or snapshot vs working folder.
- verify/docs/v095/cli/commands/verify/Verify snapshot integrity for a selected snapshot.
- validate/docs/v095/cli/commands/validate/Validate snapshot content against stored hashes.
- extract/docs/v095/cli/commands/extract/Extract a selected snapshot into an external output directory.
- restore/docs/v095/cli/commands/restore/Restore the working directory to the selected snapshot state.
- fuse/docs/v095/cli/commands/fuse/Fuse two CAS snapshots into a new snapshot (ManifestDB).
- delete/docs/v095/cli/commands/delete/Delete a snapshot and its manifest-db entry. This command does not delete CAS chunk files.
- gc/docs/v095/cli/commands/gc/Garbage-collect unreachable CAS objects and maintain cache DBs.
Early Access note: flags and outputs may change between versions.