Commands
/linguistic:rollback
Restore workspace_state.md from a prior snapshot in logs/.
Syntax
/linguistic:rollback [timestamp]Description
Restore workspace_state.md from a snapshot in logs/. The orchestrator snapshots before every destructive update; this command lists snapshots by timestamp and restores the chosen one.
Snapshot naming convention: logs/workspace_state-<ISO-timestamp>.md
Rollback never deletes existing data files — only the orchestrator's state pointer changes. Re-run downstream specialists if you need fresh artifacts post-rollback.
Options
| Argument | Description |
|---|---|
[timestamp] | ISO timestamp of snapshot to restore (omit to list available snapshots) |
Example
/linguistic:rollback
> Available snapshots:
1. 2026-05-22T14:32:11Z — Phase: Scope (before corpus acquisition)
2. 2026-05-22T16:45:03Z — Phase: Acquire (before bitext mining)
3. 2026-05-22T18:20:44Z — Phase: Acquire (current — before transfer plan)
Select snapshot to restore: 1
> Restored workspace_state.md to 2026-05-22T14:32:11Z (Phase: Scope)
Note: re-run linguistic-corpus to regenerate Acquire artifactsRelated Commands
/linguistic:status— confirm restored phase/linguistic:review— full review after rollback
Was this page helpful?
Edit on GitHub
Last updated on