cloudaxe-opencode/packages/opencode/test/effect
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
..
app-runtime-logger.test.ts test: use Effect test helper for app runtime logger (#25049) 2026-04-30 12:52:29 -04:00
config-service.test.ts test: cover ConfigService helper (#25042) 2026-04-30 02:41:59 +00:00
instance-state.test.ts fix(instance): run bootstrap from instance store (#25475) 2026-05-02 19:33:38 -04:00
run-service.test.ts refactor(project): drop persisted Project.sandboxes column 2026-05-11 11:48:52 -04:00
runner.test.ts test(effect): stabilize runner active shell check (#25203) 2026-04-30 21:36:19 -04:00