| ▲ | todience 2 days ago | |
Yeah that’s valid. Loopsy as it is is a coordination layer not a concurrency layer. There’s no file locking primitive at the moment. What is there is a task queue protocol which gets you close by having one agent claim a task while others wait. For single files we’d need to build the lock key mechanism on top of the Loopsy context store. | ||