mirror of
https://github.com/hesamsheikh/awesome-openclaw-usecases.git
synced 2026-05-28 00:01:44 +00:00
a6a5216885
When main session + sub-agents both edit a shared task file, the edit tool's exact-match requirement causes silent failures. Solution: split into an immutable goals file (main session only) and an append-only task log (sub-agents only append, never edit). Also adds tip to keep AUTONOMOUS.md token-light by archiving completed tasks to a separate file loaded only on-demand. Verified in production over ~1 day of autonomous heartbeat workflows.