cloudaxe-opencode/packages/opencode/test/project
Kit Langton c4132543c3 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.
2026-05-11 11:48:52 -04:00
..
instance-bootstrap.test.ts test(project): rescue non-Hono InstanceBootstrap boundary tests (#26453) 2026-05-08 23:53:42 -04:00
instance.test.ts chore: generate 2026-05-03 00:40:21 +00:00
migrate-global.test.ts refactor(project): drop persisted Project.sandboxes column 2026-05-11 11:48:52 -04:00
project.test.ts refactor(project): drop persisted Project.sandboxes column 2026-05-11 11:48:52 -04:00
vcs.test.ts chore: generate 2026-05-05 00:35:18 +00:00
worktree-remove.test.ts core: move cross-spawn-spawner to root and remove unused types 2026-04-25 14:30:16 -04:00
worktree.test.ts refactor(project): drop persisted Project.sandboxes column 2026-05-11 11:48:52 -04:00