Files
notarius/docs/roadmap/workspace.md

846 B

Workspace Roadmap Status

The local workspace feature has been implemented. Current behavior is documented in Configuration, CLI Reference, Operations, and the relevant internal docs.

The implemented workspace provides one configurable root for Notarius-owned local state:

<workspace.directory>/
  diagnostics/
  checkpoints/
  debug/

Implemented behavior includes workspace-backed diagnostics, checkpoint writing, explicit checkpoint reuse through notarius run --resume, workspace debug artifacts, safe workspace-relative writes, and compatibility for legacy diagnostics configuration.

Deferred Work

Default-idempotent run behavior with a force override, remote workspace storage, workspace garbage collection, archival policy, and cross-machine resume remain deferred.