27 lines
846 B
Markdown
27 lines
846 B
Markdown
# Workspace Roadmap Status
|
|
|
|
The local workspace feature has been implemented. Current behavior is documented
|
|
in [Configuration](../config.md), [CLI Reference](../cli.md),
|
|
[Operations](../operations.md), and the relevant internal docs.
|
|
|
|
The implemented workspace provides one configurable root for Notarius-owned
|
|
local state:
|
|
|
|
```text
|
|
<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.
|