Add circuit history commands
This commit is contained in:
@@ -176,12 +176,15 @@ Completed foundation:
|
||||
- `circuit-device-row.insert` and `circuit-device-row.delete` preserve stable
|
||||
row ids, complete deleted-row snapshots and circuit reserve state through
|
||||
atomic insert/delete, revision and stack transitions
|
||||
- `circuit.insert` and `circuit.delete` persist a complete circuit block with
|
||||
zero, one or multiple device rows; undo restores all ids and fields without
|
||||
renumbering
|
||||
|
||||
Remaining constraints before completing persistent history:
|
||||
|
||||
- extend the concrete project-scoped command union and executors beyond the
|
||||
Circuit field and CircuitDeviceRow field/insert/delete slices; the generic
|
||||
versioned command envelope is complete
|
||||
Circuit field/insert/delete and CircuitDeviceRow field/insert/delete slices;
|
||||
the generic versioned command envelope is complete
|
||||
- route the remaining structural, synchronization and destructive domain
|
||||
writes through the shared command, revision and stack transaction boundary
|
||||
- replace the session-local frontend command stack only after server-side
|
||||
|
||||
Reference in New Issue
Block a user