Commit Graph

3 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
hesamsheikh
7468a1d8f8 new usecases from Alex Finn 2026-02-13 17:18:29 +01:00
hesamsheikh
99cefd4aea first commit 2026-02-08 23:08:19 +01:00