Add atomic circuit update commands
This commit is contained in:
parent
b79faed320
commit
296cb0f1c4
17 changed files with 940 additions and 167 deletions
|
|
@ -372,6 +372,10 @@ Implemented foundation:
|
|||
- each revision has one separately stored logical change set
|
||||
- forward and inverse changes use complete, versioned JSON command envelopes
|
||||
- invalid or lossy command payloads are rejected before persistence
|
||||
- an internal typed `circuit.update` command generates its inverse from the
|
||||
persisted pre-command state
|
||||
- circuit update, inverse command, change set and revision share one SQLite
|
||||
transaction with stale-command and late-failure rollback coverage
|
||||
- revision metadata, change-set payloads and the project counter are committed
|
||||
in one SQLite transaction
|
||||
- a stale expected revision produces no history writes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue