1.1 KiB
1.1 KiB
Workspace Implementation Status
The workspace implementation described by this roadmap has landed. Current behavior is documented in the canonical current-behavior docs:
Implemented behavior includes:
workspace.directoryas the root for Notarius-owned local state;- workspace diagnostics under
<workspace.directory>/diagnostics/<run-id>/; - compatibility for legacy
diagnostics.work_dir,diagnostics.retention,NOTARIUS_WORK_DIR, andNOTARIUS_DIAGNOSTICS_RETENTION; - checkpoint writes under
<workspace.directory>/checkpoints/when resume checkpointing is enabled; - explicit checkpoint reuse through
notarius run --resume; - debug artifacts under
<workspace.directory>/debug/<run-id>/when debug output is enabled; - independent resume and debug settings.
Deferred workspace ideas remain in Workspace Roadmap.