1 Commits
Author SHA1 Message Date
LMKaelbot a6a5216885 docs: add Pitfalls & Patterns section — race condition fix for sub-agent file edits
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.
2026-02-24 21:44:21 +00:00