From 12b37f649e3a951c1f6bf79946f0260a158caf99 Mon Sep 17 00:00:00 2001 From: justinzeus Date: Thu, 20 Aug 2026 16:22:33 +0200 Subject: [PATCH] Pin the treehouse worktree root for this repository --- treehouse.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 treehouse.json diff --git a/treehouse.json b/treehouse.json new file mode 100644 index 0000000..73c22fd --- /dev/null +++ b/treehouse.json @@ -0,0 +1,4 @@ +{ + "dir": "/opt/stacks/worktrees/scholarr", + "defaultTargetBranch": "current" +}