Merge pull request #2999 from paperclipai/pap-1167-runtime-worktree-hardening

Harden worktree runtime setup and project env handling
This commit is contained in:
Dotta
2026-04-07 07:06:46 -05:00
committed by GitHub
40 changed files with 15498 additions and 424 deletions
@@ -45,6 +45,7 @@ function makeProject(id: string, name: string): Project {
leadAgentId: null,
targetDate: null,
color: null,
env: null,
pauseReason: null,
pausedAt: null,
executionWorkspacePolicy: null,