From b3967d4b52601646571fedae2b5e3c701daebfc9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 16 Oct 2025 12:38:03 +0000 Subject: [PATCH 1/2] Initial plan From 26ae9ce3afdf6d4746ec6a340b0389c7c00778e7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 16 Oct 2025 12:40:29 +0000 Subject: [PATCH 2/2] Add worktrees.json configuration file to .cursor directory Co-authored-by: anthonyshew <35677084+anthonyshew@users.noreply.github.com> --- .cursor/worktrees.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .cursor/worktrees.json diff --git a/.cursor/worktrees.json b/.cursor/worktrees.json new file mode 100644 index 0000000000000..e57556bc0f9d6 --- /dev/null +++ b/.cursor/worktrees.json @@ -0,0 +1,5 @@ +{ + "setup-worktree": [ + "pnpm install" + ] +}