Bug description
Concurrent CLI commands (e.g., layer add + text edit) drop state without full sync.
To Reproduce
- Run
cli-anything layer add then cli-anything text edit rapidly.
- Query project JSON -- missing updates.
Expected behavior
Atomic state updates with optional --sync flag.
Bug description
Concurrent CLI commands (e.g., layer add + text edit) drop state without full sync.
To Reproduce
cli-anything layer addthencli-anything text editrapidly.Expected behavior
Atomic state updates with optional
--syncflag.