SIGN IN SIGN UP

refactor(project): drop persisted Project.sandboxes column

The Project row stored a sandboxes string array that duplicated what git
already tracks. The /experimental/worktree GET handler now reads from
`Worktree.list()` (git worktree list --porcelain) instead, the write-side
addSandbox/removeSandbox bookkeeping is gone, and the column is dropped
from the schema with a Drizzle migration. The app maps the live list onto
project.worktrees client-side instead of reading project.sandboxes.
K
Kit Langton committed
c4132543c368cdb3690f1f7ef0125e875518380e
Parent: 52f7ba7