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
parent 814e83ffec
commit 31d01d404a
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`