Workspai.dev

Governed State and Recovery

Capture checkpoints and snapshots, inspect differences, reconcile changes, and roll back only within supported recovery boundaries.

Recovery requires a known boundary. A snapshot or checkpoint records supported state; it is not a promise that arbitrary untracked source can be reconstructed.

npx workspai snapshot create
npx workspai snapshot inspect
npx workspai snapshot list

Restore only after inspecting the selected snapshot and its compatibility:

npx workspai snapshot restore

checkpoint, diff, merge, reconcile, and rollback operate within their runtime or module contracts. uninstall and optimize are mutations and require the same attention to scope, generated state, and verification.

Workspace Model snapshots used by Change Intelligence are distinct from project/module recovery snapshots. Their artifacts may share the word “snapshot,” but their contracts and authorities are different.

Command reference: snapshot, checkpoint, and rollback.