bettola/common
Ritchie Cunningham 267d2477de [Add] Implemented Copy-on-Write and scriptable rm.
OK, this commit finally implements the Copy-on-Write architecure I spoke
about in previous commits.. It also refactors command execution to be
safer and more extensible.

To enable CoW and centralise state-changing, command scripts no longer
modify the VFS directly. Instead, they return a table describing their
intended action '{ action = "rm", target = "file.txt" }'. The C++
CommandProcessor is then responsible for interpreting this and executing
it safely.
2025-09-21 23:52:36 +01:00
..
src [Add] Implemented Copy-on-Write and scriptable rm. 2025-09-21 23:52:36 +01:00
CMakeLists.txt [Add] Embedded Lua scripting language. 2025-09-21 20:13:43 +01:00