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.
Two default config values are aggressive for new users:
maxConcurrent: 25 — Too many for a first experience. New users exploring overstory will accidentally spawn too many agents before understanding the cost model. Suggest defaulting to 5 with a comment suggesting 25 for experienced users.
shellInitDelayMs: 0 — Will bite anyone with a non-trivial shell (starship, nvm, pyenv, mise, etc.). Suggest defaulting to 1000ms, or auto-detecting slow shells during ov init.
Source
Decomposed from #84 (Chapter 4).
Summary
Two default config values are aggressive for new users:
maxConcurrent: 25— Too many for a first experience. New users exploring overstory will accidentally spawn too many agents before understanding the cost model. Suggest defaulting to 5 with a comment suggesting 25 for experienced users.shellInitDelayMs: 0— Will bite anyone with a non-trivial shell (starship, nvm, pyenv, mise, etc.). Suggest defaulting to 1000ms, or auto-detecting slow shells duringov init.Related