cloudaxe-opencode/packages/opencode/src/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
..
bootstrap-service.ts fix(instance): run bootstrap from instance store (#25475) 2026-05-02 19:33:38 -04:00
bootstrap.ts feat(scout): materialize configured reference repos (#26692) 2026-05-10 17:57:11 +05:30
instance-context.ts Convert LoadInput.init to Effect + extract InstanceBootstrap as a Service (#25376) 2026-05-02 00:02:52 -04:00
instance-layer.ts Normalize instance lifecycle wiring (#25501) 2026-05-02 20:39:20 -04:00
instance-runtime.ts Normalize instance lifecycle wiring (#25501) 2026-05-02 20:39:20 -04:00
instance-store.ts fix(opencode): fix full session fork (#26811) 2026-05-11 00:26:36 -05:00
instance.ts Normalize instance lifecycle wiring (#25501) 2026-05-02 20:39:20 -04:00
project.sql.ts refactor(project): drop persisted Project.sandboxes column 2026-05-11 11:48:52 -04:00
project.ts refactor(project): drop persisted Project.sandboxes column 2026-05-11 11:48:52 -04:00
schema.ts Move schema utilities into core (#26565) 2026-05-09 19:51:09 +00:00
vcs.ts fix(session): loosen remaining stored numeric schemas to tolerate legacy data (#26622) 2026-05-09 22:10:48 -04:00
with-instance.ts chore: generate 2026-05-03 00:40:21 +00:00