refactor(control-plane): migrate workspace DTO schemas (#24056)

This commit is contained in:
Kit Langton 2026-04-23 16:48:56 -04:00 committed by GitHub
commit 31d01d404a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 67 additions and 65 deletions

View file

@ -354,9 +354,9 @@ piecewise.
- [ ] `src/cli/cmd/tui/event.ts`
- [ ] `src/cli/ui.ts`
- [ ] `src/command/index.ts`
- [ ] `src/control-plane/adaptors/worktree.ts`
- [ ] `src/control-plane/types.ts`
- [ ] `src/control-plane/workspace.ts`
- [x] `src/control-plane/adaptors/worktree.ts`
- [x] `src/control-plane/types.ts`
- [x] `src/control-plane/workspace.ts`
- [ ] `src/file/index.ts`
- [ ] `src/file/ripgrep.ts`
- [ ] `src/file/watcher.ts`