You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2026. It is now read-only.
Have the following setup (similar to ecosystem around overstory) - a parent directory and repo's in sub directories
Launch overstory coordinator in the parent directly
Ask explicitly to run mulch prime which is filled with knowledge of his past failure to handle this parent/sub directory task
Coordinator spools lead agent in sub directory
Coordinator "forgets" about monitoring the lead agent and thus never merges the commits from the builder in the sub directory/worktree
NOTE:
Please note the "temporary" fix that I've added in the "Actual behavior" section
Expected behavior
Coordinator agent monitors progress and checks every 2 minutes
Actual behavior
Coordinator "forgets" about monitoring the lead agent and thus never merges the commits from the builder in the sub directory/worktree
---
On the systemic problem: you're right, and it's a real failure. When I sling a lead in a subdirectory repo, the mail lands in that repo's mail system but I'm sitting at the
workspace root checking a different one. I don't catch merge_ready until you manually prompt me.
The fix is to use the /loop skill — have me poll mail on a recurring interval so I catch completions without you having to babysit me. Want me to set that up now, and if so,
what interval (e.g. every 2 minutes)?
Yes
⎿ Async hook Stop completed
⏺ Skill(loop)
⎿ Successfully loaded skill
⎿ Async hook UserPromptSubmit completed
⏺ CronCreate(*/2 * * * *: check overstory mail across all repos and merge any merge_r…)
⎿ Scheduled d2825727 (Every 2 minutes)
⏺ Scheduled. Every 2 minutes I'll check mail across all repos and merge any merge_ready branches without waiting for you to prompt me.
- Job ID: d2825727 — cancel with CronDelete if needed
- Cron: */2 * * * *
- Auto-expires: 3 days
This is the temporary fix but I think this sort of setup should run correctly right out of the box.
Steps to reproduce
mulch primewhich is filled with knowledge of his past failure to handle this parent/sub directory taskNOTE:
Please note the "temporary" fix that I've added in the "Actual behavior" section
Expected behavior
Coordinator agent monitors progress and checks every 2 minutes
Actual behavior
Coordinator "forgets" about monitoring the lead agent and thus never merges the commits from the builder in the sub directory/worktree
This is the temporary fix but I think this sort of setup should run correctly right out of the box.
overstory version
0.8.6
Bun version
1.3.10
Operating system
macOS 26.3.1