Add circuit history commands

This commit is contained in:
2026-07-23 22:18:36 +02:00
parent bd5f4f925f
commit ca13efbfcb
16 changed files with 1402 additions and 85 deletions
@@ -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