Use the workspace store for loading, atomic saves, and operation history #9
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
priority:P1
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/quasar#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
PR #3 defines
load-workspace,save-workspace, andappend-operation, but the control plane bypasses them.workspace-forcreates workspaces directly in an in-memory hash table. Successful mutations increment revision and broadcast events without saving through the store or appending an operation record. The workspace journal is therefore not authoritative, replayable, or durable.Found during review of PR #3.
Required changes
load-workspacebefore creating a new one.Acceptance criteria
Related PR: #3