Commit Graph

4 Commits

Author SHA1 Message Date
Kit Langton 1178de27c5 fix(test): normalize paths for Windows, increase bootstrap wait time 2026-03-23 12:00:06 -04:00
Kit Langton 3042d867bb test(worktree): verify create returns immediately and Event.Ready fires after bootstrap 2026-03-22 19:31:47 -04:00
Kit Langton 45557d1b55 refactor createFromInfo: inline bootstrap as Effect, fork in create
- createFromInfo now does git add + populate + bootstrap as one Effect
- create forks it via Effect.forkIn(scope) — returns Info immediately
- Remove closure return pattern — simpler, no setTimeout
- Use gitRun for git reset --hard (effectful)
- Update control-plane adaptor (no more bootstrap() call)
2026-03-22 19:30:44 -04:00
Kit Langton 13f419c4f4 test(worktree): add comprehensive tests before Effect migration 2026-03-22 19:11:11 -04:00