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
after_create cloned both repos then ran bundle install and the JS install
serially, so every workspace paid both setup costs back to back. Clones stay
serial (schools-out clones into the workspace root, so a concurrent fe-next-app
clone could leave the root non-empty and fail), but the two independent
dependency installs (Ruby vs JS) now run in parallel. Both background jobs are
reaped before exit so a single failure never leaves the other install writing a
half-built workspace.
Also pin --branch dev on the prose's on-demand clones (every SchoolsOut repo has
a dev branch) instead of clone-default-then-checkout, so the agent never lands
on the wrong branch.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments