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
commit 502d60b2a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
40 changed files with 15498 additions and 424 deletions

View file

@ -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,