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 listRestore only after inspecting the selected snapshot and its compatibility:
npx workspai snapshot restorecheckpoint, 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.
Modules and Dependency Lifecycle
Add, inspect, upgrade, reconcile, and roll back governed project capabilities through runtime-aware adapters.
Workspace Doctor
Understand how Workspai detects project and workspace blockers, explains their evidence, and exposes safe repair paths across supported runtimes.