mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 02:40:39 +09:00
Merge pull request #2999 from paperclipai/pap-1167-runtime-worktree-hardening
Harden worktree runtime setup and project env handling
This commit is contained in:
commit
502d60b2a8
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue