Entries for January 6, 2026
@onusoz · 2026-01-06
Thanks @dom_does 🙄
@onusoz · 2026-01-06
@onusoz · 2026-01-06
.@openclaw workspace and memory files can be version-controlled!
In our pod, inotify triggers a watcher script every time there is a change to workspace folder, to sync these files to our monorepo. It then goes through the same steps:
- Create zeno-workspace branch if doesn't exist, otherwise, skip
- Sync changes to the branch, then commit
- Create PR on github if doesn't exist
- PRs can then be merged every once ...